diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index f8b481730e..186bc6e522 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -21656,7 +21656,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -23311,7 +23311,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -25245,7 +25245,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -25283,7 +25283,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -25321,7 +25321,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -25331,7 +25331,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -25356,7 +25356,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -25661,7 +25661,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -27306,7 +27306,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -35264,7 +35264,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -36337,11 +36337,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -42490,17 +42490,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -42519,19 +42519,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -42562,6 +42564,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/BackupRestore.yml b/openApiDocs/beta/BackupRestore.yml index ab5c4211c4..28092bfba0 100644 --- a/openApiDocs/beta/BackupRestore.yml +++ b/openApiDocs/beta/BackupRestore.yml @@ -6158,11 +6158,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Bookings.yml b/openApiDocs/beta/Bookings.yml index 0824cf5672..c00bf6ca96 100644 --- a/openApiDocs/beta/Bookings.yml +++ b/openApiDocs/beta/Bookings.yml @@ -14128,11 +14128,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/BusinessScenario.yml b/openApiDocs/beta/BusinessScenario.yml index 7383b679ff..0a74cd7f6e 100644 --- a/openApiDocs/beta/BusinessScenario.yml +++ b/openApiDocs/beta/BusinessScenario.yml @@ -2245,11 +2245,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index 79bb8c62b9..a4c1dee1c2 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -1545,7 +1545,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.exceptionOccurrence_ListInstance parameters: - name: group-id @@ -1637,7 +1637,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView.exceptionOccurrence_GetInstance parameters: - name: group-id @@ -2854,7 +2854,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView_ListInstance parameters: - name: group-id @@ -2938,7 +2938,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.calendarView_GetInstance parameters: - name: group-id @@ -6024,7 +6024,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.exceptionOccurrence_ListInstance parameters: - name: group-id @@ -6116,7 +6116,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.event.exceptionOccurrence_GetInstance parameters: - name: group-id @@ -7333,7 +7333,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.event_ListInstance parameters: - name: group-id @@ -7417,7 +7417,7 @@ paths: tags: - groups.calendar summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendar.event_GetInstance parameters: - name: group-id @@ -10434,7 +10434,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendarView.exceptionOccurrence_ListInstance parameters: - name: group-id @@ -10526,7 +10526,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendarView.exceptionOccurrence_GetInstance parameters: - name: group-id @@ -11743,7 +11743,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendarView_ListInstance parameters: - name: group-id @@ -11827,7 +11827,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.calendarView_GetInstance parameters: - name: group-id @@ -14947,7 +14947,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.event.exceptionOccurrence_ListInstance parameters: - name: group-id @@ -15039,7 +15039,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.event.exceptionOccurrence_GetInstance parameters: - name: group-id @@ -16263,7 +16263,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.event_ListInstance parameters: - name: group-id @@ -16347,7 +16347,7 @@ paths: tags: - groups.event summary: Get instances from groups - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: group.event_GetInstance parameters: - name: group-id @@ -20933,7 +20933,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -21030,7 +21030,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -22352,7 +22352,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_ListInstance parameters: - name: user-id @@ -22441,7 +22441,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_GetInstance parameters: - name: user-id @@ -25802,7 +25802,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -25899,7 +25899,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -27221,7 +27221,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_ListInstance parameters: - name: user-id @@ -27310,7 +27310,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_GetInstance parameters: - name: user-id @@ -31828,7 +31828,7 @@ paths: tags: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -31941,7 +31941,7 @@ paths: tags: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -33599,7 +33599,7 @@ paths: tags: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView_ListInstance parameters: - name: user-id @@ -33704,7 +33704,7 @@ paths: tags: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.calendarView_GetInstance parameters: - name: user-id @@ -37945,7 +37945,7 @@ paths: tags: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -38058,7 +38058,7 @@ paths: tags: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -39716,7 +39716,7 @@ paths: tags: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event_ListInstance parameters: - name: user-id @@ -39821,7 +39821,7 @@ paths: tags: - users.calendarGroup summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarGroup.calendar.event_GetInstance parameters: - name: user-id @@ -44374,7 +44374,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -44479,7 +44479,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -45969,7 +45969,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_ListInstance parameters: - name: user-id @@ -46066,7 +46066,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.calendarView_GetInstance parameters: - name: user-id @@ -49867,7 +49867,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -49972,7 +49972,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -51462,7 +51462,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_ListInstance parameters: - name: user-id @@ -51559,7 +51559,7 @@ paths: tags: - users.calendar summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendar.event_GetInstance parameters: - name: user-id @@ -55100,7 +55100,7 @@ paths: tags: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarView.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -55197,7 +55197,7 @@ paths: tags: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarView.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -56519,7 +56519,7 @@ paths: tags: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarView_ListInstance parameters: - name: user-id @@ -56608,7 +56608,7 @@ paths: tags: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.calendarView_GetInstance parameters: - name: user-id @@ -59969,7 +59969,7 @@ paths: tags: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.event.exceptionOccurrence_ListInstance parameters: - name: user-id @@ -60066,7 +60066,7 @@ paths: tags: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.event.exceptionOccurrence_GetInstance parameters: - name: user-id @@ -61388,7 +61388,7 @@ paths: tags: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.event_ListInstance parameters: - name: user-id @@ -61477,7 +61477,7 @@ paths: tags: - users.event summary: Get instances from users - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' operationId: user.event_GetInstance parameters: - name: user-id @@ -63569,7 +63569,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -63607,7 +63607,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -63645,7 +63645,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -63655,7 +63655,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -63680,7 +63680,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index 9780fcec86..fd7ff70d83 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -6895,7 +6895,7 @@ paths: tags: - communications.Functions summary: Invoke function getAllRecordings - description: 'Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they''re added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' + description: 'Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they''re added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you do an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta @@ -6993,7 +6993,7 @@ paths: tags: - communications.Functions summary: Invoke function getAllTranscripts - description: 'Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they''re added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' + description: 'Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they''re added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you do an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta @@ -11381,11 +11381,11 @@ paths: get: tags: - users.presence - summary: Get presence - description: Get a user's presence information. + summary: 'presence: setStatusMessage' + description: Set a presence status message for a user. An optional expiration date and time can be supplied. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta operationId: user_GetPresence parameters: - name: user-id @@ -13447,11 +13447,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index 4a1a1ffce6..45b4000f88 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -9455,7 +9455,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -12342,7 +12342,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -12380,7 +12380,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -12418,7 +12418,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -12428,7 +12428,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -12453,7 +12453,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -12854,11 +12854,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -13581,7 +13581,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -14165,7 +14165,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -15506,7 +15506,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -23112,7 +23112,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -29367,17 +29367,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -29396,19 +29396,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -29439,6 +29441,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index b0aec8633b..379467face 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -5605,7 +5605,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -6093,7 +6093,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -7442,7 +7442,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -7480,7 +7480,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -7518,7 +7518,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -7528,7 +7528,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -7553,7 +7553,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -9370,7 +9370,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -10505,7 +10505,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -11371,11 +11371,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -17390,7 +17390,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -24186,17 +24186,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -24215,19 +24215,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -24258,6 +24260,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index 521bdefa20..c1991ecfc1 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -22406,7 +22406,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -22898,7 +22898,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -22936,7 +22936,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -22974,7 +22974,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -22984,7 +22984,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -23009,7 +23009,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -23314,7 +23314,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -23941,7 +23941,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -25302,7 +25302,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -32698,7 +32698,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -33771,11 +33771,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -39615,17 +39615,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -39644,19 +39644,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -39687,6 +39689,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index c0a4730a5a..a70a07f158 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -21169,7 +21169,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -21661,7 +21661,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -21699,7 +21699,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -21737,7 +21737,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -21747,7 +21747,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -21772,7 +21772,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -21966,7 +21966,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -22646,7 +22646,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -24007,7 +24007,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -31916,7 +31916,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -32989,11 +32989,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -38851,17 +38851,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -38880,19 +38880,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -38923,6 +38925,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/DeviceManagement.Enrollment.yml b/openApiDocs/beta/DeviceManagement.Enrollment.yml index f30c20a520..915bda9c79 100644 --- a/openApiDocs/beta/DeviceManagement.Enrollment.yml +++ b/openApiDocs/beta/DeviceManagement.Enrollment.yml @@ -7313,11 +7313,11 @@ paths: get: tags: - roleManagement.rbacApplicationMultiple - summary: Get unifiedRoleAssignmentMultiple - description: "Get the properties and relationships of a unifiedRoleAssignmentMultiple object of an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment." + summary: List unifiedRoleAssignmentMultiple + description: "Get a list of unifiedRoleAssignmentMultiple objects for an RBAC provider. The following RBAC providers are currently supported:\n- Cloud PC \n- device management (Intune) For other Microsoft 365 applications (like Microsoft Entra ID), use unifiedRoleAssignment." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-beta operationId: roleManagement.deviceManagement_ListRoleAssignment parameters: - $ref: '#/components/parameters/top' @@ -14263,11 +14263,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Functions.yml b/openApiDocs/beta/DeviceManagement.Functions.yml index ca18064612..609511f967 100644 --- a/openApiDocs/beta/DeviceManagement.Functions.yml +++ b/openApiDocs/beta/DeviceManagement.Functions.yml @@ -5879,11 +5879,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index 836f971dc7..5c347877c2 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -10423,7 +10423,7 @@ paths: tags: - deviceManagement.deviceCompliancePolicy summary: Get scheduledActionsForRule from deviceManagement - description: The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + description: The list of scheduled action for this rule operationId: deviceManagement.deviceCompliancePolicy_ListScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -10514,7 +10514,7 @@ paths: tags: - deviceManagement.deviceCompliancePolicy summary: Get scheduledActionsForRule from deviceManagement - description: The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + description: The list of scheduled action for this rule operationId: deviceManagement.deviceCompliancePolicy_GetScheduledActionsGraphFPreRule parameters: - name: deviceCompliancePolicy-id @@ -27723,7 +27723,7 @@ paths: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from deviceManagement - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: deviceManagement.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -27814,7 +27814,7 @@ paths: tags: - deviceManagement.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from deviceManagement - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: deviceManagement.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest parameters: - name: mobileAppTroubleshootingEvent-id @@ -45819,7 +45819,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.deviceComplianceScheduledActionForRule' - description: The list of scheduled action per rule for this compliance policy. This is a required property when creating any individual per-platform compliance policies. + description: The list of scheduled action for this rule x-ms-navigationProperty: true userStatuses: type: array @@ -48506,7 +48506,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -62990,11 +62990,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -68268,7 +68268,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -68760,7 +68760,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -68798,7 +68798,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -68836,7 +68836,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -68846,7 +68846,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -68871,7 +68871,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -69065,7 +69065,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -69663,7 +69663,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -77704,7 +77704,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -83810,17 +83810,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -83839,19 +83839,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -83882,6 +83884,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index ddbb0e3fb4..80b5910fda 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -10192,7 +10192,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -11688,11 +11688,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -12040,7 +12040,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -12078,7 +12078,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -12116,7 +12116,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -12126,7 +12126,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -12151,7 +12151,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -13304,7 +13304,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -13888,7 +13888,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -15258,7 +15258,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -23167,7 +23167,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -29837,17 +29837,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -29866,19 +29866,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -29909,6 +29911,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index 21293251ad..eeba53000f 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -48321,7 +48321,7 @@ paths: tags: - users.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from users - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: user.mobileAppTroubleshootingEvent_ListAppLogCollectionRequest parameters: - name: user-id @@ -48438,7 +48438,7 @@ paths: tags: - users.mobileAppTroubleshootingEvent summary: Get appLogCollectionRequests from users - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. operationId: user.mobileAppTroubleshootingEvent_GetAppLogCollectionRequest parameters: - name: user-id @@ -49045,11 +49045,11 @@ components: description: Whether the app should connect to the configured VPN on launch. customBrowserDisplayName: type: string - description: 'Friendly name of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: Friendly name of the preferred custom browser to open weblink on Android. nullable: true customBrowserPackageId: type: string - description: 'Unique identifier of the preferred custom browser to open weblink on Android. When this property is configured, ManagedBrowserToOpenLinksRequired should be true.' + description: Unique identifier of a custom browser to open weblink on Android. nullable: true customDialerAppDisplayName: type: string @@ -53523,7 +53523,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -61423,7 +61423,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -61915,7 +61915,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -61953,7 +61953,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -61991,7 +61991,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -62001,7 +62001,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -62026,7 +62026,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -62331,7 +62331,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -62929,7 +62929,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -68989,7 +68989,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -70062,11 +70062,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -74825,17 +74825,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -74854,19 +74854,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -74897,6 +74899,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Devices.ServiceAnnouncement.yml b/openApiDocs/beta/Devices.ServiceAnnouncement.yml index f3d631d454..9da7a7bcf6 100644 --- a/openApiDocs/beta/Devices.ServiceAnnouncement.yml +++ b/openApiDocs/beta/Devices.ServiceAnnouncement.yml @@ -5704,11 +5704,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index c4f50b86e0..141e123fed 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -13271,11 +13271,11 @@ paths: patch: tags: - education.educationUser - summary: Update relatedContacts - description: Update the relatedContact collection of an educationUser object. + summary: Update educationUser properties + description: Update the properties of an educationuser object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-beta operationId: education_UpdateUser parameters: - name: educationUser-id @@ -18862,6 +18862,14 @@ components: format: date-time nullable: true readOnly: true + lastModifiedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + lastModifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + readOnly: true reassignedBy: $ref: '#/components/schemas/microsoft.graph.identitySet' reassignedDateTime: @@ -19005,7 +19013,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -21103,7 +21111,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -21141,7 +21149,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -21179,7 +21187,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -21189,7 +21197,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -21214,7 +21222,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -22515,7 +22523,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -23099,7 +23107,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -24469,7 +24477,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -25588,11 +25596,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -31885,7 +31893,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -38682,17 +38690,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -38711,19 +38719,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -38754,6 +38764,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index d834d4435f..ba736f2319 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -93688,7 +93688,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -94180,7 +94180,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -94218,7 +94218,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -94256,7 +94256,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -94266,7 +94266,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -94291,7 +94291,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -94596,7 +94596,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -95113,7 +95113,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -96474,7 +96474,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -98398,11 +98398,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -104408,7 +104408,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -110455,17 +110455,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -110484,19 +110484,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -110527,6 +110529,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index 40e0465b1f..e7ad1d1611 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -1257,6 +1257,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -1770,6 +1819,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -2421,16 +2511,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': post: tags: - groups.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: group.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_permanentDelete parameters: - name: group-id in: path @@ -2464,34 +2554,22 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: - groups.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: group.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: group-id in: path @@ -2532,15 +2610,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -2550,16 +2621,16 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': - get: + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + post: tags: - - groups.Functions - summary: Invoke function delta - description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' + - groups.Actions + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta - operationId: group.calendar.calendarView.instance.exceptionOccurrence_delta + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: group-id in: path @@ -2585,112 +2656,7 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: startDateTime - in: query - description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - name: endDateTime - in: query - description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' - required: true - style: form - explode: false - schema: - type: string - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - type: string - responses: - 2XX: - description: Success - content: - application/json: - schema: - title: Collection of event - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.event' - '@odata.nextLink': - type: string - nullable: true - '@odata.deltaLink': - type: string - nullable: true - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: function - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': - post: - tags: - - groups.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: group.calendar.calendarView.instance_accept - parameters: - - name: group-id - in: path - description: The unique identifier of group - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: group - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 + - name: event-id2 in: path description: The unique identifier of event required: true @@ -2705,6 +2671,8 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' SendResponse: type: boolean default: false @@ -2721,16 +2689,187 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action - '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': - post: + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/microsoft.graph.delta()': + get: tags: - - groups.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + - groups.Functions + summary: Invoke function delta + description: 'Get a set of event resources that have been added, deleted, or updated in one or more calendars. You can get specific types of these incremental changes in the events in all the calendars of a mailbox or in a specific calendar, or in an event collection of a calendarView (range of events defined by start and end dates) of a calendar. The calendar can be the default calendar or some other specified calendar of the user''s. In the case of getting incremental changes on calendarView, the calendar can be a group calendar as well. Typically, synchronizing events in a calendar or calendarView in a local store entails a round of multiple delta function calls. The initial call is a full synchronization, and every subsequent delta call in the same round gets the incremental changes (additions, deletions, or updates). This allows you to maintain and synchronize a local store of events in the specified calendar, without having to fetch all the events of that calendar from the server every time. The following table lists the differences between the delta function on events and the delta function on a calendarView in a calendar.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: group.calendar.calendarView.instance_cancel + url: https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta + operationId: group.calendar.calendarView.instance.exceptionOccurrence_delta + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: startDateTime + in: query + description: 'The start date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - name: endDateTime + in: query + description: 'The end date and time of the time range in the function, represented in ISO 8601 format. For example, 2019-11-08T20:00:00-08:00' + required: true + style: form + explode: false + schema: + type: string + - $ref: '#/components/parameters/top' + - $ref: '#/components/parameters/skip' + - $ref: '#/components/parameters/search' + - $ref: '#/components/parameters/filter' + - $ref: '#/components/parameters/count' + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $orderby + in: query + description: Order items by property values + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + type: string + responses: + 2XX: + description: Success + content: + application/json: + schema: + title: Collection of event + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.event' + '@odata.nextLink': + type: string + nullable: true + '@odata.deltaLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: + tags: + - groups.Actions + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_accept + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: + tags: + - groups.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_cancel parameters: - name: group-id in: path @@ -2934,6 +3073,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -3383,6 +3563,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.calendarView_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder': post: tags: @@ -4059,6 +4272,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -4572,6 +4834,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -5223,6 +5526,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event.instance.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -5736,6 +6088,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -6185,6 +6578,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendar.event_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder': post: tags: @@ -6496,6 +6922,31 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/groups/{group-id}/calendar/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta + operationId: group.calendar_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -6978,6 +7429,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -7491,6 +7991,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -8142,6 +8683,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView.instance.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -8655,6 +9245,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -9104,6 +9735,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/calendarView/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.calendarView_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': post: tags: @@ -9401,10 +10065,10 @@ paths: tags: - groups.conversation summary: Get conversation - description: Get a group's conversation object. + description: Retrieve the properties and relationships of conversation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-beta operationId: group_GetConversation parameters: - name: group-id @@ -18492,6 +19156,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event.exceptionOccurrence.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -19005,6 +19718,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -19656,6 +20410,55 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event.instance.exceptionOccurrence_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -20169,6 +20972,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event.instance_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -20618,6 +21462,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/groups/{group-id}/events/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - groups.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: group.event_permanentDelete + parameters: + - name: group-id + in: path + description: The unique identifier of group + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/groups/{group-id}/events/{event-id}/microsoft.graph.snoozeReminder': post: tags: @@ -37760,11 +38637,11 @@ paths: get: tags: - groups.conversationThread - summary: Get conversation thread - description: Get a thread object. + summary: Get conversationThread + description: "Get a specific thread that belongs to a group. You can specify both the parent conversation and the thread, or, \nyou can specify the thread without referencing the parent conversation. " externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta operationId: group_GetThread parameters: - name: group-id @@ -37859,11 +38736,11 @@ paths: delete: tags: - groups.conversationThread - summary: Delete conversationThread - description: Delete conversationThread. + summary: Delete conversation thread + description: Delete a thread object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta operationId: group_DeleteThread parameters: - name: group-id @@ -42511,7 +43388,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -43007,7 +43884,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -43045,7 +43922,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -43083,7 +43960,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -43093,7 +43970,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -43118,7 +43995,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -44540,7 +45417,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -50433,7 +51310,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -51568,7 +52445,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -54443,11 +55320,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -59365,7 +60242,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -65056,17 +65933,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -65085,19 +65962,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -65128,6 +66007,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index 0f9ad828fb..9bc3e03908 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -29089,7 +29089,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -29651,7 +29651,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -32999,7 +32999,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -33037,7 +33037,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -33075,7 +33075,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -33085,7 +33085,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -33110,7 +33110,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -34751,7 +34751,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -35886,7 +35886,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -36534,11 +36534,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -44656,7 +44656,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -52018,17 +52018,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -52047,19 +52047,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -52090,6 +52092,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index 6da4dc45dd..251c981f2c 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -33451,11 +33451,11 @@ paths: patch: tags: - identityGovernance.entitlementManagement - summary: Update accessPackageAssignmentWorkflowExtension - description: Update the properties of an accessPackageAssignmentWorkflowExtension object. + summary: Update accessPackageAssignmentRequestWorkflowExtension + description: Update the properties of an accessPackageAssignmentRequestWorkflowExtension object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackageCatalog_UpdateAccessPackageCustomWorkflowExtension parameters: - name: accessPackageCatalog-id @@ -46549,11 +46549,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: List accessPackageResourceRoleScopes - description: Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + summary: Get accessPackage + description: Retrieve the properties and relationships of an accessPackage object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement_GetAccessPackage parameters: - name: accessPackage-id @@ -51952,11 +51952,11 @@ paths: get: tags: - identityGovernance.entitlementManagement - summary: List accessPackageResourceRoleScopes - description: Retrieve an access package with a list of accessPackageResourceRoleScope objects. These objects represent the resource roles that an access package assigns to each subject. Each object links to an accessPackageResourceRole and an accessPackageResourceScope. + summary: Get accessPackage + description: Retrieve the properties and relationships of an accessPackage object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta operationId: identityGovernance.entitlementManagement.accessPackage_GetGraphBPreUniqueName parameters: - name: uniqueName @@ -62472,7 +62472,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: List taskDefinitions - description: Get a list of the taskDefinition objects and their properties. + description: Get a list of built-in workflow tasks in Lifecycle Workflows. A task is represented by the taskDefinition object. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-beta @@ -62527,7 +62527,7 @@ paths: tags: - identityGovernance.lifecycleWorkflowsContainer summary: Get taskDefinition - description: Read the details of a built-in workflow task. + description: Read the details of a built-in workflow task in Lifecycle Workflows. externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-beta @@ -78600,11 +78600,11 @@ paths: get: tags: - identityGovernance.termsOfUseContainer - summary: Get agreement - description: Retrieve the properties and relationships of an agreement object. + summary: List files (terms of use agreement files) + description: Retrieve all files related to an agreement. This includes the default file and all localized files. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-beta operationId: identityGovernance.termsGraphOPreUse_GetAgreement parameters: - name: agreement-id @@ -114277,7 +114277,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -116320,11 +116320,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -117570,7 +117570,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -118048,7 +118048,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -118086,7 +118086,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -118124,7 +118124,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -118134,7 +118134,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -118159,7 +118159,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -118464,7 +118464,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -120132,7 +120132,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -129070,7 +129070,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -135646,17 +135646,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -135675,19 +135675,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -135718,6 +135720,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index ec6538dcf4..c3fd583503 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -9166,11 +9166,11 @@ paths: get: tags: - identity.conditionalAccessRoot - summary: Get compliantNetworkNamedLocation - description: Read the properties and relationships of a compliantNetworkNamedLocation object. + summary: Get namedLocation + description: Retrieve the properties and relationships of a namedLocation object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/compliantnetworknamedlocation-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-beta operationId: identity.conditionalAccess_GetNamedLocation parameters: - name: namedLocation-id @@ -9787,11 +9787,11 @@ paths: get: tags: - identity.customAuthenticationExtension - summary: Get customAuthenticationExtension - description: Read the properties and relationships of a customAuthenticationExtension object. + summary: Get authenticationEventListener + description: Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta operationId: identity_GetCustomAuthenticationExtension parameters: - name: customAuthenticationExtension-id @@ -10805,11 +10805,11 @@ paths: get: tags: - identityProtection.riskDetection - summary: List riskDetection - description: Retrieve the properties of a collection of riskDetection objects. + summary: Get riskDetection + description: Retrieve the properties of a riskDetection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta operationId: identityProtection_GetRiskDetection parameters: - name: riskDetection-id @@ -11427,11 +11427,11 @@ paths: get: tags: - identityProtection.riskyUser - summary: Get riskyUser - description: Retrieve the properties and relationships of a riskyUser object. + summary: List riskyUsers + description: Retrieve the properties and relationships of a collection of riskyUser objects. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/riskyusers-list?view=graph-rest-beta operationId: identityProtection_ListRiskyUser parameters: - $ref: '#/components/parameters/top' @@ -34033,6 +34033,8 @@ components: description: The date and time of the last update to the policy. format: date-time nullable: true + microsoftAuthenticatorPlatformSettings: + $ref: '#/components/schemas/microsoft.graph.microsoftAuthenticatorPlatformSettings' policyMigrationState: $ref: '#/components/schemas/microsoft.graph.authenticationMethodsPolicyMigrationState' policyVersion: @@ -37135,7 +37137,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -37544,7 +37546,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -37582,7 +37584,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -37620,7 +37622,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -37630,7 +37632,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -37655,7 +37657,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -37960,7 +37962,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -38399,7 +38401,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -39760,7 +39762,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -40718,6 +40720,14 @@ components: description: Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property isn't a key. Required. additionalProperties: type: object + microsoft.graph.microsoftAuthenticatorPlatformSettings: + title: microsoftAuthenticatorPlatformSettings + type: object + properties: + enforceAppPIN: + $ref: '#/components/schemas/microsoft.graph.enforceAppPIN' + additionalProperties: + type: object microsoft.graph.authenticationMethodsPolicyMigrationState: title: authenticationMethodsPolicyMigrationState enum: @@ -41111,11 +41121,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -48612,7 +48622,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -49909,6 +49919,20 @@ components: description: Collection of password restrictions settings to be applied to an application or service principal. additionalProperties: type: object + microsoft.graph.enforceAppPIN: + title: enforceAppPIN + type: object + properties: + excludeTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.excludeTarget' + includeTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.includeTarget' + additionalProperties: + type: object microsoft.graph.authenticationMethodsRegistrationCampaign: title: authenticationMethodsRegistrationCampaign type: object @@ -55575,17 +55599,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -55604,19 +55628,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -55647,6 +55673,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/NetworkAccess.yml b/openApiDocs/beta/NetworkAccess.yml index 8fe23188a2..ee39bbb4d5 100644 --- a/openApiDocs/beta/NetworkAccess.yml +++ b/openApiDocs/beta/NetworkAccess.yml @@ -7687,7 +7687,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -8717,6 +8717,8 @@ components: - block - allow - unknownFutureValue + - bypass + - alert type: string microsoft.graph.networkaccess.webCategory: allOf: diff --git a/openApiDocs/beta/Notes.yml b/openApiDocs/beta/Notes.yml index cb7a51e29a..f28a5e2bff 100644 --- a/openApiDocs/beta/Notes.yml +++ b/openApiDocs/beta/Notes.yml @@ -21043,11 +21043,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index 3d37f2f312..0fbad9fcd7 100644 --- a/openApiDocs/beta/People.yml +++ b/openApiDocs/beta/People.yml @@ -7054,17 +7054,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -7083,19 +7083,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -7126,6 +7128,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string @@ -7640,11 +7643,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/PersonalContacts.yml b/openApiDocs/beta/PersonalContacts.yml index f5ffd7b35b..1423863ab5 100644 --- a/openApiDocs/beta/PersonalContacts.yml +++ b/openApiDocs/beta/PersonalContacts.yml @@ -3510,7 +3510,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array diff --git a/openApiDocs/beta/Planner.yml b/openApiDocs/beta/Planner.yml index e17d0058c6..ece7c67321 100644 --- a/openApiDocs/beta/Planner.yml +++ b/openApiDocs/beta/Planner.yml @@ -13758,11 +13758,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index 1fbb87802f..fccc07f32d 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -14411,7 +14411,7 @@ components: properties: content: type: string - description: Report content; details vary by report type. + description: The http content that has the data format: base64url nullable: true additionalProperties: @@ -16341,6 +16341,7 @@ components: - saml20 - unknownFutureValue - remoteDesktopToken + - refreshToken type: string x-ms-enum-flags: isFlags: true @@ -17412,11 +17413,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Search.yml b/openApiDocs/beta/Search.yml index 7080b09063..2525252bcc 100644 --- a/openApiDocs/beta/Search.yml +++ b/openApiDocs/beta/Search.yml @@ -1250,11 +1250,11 @@ paths: put: tags: - external.externalConnection - summary: Create externalItem - description: Create a new externalItem. This API can be used to create a custom item. The containing externalConnection must have a schema registered of the corresponding type. + summary: Update externalItem + description: Update the properties of an externalitem. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-beta operationId: external.connection_SetItem parameters: - name: externalConnection-id @@ -2373,11 +2373,11 @@ paths: patch: tags: - external.industryDataRoot - summary: Update azureDataLakeConnector - description: Update the properties of an azureDataLakeConnector object. + summary: Update oneRosterApiDataConnector + description: Update the properties of a oneRosterApiDataConnector object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-update?view=graph-rest-beta operationId: external.industryData_UpdateDataConnector parameters: - name: industryDataConnector-id @@ -2653,11 +2653,11 @@ paths: patch: tags: - external.industryDataRoot - summary: Update inboundApiFlow - description: Update the properties of an inboundApiFlow object. + summary: Update inboundFileFlow + description: Update the properties of an inboundFileFlow object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta operationId: external.industryData_UpdateInboundFlow parameters: - name: inboundFlow-id diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index cf6fee5b8d..6a954b8e4f 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -30708,7 +30708,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -37727,7 +37727,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -37765,7 +37765,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -37803,7 +37803,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -37813,7 +37813,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -37838,7 +37838,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -39185,11 +39185,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -39912,7 +39912,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -40496,7 +40496,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -41837,7 +41837,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -51372,7 +51372,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -58100,17 +58100,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -58129,19 +58129,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -58172,6 +58174,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index 4b96e861d7..296d221c11 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -53708,11 +53708,11 @@ paths: get: tags: - sites.list - summary: Get metadata for a list - description: Return the metadata for a list. + summary: List operations + description: Get the list of richLongRunningOperations associated with a list. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/list-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-beta operationId: site_GetList parameters: - name: site-id @@ -90073,7 +90073,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -90565,7 +90565,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -90603,7 +90603,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -90641,7 +90641,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -90651,7 +90651,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -90676,7 +90676,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -90981,7 +90981,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -91469,7 +91469,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -92830,7 +92830,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -95121,11 +95121,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -100750,7 +100750,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -106534,17 +106534,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -106563,19 +106563,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -106606,6 +106608,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index bb05b46756..1b873c9740 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -18994,11 +18994,11 @@ paths: patch: tags: - teams.channel - summary: Update member in channel - description: Update the role of a conversationMember in a channel. This operation is allowed only for channels with a membershipType value of private or shared. + summary: Update conversationMember + description: "Update the role of a conversationMember in a \nteam.\nor channel." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-beta operationId: team.channel_UpdateMember parameters: - name: team-id @@ -19256,11 +19256,11 @@ paths: post: tags: - teams.channel - summary: Send chatMessage in channel - description: Send a new chatMessage in the specified channel. + summary: Send chatMessage in a channel or a chat + description: Send a new chatMessage in the specified channel or a chat. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta operationId: team.channel_CreateMessage parameters: - name: team-id @@ -39045,11 +39045,11 @@ paths: get: tags: - teamwork.teamTemplate - summary: List definitions - description: 'List the teamTemplateDefinition objects associated with a teamTemplate. ' + summary: List teamTemplates + description: 'Get the list of teamTemplate objects that are available for a tenant. ' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-beta operationId: teamwork_ListTeamTemplate parameters: - $ref: '#/components/parameters/top' @@ -62929,7 +62929,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -65308,11 +65308,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -66835,7 +66835,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -66873,7 +66873,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -66911,7 +66911,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -66921,7 +66921,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -66946,7 +66946,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -67921,7 +67921,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -68417,7 +68417,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -69787,7 +69787,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -77818,7 +77818,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -83719,17 +83719,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -83748,19 +83748,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -83791,6 +83793,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index b6d319234b..f4e34d2055 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -651,6 +651,60 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -1086,6 +1140,52 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendar/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -1677,16 +1777,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -1720,18 +1820,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -1743,16 +1831,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -1793,78 +1881,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: action - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': - post: - tags: - - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_accept - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -1879,16 +1897,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_cancel + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -1914,58 +1932,194 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: action - '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': - post: - tags: - - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_decline - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': + post: + tags: + - users.Actions + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: + tags: + - users.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': + post: + tags: + - users.Actions + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 in: path description: The unique identifier of event required: true @@ -2112,6 +2266,52 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendar/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -2491,16 +2691,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.calendarView_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView_permanentDelete parameters: - name: user-id in: path @@ -2518,18 +2718,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -2541,16 +2729,66 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.calendarView_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/calendarView/{event-id}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.Actions + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView_tentativelyAccept parameters: - name: user-id in: path @@ -3120,6 +3358,60 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -3555,16 +3847,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -3590,18 +3882,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -3613,16 +3893,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -3655,15 +3935,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -3678,16 +3951,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendar/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendar.event.instance.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -3720,18 +3993,21 @@ paths: schema: type: object properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -3740,7 +4016,7 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions @@ -3749,7 +4025,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession + operationId: user.calendar.event.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -3775,14 +4051,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -3810,87 +4078,157 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': - post: - tags: - - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendar.event.instance.exceptionOccurrence_accept - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: action - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendar.event.instance.exceptionOccurrence_cancel + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + post: + tags: + - users.Actions + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + post: + tags: + - users.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_cancel parameters: - name: user-id in: path @@ -4146,6 +4484,60 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -4581,16 +4973,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.event.instance_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.instance_permanentDelete parameters: - name: user-id in: path @@ -4616,18 +5008,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -4639,16 +5019,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.event.instance_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.event.instance_snoozeReminder parameters: - name: user-id in: path @@ -4681,15 +5061,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -4704,16 +5077,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.accept': + '/users/{user-id}/calendar/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendar.event_accept + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.event.instance_tentativelyAccept parameters: - name: user-id in: path @@ -4731,6 +5104,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -4738,6 +5119,8 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' SendResponse: type: boolean default: false @@ -4759,16 +5142,71 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.cancel': + '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendar.event_cancel + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.cancel': + post: + tags: + - users.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event_cancel parameters: - name: user-id in: path @@ -4960,6 +5398,44 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendar/events/{event-id}/microsoft.graph.snoozeReminder': post: tags: @@ -5139,6 +5615,36 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/users/{user-id}/calendar/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta + operationId: user.calendar_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -5789,6 +6295,76 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -6336,16 +6912,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -6387,18 +6963,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -6410,16 +6974,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -6468,15 +7032,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -6491,16 +7048,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -6549,18 +7106,21 @@ paths: schema: type: object properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -6569,7 +7129,7 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions @@ -6578,7 +7138,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession + operationId: user.calendarGroup.calendar.calendarView.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -6620,14 +7180,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -6655,16 +7207,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_accept + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -6721,19 +7273,18 @@ paths: schema: type: object properties: - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' additionalProperties: type: object required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -6742,16 +7293,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_cancel + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_accept parameters: - name: user-id in: path @@ -6808,6 +7359,10 @@ paths: schema: type: object properties: + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -6825,16 +7380,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_decline + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_cancel parameters: - name: user-id in: path @@ -6891,12 +7446,6 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true Comment: type: string nullable: true @@ -6914,86 +7463,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': - post: - tags: - - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_dismissReminder - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_forward + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -7050,10 +7529,12 @@ paths: schema: type: object properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -7071,16 +7552,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id in: path @@ -7130,18 +7611,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -7153,16 +7622,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_forward parameters: - name: user-id in: path @@ -7219,12 +7688,10 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -7242,16 +7709,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance_accept + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -7293,23 +7760,14 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: description: Success @@ -7321,16 +7779,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance_cancel + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -7372,6 +7830,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -7379,9 +7845,8 @@ paths: schema: type: object properties: - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -7396,16 +7861,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance_decline + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -7447,6 +7912,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -7477,16 +7950,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance_dismissReminder + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_accept parameters: - name: user-id in: path @@ -7528,6 +8001,23 @@ paths: schema: type: string x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -7539,16 +8029,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance_forward + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_cancel parameters: - name: user-id in: path @@ -7597,10 +8087,6 @@ paths: schema: type: object properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -7618,16 +8104,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_decline parameters: - name: user-id in: path @@ -7676,8 +8162,15 @@ paths: schema: type: object properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true @@ -7692,16 +8185,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView.instance_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_dismissReminder parameters: - name: user-id in: path @@ -7743,25 +8236,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -7773,16 +8247,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_accept + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_forward parameters: - name: user-id in: path @@ -7816,6 +8290,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -7823,10 +8305,10 @@ paths: schema: type: object properties: - SendResponse: - type: boolean - default: false - nullable: true + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -7844,16 +8326,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_cancel + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_permanentDelete parameters: - name: user-id in: path @@ -7887,19 +8369,14 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: description: Success @@ -7911,16 +8388,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_decline + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_snoozeReminder parameters: - name: user-id in: path @@ -7954,6 +8431,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -7961,15 +8446,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -7984,16 +8462,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_dismissReminder + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView.instance_tentativelyAccept parameters: - name: user-id in: path @@ -8027,6 +8505,33 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -8038,16 +8543,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_forward + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_accept parameters: - name: user-id in: path @@ -8088,10 +8593,10 @@ paths: schema: type: object properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -8109,16 +8614,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_cancel parameters: - name: user-id in: path @@ -8159,8 +8664,9 @@ paths: schema: type: object properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + Comment: + type: string + nullable: true additionalProperties: type: object required: true @@ -8175,16 +8681,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.calendarView_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_decline parameters: - name: user-id in: path @@ -8248,16 +8754,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_dismissReminder parameters: - name: user-id in: path @@ -8291,25 +8797,9 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' - additionalProperties: - type: object - required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -8318,16 +8808,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_forward parameters: - name: user-id in: path @@ -8361,14 +8851,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -8376,18 +8858,19 @@ paths: schema: type: object properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -8396,16 +8879,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_permanentDelete parameters: - name: user-id in: path @@ -8439,15 +8922,53 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': + post: + tags: + - users.Actions + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_snoozeReminder + parameters: + - name: user-id in: path - description: The unique identifier of event + description: The unique identifier of user required: true style: simple schema: type: string - x-ms-docs-key-type: event - - name: event-id2 + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id in: path description: The unique identifier of event required: true @@ -8462,18 +8983,14 @@ paths: schema: type: object properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -8482,16 +8999,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_accept + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.calendarView_tentativelyAccept parameters: - name: user-id in: path @@ -8525,22 +9042,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -8548,6 +9049,8 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' SendResponse: type: boolean default: false @@ -8569,16 +9072,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_cancel + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.attachment_createUploadSession parameters: - name: user-id in: path @@ -8612,22 +9115,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -8635,15 +9122,18 @@ paths: schema: type: object properties: - Comment: - type: string - nullable: true + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' additionalProperties: type: object required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -8652,16 +9142,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_decline + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -8703,14 +9193,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -8718,21 +9200,18 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' additionalProperties: type: object required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -8741,16 +9220,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_dismissReminder + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -8800,9 +9279,25 @@ paths: schema: type: string x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -8811,16 +9306,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_forward + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_accept parameters: - name: user-id in: path @@ -8877,10 +9372,10 @@ paths: schema: type: object properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -8898,16 +9393,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_cancel parameters: - name: user-id in: path @@ -8964,8 +9459,9 @@ paths: schema: type: object properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + Comment: + type: string + nullable: true additionalProperties: type: object required: true @@ -8980,16 +9476,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_decline parameters: - name: user-id in: path @@ -9069,16 +9565,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_accept + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id in: path @@ -9120,23 +9616,14 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: description: Success @@ -9148,16 +9635,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_cancel + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_forward parameters: - name: user-id in: path @@ -9199,6 +9686,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -9206,6 +9701,10 @@ paths: schema: type: object properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -9223,16 +9722,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_decline + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_permanentDelete parameters: - name: user-id in: path @@ -9274,6 +9773,84 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + post: + tags: + - users.Actions + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -9281,15 +9858,8 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -9304,16 +9874,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_dismissReminder + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id in: path @@ -9355,6 +9925,33 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -9366,16 +9963,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_forward + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_accept parameters: - name: user-id in: path @@ -9424,10 +10021,10 @@ paths: schema: type: object properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -9445,16 +10042,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_cancel parameters: - name: user-id in: path @@ -9503,8 +10100,9 @@ paths: schema: type: object properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + Comment: + type: string + nullable: true additionalProperties: type: object required: true @@ -9519,16 +10117,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.exceptionOccurrence_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -9600,16 +10198,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_dismissReminder parameters: - name: user-id in: path @@ -9651,25 +10249,9 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' - additionalProperties: - type: object - required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -9678,16 +10260,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_forward parameters: - name: user-id in: path @@ -9729,14 +10311,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -9744,18 +10318,19 @@ paths: schema: type: object properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -9764,16 +10339,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_accept + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -9815,31 +10390,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -9851,16 +10401,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_cancel + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -9902,14 +10452,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -9917,9 +10459,8 @@ paths: schema: type: object properties: - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -9934,16 +10475,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_decline + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -9985,14 +10526,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -10023,86 +10556,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': - post: - tags: - - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_dismissReminder - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: calendarGroup-id - in: path - description: The unique identifier of calendarGroup - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendarGroup - - name: calendar-id - in: path - description: The unique identifier of calendar - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: calendar - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_forward + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -10144,14 +10607,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -10159,19 +10614,18 @@ paths: schema: type: object properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' additionalProperties: type: object required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -10180,16 +10634,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_snoozeReminder + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -10246,14 +10700,18 @@ paths: schema: type: object properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' additionalProperties: type: object required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -10262,16 +10720,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_accept parameters: - name: user-id in: path @@ -10328,8 +10786,6 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' SendResponse: type: boolean default: false @@ -10351,16 +10807,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance_accept + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_cancel parameters: - name: user-id in: path @@ -10402,6 +10858,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -10409,10 +10873,6 @@ paths: schema: type: object properties: - SendResponse: - type: boolean - default: false - nullable: true Comment: type: string nullable: true @@ -10430,16 +10890,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance_cancel + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -10481,6 +10941,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -10488,6 +10956,12 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -10505,16 +10979,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance_decline + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id in: path @@ -10556,25 +11030,14 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: description: Success @@ -10586,16 +11049,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance_dismissReminder + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_forward parameters: - name: user-id in: path @@ -10637,6 +11100,31 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -10648,16 +11136,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance_forward + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -10699,23 +11187,14 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: description: Success @@ -10727,7 +11206,7 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: - users.Actions @@ -10736,7 +11215,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance_snoozeReminder + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -10778,6 +11257,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -10801,7 +11288,7 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions @@ -10810,7 +11297,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event.instance_tentativelyAccept + operationId: user.calendarGroup.calendar.event.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -10852,6 +11339,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -10882,7 +11377,7 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.accept': post: tags: - users.Actions @@ -10891,7 +11386,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event_accept + operationId: user.calendarGroup.calendar.event.instance_accept parameters: - name: user-id in: path @@ -10925,6 +11420,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -10953,7 +11456,7 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.cancel': post: tags: - users.Actions @@ -10962,7 +11465,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event_cancel + operationId: user.calendarGroup.calendar.event.instance_cancel parameters: - name: user-id in: path @@ -10996,6 +11499,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -11020,7 +11531,7 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.decline': post: tags: - users.Actions @@ -11029,7 +11540,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event_decline + operationId: user.calendarGroup.calendar.event.instance_decline parameters: - name: user-id in: path @@ -11063,6 +11574,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -11093,7 +11612,7 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': post: tags: - users.Actions @@ -11102,7 +11621,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event_dismissReminder + operationId: user.calendarGroup.calendar.event.instance_dismissReminder parameters: - name: user-id in: path @@ -11136,6 +11655,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: description: Success @@ -11147,7 +11674,7 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.forward': post: tags: - users.Actions @@ -11156,7 +11683,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event_forward + operationId: user.calendarGroup.calendar.event.instance_forward parameters: - name: user-id in: path @@ -11190,6 +11717,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -11218,16 +11753,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_permanentDelete parameters: - name: user-id in: path @@ -11261,18 +11796,14 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - additionalProperties: - type: object - required: true + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: description: Success @@ -11284,16 +11815,627 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendarGroup.calendar.event_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.Actions + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event.instance_tentativelyAccept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.accept': + post: + tags: + - users.Actions + summary: Invoke action accept + description: Accept the specified event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.cancel': + post: + tags: + - users.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.decline': + post: + tags: + - users.Actions + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.dismissReminder': + post: + tags: + - users.Actions + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.forward': + post: + tags: + - users.Actions + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder': + post: + tags: + - users.Actions + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_snoozeReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.tentativelyAccept': + post: + tags: + - users.Actions + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendarGroup.calendar.event_tentativelyAccept parameters: - name: user-id in: path @@ -11445,6 +12587,52 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars/{calendar-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta + operationId: user.calendarGroup.calendar_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendarGroup-id + in: path + description: The unique identifier of calendarGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendarGroup + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -11577,16 +12765,94 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + post: + tags: + - users.Actions + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence.instance.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_accept parameters: - name: user-id in: path @@ -11635,18 +12901,19 @@ paths: schema: type: object properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -11655,16 +12922,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence.instance_accept + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_cancel parameters: - name: user-id in: path @@ -11713,10 +12980,6 @@ paths: schema: type: object properties: - SendResponse: - type: boolean - default: false - nullable: true Comment: type: string nullable: true @@ -11734,16 +12997,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence.instance_cancel + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_decline parameters: - name: user-id in: path @@ -11792,6 +13055,12 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -11809,16 +13078,78 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence.instance_decline + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + post: + tags: + - users.Actions + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_forward parameters: - name: user-id in: path @@ -11867,12 +13198,10 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -11890,16 +13219,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence.instance_dismissReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_permanentDelete parameters: - name: user-id in: path @@ -11952,16 +13281,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence.instance_forward + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder parameters: - name: user-id in: path @@ -12010,13 +13339,8 @@ paths: schema: type: object properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -12031,16 +13355,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence.instance_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept parameters: - name: user-id in: path @@ -12089,8 +13413,15 @@ paths: schema: type: object properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true @@ -12105,16 +13436,87 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence.instance_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_accept + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + post: + tags: + - users.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_cancel parameters: - name: user-id in: path @@ -12148,14 +13550,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -12163,12 +13557,6 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true Comment: type: string nullable: true @@ -12186,16 +13574,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.accept': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence_accept + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -12236,6 +13624,8 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' SendResponse: type: boolean default: false @@ -12257,16 +13647,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.cancel': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence_cancel + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_dismissReminder parameters: - name: user-id in: path @@ -12300,19 +13690,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -12324,16 +13701,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.decline': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence_decline + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_forward parameters: - name: user-id in: path @@ -12374,12 +13751,10 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -12397,16 +13772,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence_dismissReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -12451,16 +13826,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence_forward + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -12501,13 +13876,8 @@ paths: schema: type: object properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -12522,16 +13892,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -12572,8 +13942,15 @@ paths: schema: type: object properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true @@ -12588,16 +13965,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.calendarView.exceptionOccurrence_tentativelyAccept + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -12638,21 +14015,18 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' additionalProperties: type: object required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -12661,7 +14035,7 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions @@ -12670,7 +14044,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.attachment_createUploadSession + operationId: user.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -12704,6 +14078,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -12731,16 +14113,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.exceptionOccurrence.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_accept parameters: - name: user-id in: path @@ -12789,18 +14171,19 @@ paths: schema: type: object properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -12809,16 +14192,91 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.accept': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.exceptionOccurrence_accept + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + post: + tags: + - users.Actions + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_decline parameters: - name: user-id in: path @@ -12867,6 +14325,8 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' SendResponse: type: boolean default: false @@ -12888,16 +14348,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.exceptionOccurrence_cancel + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id in: path @@ -12939,19 +14399,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -12963,16 +14410,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.exceptionOccurrence_decline + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_forward parameters: - name: user-id in: path @@ -13021,12 +14468,10 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -13044,16 +14489,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.exceptionOccurrence_dismissReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -13106,16 +14551,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.exceptionOccurrence_forward + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder parameters: - name: user-id in: path @@ -13164,13 +14609,8 @@ paths: schema: type: object properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -13185,16 +14625,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.exceptionOccurrence_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept parameters: - name: user-id in: path @@ -13243,8 +14683,15 @@ paths: schema: type: object properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true @@ -13259,16 +14706,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.calendarView.instance.exceptionOccurrence_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_accept parameters: - name: user-id in: path @@ -13302,7 +14749,70 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id2 + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + post: + tags: + - users.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 in: path description: The unique identifier of event required: true @@ -13317,12 +14827,6 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true Comment: type: string nullable: true @@ -13340,16 +14844,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.accept': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_accept + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_decline parameters: - name: user-id in: path @@ -13390,6 +14894,8 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' SendResponse: type: boolean default: false @@ -13411,16 +14917,70 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.cancel': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_cancel + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward': + post: + tags: + - users.Actions + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_forward parameters: - name: user-id in: path @@ -13461,6 +15021,10 @@ paths: schema: type: object properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -13478,16 +15042,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.decline': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_decline + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_permanentDelete parameters: - name: user-id in: path @@ -13521,25 +15085,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -13551,16 +15096,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_dismissReminder + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_snoozeReminder parameters: - name: user-id in: path @@ -13594,6 +15139,18 @@ paths: schema: type: string x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -13605,16 +15162,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.forward': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_forward + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView.instance_tentativelyAccept parameters: - name: user-id in: path @@ -13655,10 +15212,12 @@ paths: schema: type: object properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -13676,16 +15235,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.calendarView_accept parameters: - name: user-id in: path @@ -13711,14 +15270,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -13726,8 +15277,13 @@ paths: schema: type: object properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true @@ -13742,16 +15298,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.calendarView.instance_tentativelyAccept + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.calendarView_cancel parameters: - name: user-id in: path @@ -13777,14 +15333,6 @@ paths: schema: type: string x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -13792,12 +15340,6 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true Comment: type: string nullable: true @@ -13815,16 +15357,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.accept': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendar.calendarView_accept + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.calendarView_decline parameters: - name: user-id in: path @@ -13857,6 +15399,8 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' SendResponse: type: boolean default: false @@ -13878,16 +15422,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.cancel': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendar.calendarView_cancel + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.calendarView_dismissReminder parameters: - name: user-id in: path @@ -13913,19 +15457,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -13937,16 +15468,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.decline': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendar.calendarView_decline + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.calendarView_forward parameters: - name: user-id in: path @@ -13979,12 +15510,10 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -14002,16 +15531,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendar.calendarView_dismissReminder + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.calendarView_permanentDelete parameters: - name: user-id in: path @@ -14048,16 +15577,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.forward': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action snoozeReminder + description: Postpone a reminder for an event in a user calendar until a new time. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendar.calendarView_forward + url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta + operationId: user.calendar.calendarView_snoozeReminder parameters: - name: user-id in: path @@ -14090,13 +15619,8 @@ paths: schema: type: object properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true + NewReminderTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' additionalProperties: type: object required: true @@ -14111,16 +15635,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': + '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept': post: tags: - users.Actions - summary: Invoke action snoozeReminder - description: Postpone a reminder for an event in a user calendar until a new time. + summary: Invoke action tentativelyAccept + description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta - operationId: user.calendar.calendarView_snoozeReminder + url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta + operationId: user.calendar.calendarView_tentativelyAccept parameters: - name: user-id in: path @@ -14153,8 +15677,15 @@ paths: schema: type: object properties: - NewReminderTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true @@ -14169,16 +15700,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/calendarView/{event-id}/microsoft.graph.tentativelyAccept': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions - summary: Invoke action tentativelyAccept - description: 'Tentatively accept the specified event in a user calendar. If the event allows proposals for new times, on responding tentative to the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action createUploadSession + description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta - operationId: user.calendar.calendarView_tentativelyAccept + url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta + operationId: user.calendar.event.attachment_createUploadSession parameters: - name: user-id in: path @@ -14211,21 +15742,18 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true + AttachmentItem: + $ref: '#/components/schemas/microsoft.graph.attachmentItem' additionalProperties: type: object required: true responses: 2XX: description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -14234,7 +15762,7 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions @@ -14243,7 +15771,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendar.event.attachment_createUploadSession + operationId: user.calendar.event.exceptionOccurrence.attachment_createUploadSession parameters: - name: user-id in: path @@ -14269,6 +15797,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -14296,7 +15832,7 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': post: tags: - users.Actions @@ -14305,7 +15841,7 @@ paths: externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence.attachment_createUploadSession + operationId: user.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession parameters: - name: user-id in: path @@ -14339,6 +15875,14 @@ paths: schema: type: string x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event requestBody: description: Action parameters content: @@ -14366,16 +15910,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/microsoft.graph.createUploadSession': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': post: tags: - users.Actions - summary: Invoke action createUploadSession - description: 'Create an upload session that allows an app to iteratively upload ranges of a file, so as to attach the file to an Outlook item. The item can be a message or event. Use this approach to attach a file if the file size is between 3 MB and 150 MB. To attach a file that''s smaller than 3 MB, do a POST operation on the attachments navigation property of the Outlook item; see how to do this for a message or for an event. As part of the response, this action returns an upload URL that you can use in subsequent sequential PUT queries. Request headers for each PUT operation let you specify the exact range of bytes to be uploaded. This allows transfer to be resumed, in case the network connection is dropped during upload. The following are the steps to attach a file to an Outlook item using an upload session: See attach large files to Outlook messages or events for an example.' + summary: Invoke action accept + description: Accept the specified event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence.instance.attachment_createUploadSession + url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_accept parameters: - name: user-id in: path @@ -14424,18 +15968,19 @@ paths: schema: type: object properties: - AttachmentItem: - $ref: '#/components/schemas/microsoft.graph.attachmentItem' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true additionalProperties: type: object required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.uploadSession' default: $ref: '#/components/responses/error' deprecated: true @@ -14444,16 +15989,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.accept': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': post: tags: - users.Actions - summary: Invoke action accept - description: Accept the specified event in a user calendar. + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence.instance_accept + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_cancel parameters: - name: user-id in: path @@ -14502,10 +16047,6 @@ paths: schema: type: object properties: - SendResponse: - type: boolean - default: false - nullable: true Comment: type: string nullable: true @@ -14523,16 +16064,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.cancel': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence.instance_cancel + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_decline parameters: - name: user-id in: path @@ -14581,6 +16122,12 @@ paths: schema: type: object properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true Comment: type: string nullable: true @@ -14598,16 +16145,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence.instance_decline + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id in: path @@ -14649,25 +16196,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -14679,16 +16207,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence.instance_dismissReminder + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_forward parameters: - name: user-id in: path @@ -14730,6 +16258,23 @@ paths: schema: type: string x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -14741,16 +16286,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendar.event.exceptionOccurrence.instance_forward + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence.instance_permanentDelete parameters: - name: user-id in: path @@ -14792,23 +16337,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -15311,6 +16839,60 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -15946,23 +17528,85 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: description: Success @@ -16465,6 +18109,60 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -16900,6 +18598,52 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendar.event_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendars/{calendar-id}/events/{event-id}/microsoft.graph.snoozeReminder': post: tags: @@ -17103,6 +18847,44 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/users/{user-id}/calendars/{calendar-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a calendar folder and the events that it contains and remove them from the mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta + operationId: user.calendar_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: calendar-id + in: path + description: The unique identifier of calendar + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: calendar + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendarView/{event-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -17625,6 +19407,60 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarView.exceptionOccurrence.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -17921,25 +19757,71 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + post: + tags: + - users.Actions + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.calendarView.exceptionOccurrence_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event responses: 2XX: description: Success @@ -17951,16 +19833,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.dismissReminder': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.calendarView.exceptionOccurrence_dismissReminder + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.calendarView.exceptionOccurrence_forward parameters: - name: user-id in: path @@ -17986,6 +19868,23 @@ paths: schema: type: string x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -17997,16 +19896,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.forward': + '/users/{user-id}/calendarView/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.calendarView.exceptionOccurrence_forward + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarView.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -18032,23 +19931,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -18651,6 +20533,60 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarView.instance.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.snoozeReminder': post: tags: @@ -19086,6 +21022,52 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarView.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendarView/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -19465,6 +21447,44 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/calendarView/{event-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.calendarView_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/calendarView/{event-id}/microsoft.graph.snoozeReminder': post: tags: @@ -21195,7 +23215,72 @@ paths: value: type: array items: - $ref: '#/components/schemas/microsoft.graph.cloudPcRemoteActionResult' + $ref: '#/components/schemas/microsoft.graph.cloudPcRemoteActionResult' + '@odata.nextLink': + type: string + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + '/users/{user-id}/cloudPCs/microsoft.graph.validateBulkResize': + post: + tags: + - users.Actions + summary: Invoke action validateBulkResize + description: Validate that a set of cloudPC devices meet the requirements to be bulk resized. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta + operationId: user.cloudPC_validateBulkResize + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + cloudPcIds: + type: array + items: + type: string + nullable: true + targetServicePlanId: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudPcResizeValidationResult' '@odata.nextLink': type: string nullable: true @@ -21212,16 +23297,16 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore - '/users/{user-id}/cloudPCs/microsoft.graph.validateBulkResize': + '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action validateBulkResize - description: Validate that a set of cloudPC devices meet the requirements to be bulk resized. + summary: Invoke action permanentDelete + description: 'Permanently delete a contact and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta - operationId: user.cloudPC_validateBulkResize + url: https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta + operationId: user.contactFolder.childFolder.contact_permanentDelete parameters: - name: user-id in: path @@ -21231,41 +23316,201 @@ paths: schema: type: string x-ms-docs-key-type: user - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - cloudPcIds: - type: array - items: - type: string - nullable: true - targetServicePlanId: - type: string - nullable: true - additionalProperties: - type: object - required: true + - name: contactFolder-id + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + - name: contactFolder-id1 + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + - name: contact-id + in: path + description: The unique identifier of contact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contact + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a contact folder and remove its items from the user''s mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contactfolder-permanentdelete?view=graph-rest-beta + operationId: user.contactFolder.childFolder_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: contactFolder-id + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + - name: contactFolder-id1 + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a contact and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta + operationId: user.contactFolder.contact_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: contactFolder-id + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + - name: contact-id + in: path + description: The unique identifier of contact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contact + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/contactFolders/{contactFolder-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a contact folder and remove its items from the user''s mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contactfolder-permanentdelete?view=graph-rest-beta + operationId: user.contactFolder_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: contactFolder-id + in: path + description: The unique identifier of contactFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contactFolder + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/contacts/{contact-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a contact and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta + operationId: user.contact_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: contact-id + in: path + description: The unique identifier of contact + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: contact responses: 2XX: description: Success - content: - application/json: - schema: - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.cloudPcResizeValidationResult' - '@odata.nextLink': - type: string - nullable: true - additionalProperties: - type: object default: $ref: '#/components/responses/error' deprecated: true @@ -21274,9 +23519,6 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore '/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/microsoft.graph.assign': post: tags: @@ -25555,16 +27797,89 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.decline': + post: + tags: + - users.Actions + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.event.exceptionOccurrence.instance_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.event.exceptionOccurrence.instance_decline + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.event.exceptionOccurrence.instance_dismissReminder parameters: - name: user-id in: path @@ -25598,25 +27913,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -25628,16 +27924,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.dismissReminder': + '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.event.exceptionOccurrence.instance_dismissReminder + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.event.exceptionOccurrence.instance_forward parameters: - name: user-id in: path @@ -25671,6 +27967,23 @@ paths: schema: type: string x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true responses: 2XX: description: Success @@ -25682,16 +27995,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.forward': + '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.event.exceptionOccurrence.instance_forward + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.event.exceptionOccurrence.instance_permanentDelete parameters: - name: user-id in: path @@ -25725,23 +28038,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -26188,6 +28484,52 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.event.exceptionOccurrence_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -26514,16 +28856,156 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.cancel': + post: + tags: + - users.Actions + summary: Invoke action cancel + description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta + operationId: user.event.instance.exceptionOccurrence_cancel + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + post: + tags: + - users.Actions + summary: Invoke action decline + description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta + operationId: user.event.instance.exceptionOccurrence_decline + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id2 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': post: tags: - users.Actions - summary: Invoke action cancel - description: "This action allows the organizer of a meeting to send a cancellation message and cancel the event. The action moves the event to the Deleted Items folder. The organizer can also cancel an occurrence of a recurring meeting \nby providing the occurrence event ID. An attendee calling this action gets an error (HTTP 400 Bad Request), with the following\nerror message: 'Your request can't be completed. You need to be an organizer to cancel a meeting.' This action differs from Delete in that Cancel is available to only the organizer, and lets\nthe organizer send a custom message to the attendees about the cancellation." + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta - operationId: user.event.instance.exceptionOccurrence_cancel + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.event.instance.exceptionOccurrence_dismissReminder parameters: - name: user-id in: path @@ -26557,19 +29039,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -26581,16 +29050,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.decline': + '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': post: tags: - users.Actions - summary: Invoke action decline - description: 'Decline invitation to the specified event in a user calendar. If the event allows proposals for new times, on declining the event, an invitee can choose to suggest an alternative time by including the proposedNewTime parameter. For more information on how to propose a time, and how to receive and accept a new time proposal, see Propose new meeting times.' + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta - operationId: user.event.instance.exceptionOccurrence_decline + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.event.instance.exceptionOccurrence_forward parameters: - name: user-id in: path @@ -26631,12 +29100,10 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -26654,70 +29121,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.dismissReminder': + '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.event.instance.exceptionOccurrence_dismissReminder - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id1 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - - name: event-id2 - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: action - '/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/microsoft.graph.forward': - post: - tags: - - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.event.instance.exceptionOccurrence_forward + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.event.instance.exceptionOccurrence_permanentDelete parameters: - name: user-id in: path @@ -26751,23 +29164,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -27214,6 +29610,52 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.event.instance_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + - name: event-id1 + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/events/{event-id}/instances/{event-id1}/microsoft.graph.snoozeReminder': post: tags: @@ -27477,12 +29919,105 @@ paths: schema: type: object properties: - ProposedNewTime: - $ref: '#/components/schemas/microsoft.graph.timeSlot' - SendResponse: - type: boolean - default: false - nullable: true + ProposedNewTime: + $ref: '#/components/schemas/microsoft.graph.timeSlot' + SendResponse: + type: boolean + default: false + nullable: true + Comment: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/events/{event-id}/microsoft.graph.dismissReminder': + post: + tags: + - users.Actions + summary: Invoke action dismissReminder + description: Dismiss a reminder that has been triggered for an event in a user calendar. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta + operationId: user.event_dismissReminder + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/events/{event-id}/microsoft.graph.forward': + post: + tags: + - users.Actions + summary: Invoke action forward + description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta + operationId: user.event_forward + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: event-id + in: path + description: The unique identifier of event + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: event + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + ToRecipients: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.recipient' Comment: type: string nullable: true @@ -27500,54 +30035,16 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/events/{event-id}/microsoft.graph.dismissReminder': + '/users/{user-id}/events/{event-id}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action dismissReminder - description: Dismiss a reminder that has been triggered for an event in a user calendar. - externalDocs: - description: Find more info here - url: https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta - operationId: user.event_dismissReminder - parameters: - - name: user-id - in: path - description: The unique identifier of user - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: user - - name: event-id - in: path - description: The unique identifier of event - required: true - style: simple - schema: - type: string - x-ms-docs-key-type: event - responses: - 2XX: - description: Success - default: - $ref: '#/components/responses/error' - deprecated: true - x-ms-deprecation: - removalDate: '2025-07-02' - date: '2024-07-02' - version: 2024-07/PrivatePreview:copilotExportAPI - x-ms-docs-operation-type: action - '/users/{user-id}/events/{event-id}/microsoft.graph.forward': - post: - tags: - - users.Actions - summary: Invoke action forward - description: "This action allows the organizer or attendee of a meeting event to forward the\nmeeting request to a new recipient. If the meeting event is forwarded from an attendee's Microsoft 365 mailbox to another recipient, this action\nalso sends a message to notify the organizer of the forwarding, and adds the recipient to the organizer's\ncopy of the meeting event. This convenience is not available when forwarding from an Outlook.com account." + summary: Invoke action permanentDelete + description: 'Permanently delete an event and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta - operationId: user.event_forward + url: https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta + operationId: user.event_permanentDelete parameters: - name: user-id in: path @@ -27565,23 +30062,6 @@ paths: schema: type: string x-ms-docs-key-type: event - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ToRecipients: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.recipient' - Comment: - type: string - nullable: true - additionalProperties: - type: object - required: true responses: 2XX: description: Success @@ -29083,6 +31563,60 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a message and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta + operationId: user.mailFolder.childFolder.message_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: mailFolder-id1 + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.reply': post: tags: @@ -29453,6 +31987,52 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a mail folder and remove its items from the user''s mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mailfolder-permanentdelete?view=graph-rest-beta + operationId: user.mailFolder.childFolder_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: mailFolder-id1 + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -30029,6 +32609,52 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a message and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta + operationId: user.mailFolder.message_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.reply': post: tags: @@ -30297,16 +32923,70 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action - '/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.move': + '/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.move': + post: + tags: + - users.Actions + summary: Invoke action move + description: Move a mail folder and its contents to another mail folder. + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta + operationId: user.mailFolder_move + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + DestinationId: + type: string + additionalProperties: + type: object + required: true + responses: + 2XX: + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailFolder' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/mailFolders/{mailFolder-id}/microsoft.graph.permanentDelete': post: tags: - users.Actions - summary: Invoke action move - description: Move a mail folder and its contents to another mail folder. + summary: Invoke action permanentDelete + description: 'Permanently delete a mail folder and remove its items from the user''s mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta - operationId: user.mailFolder_move + url: https://learn.microsoft.com/graph/api/mailfolder-permanentdelete?view=graph-rest-beta + operationId: user.mailFolder_permanentDelete parameters: - name: user-id in: path @@ -30324,25 +33004,9 @@ paths: schema: type: string x-ms-docs-key-type: mailFolder - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - DestinationId: - type: string - additionalProperties: - type: object - required: true responses: 2XX: description: Success - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.mailFolder' default: $ref: '#/components/responses/error' deprecated: true @@ -33062,6 +35726,44 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/messages/{message-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete a message and place it in the Purges folder in the dumpster in the user''s mailbox. Email clients such as Outlook or Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta + operationId: user.message_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/messages/{message-id}/microsoft.graph.reply': post: tags: @@ -35870,6 +38572,44 @@ paths: date: '2024-07-02' version: 2024-07/PrivatePreview:copilotExportAPI x-ms-docs-operation-type: action + '/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an outlook task folder and remove its items from the user''s mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outlooktaskfolder-permanentdelete?view=graph-rest-beta + operationId: user.outlook.taskFolder_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: outlookTaskFolder-id + in: path + description: The unique identifier of outlookTaskFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTaskFolder + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -35996,6 +38736,98 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an Outlook task and place it in the Purges folder in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta + operationId: user.outlook.taskFolder.task_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: outlookTaskFolder-id + in: path + description: The unique identifier of outlookTaskFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTaskFolder + - name: outlookTask-id + in: path + description: The unique identifier of outlookTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTask + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action + '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an outlook task folder and remove its items from the user''s mailbox. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outlooktaskfolder-permanentdelete?view=graph-rest-beta + operationId: user.outlook.taskGroup.taskFolder_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: outlookTaskGroup-id + in: path + description: The unique identifier of outlookTaskGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTaskGroup + - name: outlookTaskFolder-id + in: path + description: The unique identifier of outlookTaskFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTaskFolder + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -36138,6 +38970,60 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an Outlook task and place it in the Purges folder in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta + operationId: user.outlook.taskGroup.taskFolder.task_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: outlookTaskGroup-id + in: path + description: The unique identifier of outlookTaskGroup + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTaskGroup + - name: outlookTaskFolder-id + in: path + description: The unique identifier of outlookTaskFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTaskFolder + - name: outlookTask-id + in: path + description: The unique identifier of outlookTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTask + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/microsoft.graph.createUploadSession': post: tags: @@ -36248,6 +39134,44 @@ paths: x-ms-pageable: nextLinkName: '@odata.nextLink' operationName: listMore + '/users/{user-id}/outlook/tasks/{outlookTask-id}/microsoft.graph.permanentDelete': + post: + tags: + - users.Actions + summary: Invoke action permanentDelete + description: 'Permanently delete an Outlook task and place it in the Purges folder in the user''s mailbox. Email clients such as Outlook or the Outlook on the web can''t access permanently deleted items. Unless there''s a hold set on the mailbox, the items are permanently deleted after a set period of time. For more information about item retention, see Configure Deleted Item retention and Recoverable Items quotas.' + externalDocs: + description: Find more info here + url: https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta + operationId: user.outlook.task_permanentDelete + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: outlookTask-id + in: path + description: The unique identifier of outlookTask + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: outlookTask + responses: + 2XX: + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2025-07-02' + date: '2024-07-02' + version: 2024-07/PrivatePreview:copilotExportAPI + x-ms-docs-operation-type: action '/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance/microsoft.graph.acceptRecommendations': post: tags: @@ -40658,7 +43582,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -41026,11 +43950,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -47956,7 +50880,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -48448,7 +51372,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -48486,7 +51410,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -48524,7 +51448,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -48534,7 +51458,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -48559,7 +51483,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -48864,7 +51788,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -49292,7 +52216,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -50423,7 +53347,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -61216,17 +64140,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -61245,19 +64169,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -61288,6 +64214,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index 6328ae6f53..ee53681095 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -10484,7 +10484,7 @@ paths: tags: - users.Functions summary: Invoke function getAllRecordings - description: 'Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they''re added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' + description: 'Get all recordings from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call recordings from channel meetings. You can apply the delta function on getAllRecordings to synchronize and get callRecording resources as they''re added for onlineMeeting instances organized by the specified user. The delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the recordings for online meetings organized by the user. Incremental synchronization gets recordings that are added since the last synchronization. Typically, you do an initial full synchronization, and then get incremental changes to that recording view periodically. Find more information in the delta query documentation. For more examples, see callRecording: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta @@ -10595,7 +10595,7 @@ paths: tags: - users.Functions summary: Invoke function getAllTranscripts - description: 'Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they''re added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you would do an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' + description: 'Get all transcripts from scheduled onlineMeeting instances for which the specified user is the organizer. This API currently doesn''t support getting call transcripts from channel meetings. You can apply the delta function on getAllTranscripts to synchronize and get callTranscript resources as they''re added for onlineMeeting instances organized by the specified user. Delta query supports both full synchronization and incremental synchronization. Full synchronization gets all the transcripts for online meetings organized by the user. Incremental synchronization gets transcripts that are added since the last synchronization. Typically, you do an initial full synchronization, and then get incremental changes to that recording view periodically. For more information, see delta query. For more examples, see callTranscript: delta. To learn more about using the Microsoft Teams export APIs to export content, see Export content with the Microsoft Teams export APIs.' externalDocs: description: Find more info here url: https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta @@ -12629,7 +12629,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -12667,7 +12667,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -12705,7 +12705,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -12715,7 +12715,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -12740,7 +12740,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -13163,7 +13163,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -13863,7 +13863,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -19260,11 +19260,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -20235,7 +20235,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -21409,7 +21409,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -28729,7 +28729,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -33265,17 +33265,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -33294,19 +33294,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -33337,6 +33339,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 59b78be6c0..e5966100dc 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -5265,7 +5265,7 @@ paths: tags: - users.outlookUser summary: Get attachments from users - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.taskFolder.task_ListAttachment parameters: - name: user-id @@ -5398,7 +5398,7 @@ paths: tags: - users.outlookUser summary: Get attachments from users - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.taskFolder.task_GetAttachment parameters: - name: user-id @@ -6482,7 +6482,7 @@ paths: tags: - users.outlookUser summary: Get attachments from users - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.taskGroup.taskFolder.task_ListAttachment parameters: - name: user-id @@ -6631,7 +6631,7 @@ paths: tags: - users.outlookUser summary: Get attachments from users - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.taskGroup.taskFolder.task_GetAttachment parameters: - name: user-id @@ -7296,7 +7296,7 @@ paths: tags: - users.outlookUser summary: Get attachments from users - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' operationId: user.outlook.task_GetAttachment parameters: - name: user-id @@ -16362,7 +16362,7 @@ components: $ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings' preferredSingleSignOnMode: type: string - description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.' + description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.' nullable: true preferredTokenSigningKeyEndDateTime: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' @@ -16883,7 +16883,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.assignedLabel' - description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.' + description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.' assignedLicenses: type: array items: @@ -17454,7 +17454,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.attachment' - description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' + description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -19277,7 +19277,7 @@ components: nullable: true isOnlineMeeting: type: boolean - description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.' + description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.' nullable: true isOrganizer: type: boolean @@ -19315,7 +19315,7 @@ components: originalStart: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' type: string - description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' + description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z' format: date-time nullable: true originalStartTimeZone: @@ -19353,7 +19353,7 @@ components: nullable: true transactionId: type: string - description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' + description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.' nullable: true type: $ref: '#/components/schemas/microsoft.graph.eventType' @@ -19363,7 +19363,7 @@ components: nullable: true webLink: type: string - description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.' + description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.' nullable: true attachments: type: array @@ -19388,7 +19388,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.event' - description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' + description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern and exceptions that have been modified. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.' x-ms-navigationProperty: true multiValueExtendedProperties: type: array @@ -19693,7 +19693,7 @@ components: nullable: true displayName: type: string - description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.' + description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.' nullable: true emailAddresses: type: array @@ -21112,7 +21112,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest' - description: Indicates collection of App Log Upload Request. + description: The collection property of AppLogUploadRequest. x-ms-navigationProperty: true additionalProperties: type: object @@ -30179,11 +30179,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -36117,17 +36117,17 @@ components: $ref: '#/components/schemas/microsoft.graph.companyDetail' description: type: string - description: Description of the position in question. + description: A description for the position in question. nullable: true endMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: When the position ended. + description: The date when the position ended. format: date nullable: true jobTitle: type: string - description: The title held when in that position. + description: The title of the position. nullable: true layer: maximum: 2147483647 @@ -36146,19 +36146,21 @@ components: nullable: true secondaryJobTitle: type: string + description: An optional job title for the position. nullable: true secondaryRole: type: string + description: An optional role for the position entailed. nullable: true startMonthYear: pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$' type: string - description: The start month and year of the position. + description: The start date of the position. format: date nullable: true summary: type: string - description: summary of the position. + description: The summary of the position. nullable: true additionalProperties: type: object @@ -36189,6 +36191,7 @@ components: nullable: true secondaryDepartment: type: string + description: Secondary Department Name within a company. nullable: true webUrl: type: string diff --git a/openApiDocs/beta/WindowsUpdates.yml b/openApiDocs/beta/WindowsUpdates.yml index 31c80c1f6b..02d60248a3 100644 --- a/openApiDocs/beta/WindowsUpdates.yml +++ b/openApiDocs/beta/WindowsUpdates.yml @@ -6835,11 +6835,11 @@ paths: get: tags: - admin.adminWindows - summary: Get resourceConnection - description: Read the properties and relationships of a resourceConnection object. + summary: Get operationalInsightsConnection + description: Read the properties and relationships of an operationalInsightsConnection object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta operationId: admin.window.update_GetResourceConnection parameters: - name: resourceConnection-id @@ -7040,11 +7040,11 @@ paths: get: tags: - admin.adminWindows - summary: Get updatableAsset - description: Read the properties and relationships of an updatableAsset object. + summary: Get updatableAssetGroup + description: Read the properties and relationships of an updatableAssetGroup object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta operationId: admin.window.update_GetUpdatableAsset parameters: - name: updatableAsset-id @@ -7119,11 +7119,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete updatableAssetGroup - description: 'Delete an updatableAssetGroup object. When an updatableAssetGroup object, its member updatableAsset objects are not deleted.' + summary: Delete updatableAsset + description: Delete an updatableAsset object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta operationId: admin.window.update_DeleteUpdatableAsset parameters: - name: updatableAsset-id @@ -9723,11 +9723,11 @@ paths: get: tags: - admin.adminWindows - summary: Get contentApproval - description: Read the properties and relationships of a contentApproval object. + summary: Get complianceChange + description: Read the properties and relationships of a complianceChange object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta operationId: admin.window.update.updatePolicy_GetComplianceChange parameters: - name: updatePolicy-id @@ -9779,11 +9779,11 @@ paths: patch: tags: - admin.adminWindows - summary: Update contentApproval - description: Update the properties of a contentApproval object. + summary: Update complianceChange + description: Update the properties of a complianceChange object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta operationId: admin.window.update.updatePolicy_UpdateComplianceChange parameters: - name: updatePolicy-id @@ -9822,11 +9822,11 @@ paths: delete: tags: - admin.adminWindows - summary: Delete complianceChange - description: Delete a complianceChange object. + summary: Delete contentApproval + description: Delete a contentApproval object. externalDocs: description: Find more info here - url: https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta + url: https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta operationId: admin.window.update.updatePolicy_DeleteComplianceChange parameters: - name: updatePolicy-id @@ -11127,11 +11127,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don''t show up as changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.' + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index 93f02f1cbb..afa5c8fcdb 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -1,13 +1,15 @@ [ { - "Command": "Add-MgApplicationKey", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphKeyCredential", + "Method": "POST", + "Command": "Add-MgApplicationKey", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -34,22 +36,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/addKey", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphKeyCredential" }, { - "Command": "Add-MgApplicationPassword", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPasswordCredential", + "Method": "POST", + "Command": "Add-MgApplicationPassword", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -76,20 +78,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/addPassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPasswordCredential" }, { - "Command": "Add-MgBetaAccessReviewDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -108,37 +110,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/applyDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-apply?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaAccessReviewInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaApplicationKey", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphKeyCredential", + "Method": "POST", + "Command": "Add-MgBetaApplicationKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -165,22 +167,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/addKey", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addkey?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphKeyCredential" }, { - "Command": "Add-MgBetaApplicationPassword", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPasswordCredential", + "Method": "POST", + "Command": "Add-MgBetaApplicationPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -207,39 +209,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/addPassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-addpassword?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPasswordCredential" }, { - "Command": "Add-MgBetaChatMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgBetaChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/members/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "Command": "Add-MgBetaCommunicationCallLargeGalleryView", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", + "Method": "POST", + "Command": "Add-MgBetaCommunicationCallLargeGalleryView", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -266,15 +268,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/addLargeGalleryView", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation" }, { - "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", "Variants": [ "Apply", "Apply1", @@ -283,17 +282,17 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaComplianceEdiscoveryCaseCustodianHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Apply", "Apply1", @@ -302,24 +301,27 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetQueryTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -338,22 +340,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-applytags?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -372,345 +374,342 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-addtoreviewset?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "Variants": [ "Add", "AddExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-apply?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", "Variants": [ "Apply", "ApplyExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyConfig", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-applyconfig?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaDriveListContentTypeCopy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaExternalConnectionItemActivity", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Method": "POST", + "Command": "Add-MgBetaExternalConnectionItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult" }, { - "Command": "Add-MgBetaGroupDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaGroupDriveListContentTypeCopy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaGroupDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaGroupFavorite", "Variants": [ "Add", "AddViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaGroupFavorite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/addFavorite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaGroupSite", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "POST", + "Command": "Add-MgBetaGroupSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Add-MgBetaGroupSiteContentModelGetByNameToDrive", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentModelUsage", + "Method": "POST", + "Command": "Add-MgBetaGroupSiteContentModelGetByNameToDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentModelUsage" }, { - "Command": "Add-MgBetaGroupSiteContentModelToDrive", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentModelUsage", + "Method": "POST", + "Command": "Add-MgBetaGroupSiteContentModelToDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/addToDrive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentModelUsage" }, { - "Command": "Add-MgBetaGroupSiteContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaGroupSiteContentTypeCopy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaGroupSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaGroupSiteListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaGroupSiteListContentTypeCopy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaGroupSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaGroupToLifecyclePolicy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaGroupToLifecyclePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", "Variants": [ "Apply", "Apply1", @@ -719,7 +718,10 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -738,15 +740,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Apply", "Apply1", @@ -755,7 +754,10 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -774,22 +776,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -808,22 +810,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -842,22 +844,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSelfSignedCertificate", + "Method": "POST", + "Command": "Add-MgBetaServicePrincipalTokenSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -884,122 +886,122 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSelfSignedCertificate" }, { - "Command": "Add-MgBetaShareListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaShareListContentTypeCopy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaShareListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaSite", "Variants": [ "Add", "AddExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "POST", + "Command": "Add-MgBetaSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Add-MgBetaSiteContentModelGetByNameToDrive", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentModelUsage", + "Method": "POST", + "Command": "Add-MgBetaSiteContentModelGetByNameToDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/addToDrive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentModelUsage" }, { - "Command": "Add-MgBetaSiteContentModelToDrive", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentModelUsage", + "Method": "POST", + "Command": "Add-MgBetaSiteContentModelToDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/addToDrive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-addtodrive?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentModelUsage" }, { - "Command": "Add-MgBetaSiteContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaSiteContentTypeCopy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -1018,22 +1020,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaSiteListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaSiteListContentTypeCopy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -1052,22 +1054,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -1086,377 +1088,377 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaTeamChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgBetaTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "Command": "Add-MgBetaTeamMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgBetaTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/members/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "Command": "Add-MgBetaTeamPrimaryChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgBetaTeamPrimaryChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/members/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgBetaTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "POST", + "Command": "Add-MgBetaTenantRelationshipManagedTenantAlertUserInputLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/addUserInputLog", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Method": "POST", + "Command": "Add-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}/apply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-apply?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus" }, { - "Command": "Add-MgBetaUserChatMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgBetaUserChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/members/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "Command": "Add-MgBetaUserDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaUserDriveListContentTypeCopy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgBetaUserDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgBetaUserFollowedSite", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "POST", + "Command": "Add-MgBetaUserFollowedSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/followedSites/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaUserPendingAccessReviewInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", + "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Add-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMember", + "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Add-MgBetaWuDeploymentAudienceMember", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesDeploymentAudienceMemberById", + "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuDeploymentAudienceMemberGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Add-MgBetaWuDeploymentAudienceMemberGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", + "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMember", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", + "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Add-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuPolicyAudienceMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Add-MgBetaWuPolicyAudienceMember", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesPolicyAudienceMemberById", + "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuPolicyAudienceMemberGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Add-MgBetaWuPolicyAudienceMemberGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMember", + "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuUpdatableAssetMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembers?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Add-MgBetaWuUpdatableAssetMember", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgBetaWindowsUpdatesUpdatableAssetMemberById", + "ApiVersion": "beta", + "CommandAlias": "Add-MgBetaWuUpdatableAssetMemberGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-addmembersbyid?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Add-MgBetaWuUpdatableAssetMemberGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgChatMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/members/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "Command": "Add-MgCommunicationCallLargeGalleryView", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", + "Method": "POST", + "Command": "Add-MgCommunicationCallLargeGalleryView", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -1483,232 +1485,229 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/addLargeGalleryView", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-addlargegalleryview?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation" }, { - "Command": "Add-MgDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgDriveListContentTypeCopy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgExternalConnectionItemActivity", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", + "Method": "POST", + "Command": "Add-MgExternalConnectionItemActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult" }, { - "Command": "Add-MgGroupDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgGroupDriveListContentTypeCopy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgGroupFavorite", "Variants": [ "Add", "AddViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgGroupFavorite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/addFavorite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-addfavorite?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgGroupSite", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "POST", + "Command": "Add-MgGroupSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Add-MgGroupSiteContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgGroupSiteContentTypeCopy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgGroupSiteListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgGroupSiteListContentTypeCopy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgGroupToLifecyclePolicy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgGroupToLifecyclePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-addgroup?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Apply", "ApplyViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-applydecisions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", "Variants": [ "Apply", "Apply1", @@ -1717,7 +1716,10 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1736,15 +1738,12 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-applyhold?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Apply", "Apply1", @@ -1753,7 +1752,10 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1772,22 +1774,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-applyhold?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1806,22 +1808,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-applytags?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -1840,22 +1842,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-addtoreviewset?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Add-MgServicePrincipalKey", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphKeyCredential", + "Method": "POST", + "Command": "Add-MgServicePrincipalKey", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1882,22 +1884,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addkey?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphKeyCredential" }, { - "Command": "Add-MgServicePrincipalPassword", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPasswordCredential", + "Method": "POST", + "Command": "Add-MgServicePrincipalPassword", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1924,22 +1926,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addpassword?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPasswordCredential" }, { - "Command": "Add-MgServicePrincipalTokenSigningCertificate", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSelfSignedCertificate", + "Method": "POST", + "Command": "Add-MgServicePrincipalTokenSigningCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -1966,88 +1968,88 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-addtokensigningcertificate?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSelfSignedCertificate" }, { - "Command": "Add-MgShareListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgShareListContentTypeCopy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgSite", "Variants": [ "Add", "AddExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "POST", + "Command": "Add-MgSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Add-MgSiteContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgSiteContentTypeCopy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -2066,22 +2068,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgSiteListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgSiteListContentTypeCopy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -2100,22 +2102,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -2134,190 +2136,190 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgTeamChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "Command": "Add-MgTeamMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/members/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "Command": "Add-MgTeamPrimaryChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/members/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "Command": "Add-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "Command": "Add-MgUserChatMember", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActionResultPart", + "Method": "POST", + "Command": "Add-MgUserChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/members/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmembers-add?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphActionResultPart" }, { - "Command": "Add-MgUserDriveListContentTypeCopy", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgUserDriveListContentTypeCopy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopy?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-addcopyfromcontenttypehub?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Add-MgUserFollowedSite", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "POST", + "Command": "Add-MgUserFollowedSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/followedSites/add", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-follow?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "Variants": [ "Approve", "ApproveExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Approve-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Approve-MgBetaDeviceManagementElevationRequest", "Variants": [ "Approve", "ApproveExpanded", "ApproveViaIdentity", "ApproveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Method": "POST", + "Command": "Approve-MgBetaDeviceManagementElevationRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/approve", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" }, { - "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest", "Variants": [ "Approve", "ApproveExpanded", "ApproveViaIdentity", "ApproveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Approve-MgBetaDeviceManagementOperationApprovalRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2336,145 +2338,145 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/approve", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", "Variants": [ "Approve" ], - "OutputType": null, + "Method": "POST", + "Command": "Approve-MgBetaDeviceManagementZebraFotaConnectorFotaApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgApplicationVerifiedPublisher", "Variants": [ "Unset", "UnsetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgApplicationVerifiedPublisher", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/unsetVerifiedPublisher", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaApplicationVerifiedPublisher", "Variants": [ "Unset", "UnsetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaApplicationVerifiedPublisher", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/unsetVerifiedPublisher", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-unsetverifiedpublisher?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaChatMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaChatMessageReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaChatMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaChatMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaCommunicationPresence", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaCommunicationPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/presences/{presence-id}/clearPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", "Variants": [ "Clear", "ClearViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaCommunicationPresenceUserPreferredPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", "Variants": [ "Purge", "PurgeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaComplianceEdiscoveryCaseSourceCollectionData", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-purgedata?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "Wipe", "WipeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": "Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2493,22 +2495,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Clear-MgBetaDeviceAppMgtWindowsInformationProtectionDeviceRegistration", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2535,37 +2537,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "Variants": [ "Clear", "ClearViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/clearEnrollmentTimeDeviceMembershipTarget", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaDeviceManagementManagedDevice", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -2592,139 +2594,139 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaSecurityCaseEdiscoveryCaseSearchData", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaTeamChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaTeamChannelMessageReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaTeamChannelMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaTeamPrimaryChannelMessageReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaTeamPrimaryChannelMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaUserAndBlockManagedApp", "Variants": [ "Wipe", "WipeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaUserAndBlockManagedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2743,22 +2745,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/wipeAndBlockManagedApps", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaUserChatMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaUserChatMessageReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -2777,39 +2779,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaUserChatMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaUserChatMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaUserManagedAppRegistrationByAzureAdDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -2828,56 +2830,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaUserManagedAppRegistrationByDeviceTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaUserManagedDevice", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaUserPresence", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaUserPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2896,20 +2898,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/presence/clearPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", "Variants": [ "Clear", "ClearViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgBetaUserPresenceUserPreferredPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -2928,88 +2930,88 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgChatMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgChatMessageReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgChatMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgChatMessageReplyReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgCommunicationPresence", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgCommunicationPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/presences/{presence-id}/clearPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", "Variants": [ "Clear", "ClearViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgDeviceManagementManagedDevice", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -3036,141 +3038,141 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgTeamChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgTeamChannelMessageReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgTeamChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgTeamChannelMessageReplyReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgTeamPrimaryChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgTeamPrimaryChannelMessageReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgUserChatMessageReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserChatMessageReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -3189,56 +3191,56 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgUserChatMessageReplyReaction", "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserChatMessageReplyReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgUserManagedDevice", "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-wipe?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgUserPresence", "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3257,20 +3259,20 @@ "IsLeastPrivilege": true } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/presence/clearPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearpresence?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Clear-MgUserPresenceUserPreferredPresence", "Variants": [ "Clear", "ClearViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Clear-MgUserPresenceUserPreferredPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -3289,20 +3291,20 @@ "IsLeastPrivilege": true } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-clearuserpreferredpresence?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Close-MgBetaComplianceEdiscoveryCase", "Variants": [ "Close", "CloseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Close-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3321,20 +3323,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/close", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-close?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "Close", "CloseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Close-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3353,20 +3355,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Close-MgSecurityCaseEdiscoveryCase", "Variants": [ "Close", "CloseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Close-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -3385,20 +3387,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-close?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Compare-MgBetaDeviceManagementIntent", "Variants": [ "Compare", "CompareViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Method": "GET", + "Command": "Compare-MgBetaDeviceManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3417,20 +3419,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison" }, { - "Command": "Compare-MgBetaDeviceManagementTemplate", "Variants": [ "Compare", "CompareViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Method": "GET", + "Command": "Compare-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3449,20 +3451,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison" }, { - "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Compare", "CompareViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Method": "GET", + "Command": "Compare-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -3481,392 +3483,392 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison" }, { - "Command": "Complete-MgBetaChatMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Complete-MgBetaChatMigration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/completeMigration", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", "Variants": [ "Complete", "CompleteExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Complete-MgBetaDeviceManagementAndroidForWorkSettingSignup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", "Variants": [ "Complete", "CompleteExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Complete-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Complete-MgBetaDirectoryImpactedResource", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", + "Command": "Complete-MgBetaDirectoryImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/impactedResources/{impactedResource-id}/complete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Complete-MgBetaDirectoryRecommendation", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", + "Command": "Complete-MgBetaDirectoryRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/complete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-complete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRecommendation" }, { - "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", + "Command": "Complete-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/complete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-complete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Complete-MgBetaTeamChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Complete-MgBetaTeamChannelMigration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Complete-MgBetaTeamMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Complete-MgBetaTeamMigration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/completeMigration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Complete-MgBetaTeamPrimaryChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Complete-MgBetaTeamPrimaryChannelMigration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/completeMigration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Complete-MgBetaTeamworkDeletedTeamChannelMigration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Complete-MgBetaUserChatMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Complete-MgBetaUserChatMigration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/completeMigration", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Complete-MgBetaUserOutlookTask", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", + "Command": "Complete-MgBetaUserOutlookTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "Complete-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", + "Command": "Complete-MgBetaUserOutlookTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", + "Command": "Complete-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "Complete-MgTeamChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Complete-MgTeamChannelMigration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Complete-MgTeamMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Complete-MgTeamMigration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/completeMigration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-completemigration?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Complete-MgTeamPrimaryChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Complete-MgTeamPrimaryChannelMigration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/completeMigration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", "Variants": [ "Complete", "CompleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-completemigration?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgApplicationMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgApplicationMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgApplicationMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgApplicationMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaAdministrativeUnitMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaAdministrativeUnitMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaApplicationMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaApplicationMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaApplicationMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaApplicationMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaAuditLogSignInCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaAuditLogSignInCompromised", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3885,20 +3887,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Reports", "Uri": "/auditLogs/signIns/confirmCompromised", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmcompromised?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaAuditLogSignInSafe", "Variants": [ "Confirm", "ConfirmExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaAuditLogSignInSafe", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.ReadWrite.All", @@ -3917,22 +3919,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Reports", "Uri": "/auditLogs/signIns/confirmSafe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-confirmsafe?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaContactMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaContactMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4023,22 +4025,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaContactMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaContactMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4137,54 +4139,54 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaContractMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaContractMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaContractMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaContractMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", "Variants": [ "Verify", "VerifyViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Confirm-MgBetaDeviceManagementWindowsEnrollmentAutoDiscovery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -4203,22 +4205,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Confirm-MgBetaDeviceMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaDeviceMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4309,22 +4311,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDeviceMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaDeviceMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4423,56 +4425,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryDeletedItemMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryObjectMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4563,22 +4565,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDirectoryObjectMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryObjectMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4677,154 +4679,154 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryRoleMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDirectoryRoleMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryRoleMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaDirectoryRoleTemplateMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaDirectorySettingTemplateMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaDirectorySettingTemplateMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaDomain", "Variants": [ "Verify", "VerifyViaIdentity" ], - "OutputType": "IMicrosoftGraphDomain", + "Method": "POST", + "Command": "Confirm-MgBetaDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verify", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDomain" }, { - "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", "Variants": [ "Check", "CheckViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", + "Command": "Confirm-MgBetaGroupGrantedPermissionForApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Confirm-MgBetaGroupMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaGroupMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -4915,22 +4917,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaGroupMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaGroupMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5029,118 +5031,118 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaGroupSiteInformationProtectionSignature", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaInformationProtectionSignature", "Variants": [ "Verify", "VerifyExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaInformationProtectionSignature", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/verifySignature", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaOrganizationMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaOrganizationMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaOrganizationMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaOrganizationMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaRiskyServicePrincipalCompromised", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaRiskyUserCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaRiskyUserCompromised", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers/confirmCompromised", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-confirmcompromised?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaServicePrincipalMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaServicePrincipalMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5231,22 +5233,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaServicePrincipalMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaServicePrincipalMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5345,71 +5347,71 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaSiteInformationProtectionSignature", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaSiteInformationProtectionSignature", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/informationProtection/verifySignature", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaTeamScheduleTimeCard", "Variants": [ "Confirm", "ConfirmViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", + "Command": "Confirm-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-confirm?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "Confirm-MgBetaUserInformationProtectionSignature", "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaUserInformationProtectionSignature", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/informationProtection/verifySignature", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaUserMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaUserMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5500,22 +5502,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgBetaUserMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgBetaUserMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5614,22 +5616,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgContactMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgContactMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5720,22 +5722,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgContactMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgContactMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -5834,54 +5836,54 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgContractMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgContractMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgContractMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgContractMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", "Variants": [ "Verify", "VerifyViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Confirm-MgDeviceManagementWindowsEnrollmentAutoDiscovery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -5900,22 +5902,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Functions", "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", "ApiReferenceLink": null, - "Module": "DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Confirm-MgDeviceMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDeviceMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6006,22 +6008,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgDeviceMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDeviceMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6120,56 +6122,56 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgDirectoryDeletedItemMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryDeletedItemMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgDirectoryObjectMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryObjectMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6260,22 +6262,22 @@ "IsLeastPrivilege": false } ], + "Module": "DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgDirectoryObjectMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryObjectMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6374,120 +6376,120 @@ "IsLeastPrivilege": false } ], + "Module": "DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgDirectoryRoleMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryRoleMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgDirectoryRoleMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryRoleMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgDomain", "Variants": [ "Verify", "VerifyViaIdentity" ], - "OutputType": "IMicrosoftGraphDomain", + "Method": "POST", + "Command": "Confirm-MgDomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verify", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-verify?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDomain" }, { - "Command": "Confirm-MgGroupGrantedPermissionForApp", "Variants": [ "Check", "CheckViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", + "Command": "Confirm-MgGroupGrantedPermissionForApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Confirm-MgGroupMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgGroupMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6578,22 +6580,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgGroupMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgGroupMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6692,120 +6694,120 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgGroupSettingTemplateMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgGroupSettingTemplateMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgGroupSettingTemplateMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgGroupSettingTemplateMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgOrganizationMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgOrganizationMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgOrganizationMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgOrganizationMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgRiskyServicePrincipalCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgRiskyServicePrincipalCompromised", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-confirmcompromised?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgRiskyUserCompromised", "Variants": [ "Confirm", "ConfirmExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgRiskyUserCompromised", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers/confirmCompromised", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-confirmcompromised?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgServicePrincipalMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgServicePrincipalMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -6896,22 +6898,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgServicePrincipalMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgServicePrincipalMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -7010,22 +7012,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgUserMemberGroup", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgUserMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -7116,22 +7118,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/checkMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-checkmembergroups?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Confirm-MgUserMemberObject", "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Confirm-MgUserMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -7230,49 +7232,49 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/checkMemberObjects", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", "Variants": [ "Connect", "ConnectExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Connect-MgBetaDeviceManagementChromeOSOnboardingSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", "Variants": [ "Connect" ], - "OutputType": null, + "Method": "POST", + "Command": "Connect-MgBetaDeviceManagementZebraFotaConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/zebraFotaConnector/connect", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage", "Variants": [ "Convert", "ConvertViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileApp", + "Method": "GET", + "Command": "Convert-MgBetaDeviceAppManagementMobileAppFromMobileAppCatalogPackage", + "ApiVersion": "beta", + "CommandAlias": "Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -7291,22 +7293,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/convertFromMobileAppCatalogPackage(mobileAppCatalogPackageId='{mobileAppCatalogPackageId}')", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Convert-MgBetaDeviceAppMgtMobileAppFromMobileAppCatalogPackage", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileApp" }, { - "Command": "Convert-MgBetaUserExternalToInternalMemberUser", "Variants": [ "Convert", "ConvertExpanded", "ConvertViaIdentity", "ConvertViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversionUserDetails", + "Method": "POST", + "Command": "Convert-MgBetaUserExternalToInternalMemberUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User-ConvertToInternal.ReadWrite.All", @@ -7325,37 +7327,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/convertExternalToInternalMemberUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-convertexternaltointernalmemberuser?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversionUserDetails" }, { - "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", "Variants": [ "Clone", "CloneViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", + "Method": "POST", + "Command": "Copy-MgBetaDeviceManagementReusablePolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting" }, { - "Command": "Copy-MgBetaDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgBetaDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -7382,107 +7384,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgBetaDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgBetaDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgBetaDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Copy-MgBetaGroupDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgBetaGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgBetaGroupDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgBetaGroupDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgBetaGroupDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Copy-MgBetaGroupOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -7509,22 +7511,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaGroupOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaGroupOnenotePageToSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -7551,22 +7553,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaGroupOnenoteSectionToNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -7593,22 +7595,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaGroupOnenoteSectionToSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -7635,73 +7637,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgBetaGroupSiteContentTypeToDefaultContentLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgBetaGroupSiteListContentTypeToDefaultContentLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgBetaShareListContentTypeToDefaultContentLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgBetaSiteContentTypeToDefaultContentLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -7728,39 +7730,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgBetaSiteListContentTypeToDefaultContentLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgBetaSiteOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -7787,124 +7789,124 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionPageToSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionGroupSectionToSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionPageToSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteNotebookSectionToSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenotePageToSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -7931,90 +7933,90 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionPageToSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionGroupSectionToSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionPageToSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionToNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8041,22 +8043,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaSiteOnenoteSectionToSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8083,22 +8085,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaTeam", "Variants": [ "Clone", "CloneExpanded", "CloneViaIdentity", "CloneViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgBetaTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.Create", @@ -8125,158 +8127,158 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/clone", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgBetaUserDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgBetaUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgBetaUserDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgBetaUserDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgBetaUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Copy-MgBetaUserMailFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", + "Command": "Copy-MgBetaUserMailFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Copy-MgBetaUserMailFolderChildFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", + "Command": "Copy-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Copy-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Copy-MgBetaUserMailFolderMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Copy-MgBetaUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Copy-MgBetaUserMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Copy-MgBetaUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Copy-MgBetaUserOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8303,22 +8305,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaUserOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaUserOnenotePageToSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8345,22 +8347,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaUserOnenoteSectionToNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8387,22 +8389,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgBetaUserOnenoteSectionToSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8429,22 +8431,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -8471,107 +8473,107 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Copy-MgGroupDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgGroupDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgGroupDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Copy-MgGroupOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8598,22 +8600,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgGroupOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgGroupOnenotePageToSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8640,22 +8642,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgGroupOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgGroupOnenoteSectionToNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8682,22 +8684,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8724,73 +8726,73 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -8817,39 +8819,39 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgSiteOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -8876,124 +8878,124 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionPageToSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionGroupSectionToSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionPageToSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionToNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteNotebookSectionToSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenotePageToSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9020,90 +9022,90 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionGroupSectionPageToSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionGroupSectionToNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionGroupSectionToSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenoteSectionPageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionPageToSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionToNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9130,22 +9132,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9172,22 +9174,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgTeam", "Variants": [ "Clone", "CloneExpanded", "CloneViaIdentity", "CloneViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.Create", @@ -9214,158 +9216,158 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/clone", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-clone?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgUserDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-copytodefaultcontentlocation?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Copy-MgUserDriveRoot", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Copy-MgUserDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-copy?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Copy-MgUserMailFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", + "Command": "Copy-MgUserMailFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Copy-MgUserMailFolderChildFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", + "Command": "Copy-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-copy?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Copy-MgUserMailFolderChildFolderMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Copy-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Copy-MgUserMailFolderMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Copy-MgUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Copy-MgUserMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Copy-MgUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/copy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-copy?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Copy-MgUserOnenoteNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgUserOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9392,22 +9394,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-copynotebook?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgUserOnenotePageToSection", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgUserOnenotePageToSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9434,22 +9436,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/page-copytosection?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgUserOnenoteSectionToNotebook", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgUserOnenoteSectionToNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9476,22 +9478,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytonotebook?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Copy-MgUserOnenoteSectionToSectionGroup", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "Copy-MgUserOnenoteSectionToSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -9518,37 +9520,37 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/section-copytosectiongroup?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Deny-MgBetaDeviceManagementElevationRequest", "Variants": [ "Deny", "DenyExpanded", "DenyViaIdentity", "DenyViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Method": "POST", + "Command": "Deny-MgBetaDeviceManagementElevationRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/deny", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" }, { - "Command": "Disable-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Disable", "DisableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Disable-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9567,35 +9569,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Disable-MgBetaDeviceManagementComanagedDeviceLostMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Disable-MgBetaDeviceManagementManagedDevice", "Variants": [ "Disable", "DisableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Disable-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9614,95 +9616,95 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Disable-MgBetaDeviceManagementManagedDeviceLostMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", "Variants": [ "Disable", "DisableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Disable-MgBetaUserAuthenticationMethodSmsSignIn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Disable-MgBetaUserManagedDevice", "Variants": [ "Disable", "DisableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Disable-MgBetaUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Disable-MgBetaUserManagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Disable-MgBetaUserManagedDeviceLostMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", "Variants": [ "Disable", "DisableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Disable-MgUserAuthenticationPhoneMethodSmsSignIn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -9721,49 +9723,49 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-disablesmssignin?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Disable-MgUserManagedDeviceLostMode", "Variants": [ "Disable", "DisableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Disable-MgUserManagedDeviceLostMode", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-disablelostmode?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", "Variants": [ "Disconnect" ], - "OutputType": null, + "Method": "POST", + "Command": "Disconnect-MgBetaDeviceManagementChromeOSOnboardingSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Disconnect", "DisconnectViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Disconnect-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9782,34 +9784,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", "Variants": [ "Disconnect" ], - "OutputType": null, + "Method": "POST", + "Command": "Disconnect-MgBetaDeviceManagementZebraFotaConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/zebraFotaConnector/disconnect", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Disconnect", "DisconnectViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -9828,49 +9830,49 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-disconnect?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Enable-MgBackupRestore", "Variants": [ "Enable", "EnableExpanded" ], - "OutputType": "IMicrosoftGraphServiceStatus", + "Method": "POST", + "Command": "Enable-MgBackupRestore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/backupRestore/enable", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceStatus" }, { - "Command": "Enable-MgBetaBackupRestore", "Variants": [ "Enable", "EnableExpanded" ], - "OutputType": "IMicrosoftGraphServiceStatus", + "Method": "POST", + "Command": "Enable-MgBetaBackupRestore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/backupRestore/enable", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceStatus" }, { - "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", "Variants": [ "Enable" ], - "OutputType": null, + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementAndroidDeviceAdministratorEnrollment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9889,51 +9891,51 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Enable", "EnableExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/assignmentFilters/enable", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementComanagedDeviceLostMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", "Variants": [ "Enable" ], - "OutputType": null, + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -9960,51 +9962,51 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", "Variants": [ "Enable" ], - "OutputType": null, + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementLegacyPcManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/enableLegacyPcManagement", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementManagedDeviceLostMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", "Variants": [ "Enable", "EnableExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementTenantAttachRbac", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -10023,66 +10025,66 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/tenantAttachRBAC/enable", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", "Variants": [ "Enable" ], - "OutputType": null, + "Method": "POST", + "Command": "Enable-MgBetaDeviceManagementUnlicensedAdminstrator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/enableUnlicensedAdminstrators", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", "Variants": [ "Enable", "EnableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Enable-MgBetaUserAuthenticationMethodSmsSignIn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Enable-MgBetaUserManagedDeviceLostMode", "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Enable-MgBetaUserManagedDeviceLostMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", "Variants": [ "Enable", "EnableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Enable-MgUserAuthenticationPhoneMethodSmsSignIn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -10101,22 +10103,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-enablesmssignin?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Export-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10135,20 +10137,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-export?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", "Variants": [ "Export", "ExportViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Export-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10167,22 +10169,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Export-MgBetaDirectoryInboundSharedUserProfilePersonalData", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -10201,97 +10203,97 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-exportpersonaldata?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Export", "ExportViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Export-MgBetaPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Export", "ExportViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Export-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled", "Variants": [ "Export", "ExportExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", + "Command": "Export-MgBetaReportPartnerBillingReconciliationBilled", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/reconciliation/billed/export", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "Export-MgBetaReportPartnerBillingUsageBilled", "Variants": [ "Export", "ExportExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", + "Command": "Export-MgBetaReportPartnerBillingUsageBilled", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/usage/billed/export", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled", "Variants": [ "Export", "ExportExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", + "Command": "Export-MgBetaReportPartnerBillingUsageUnbilled", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/usage/unbilled/export", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10310,22 +10312,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10344,22 +10346,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10378,22 +10380,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportReport", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Export-MgBetaSecurityCaseEdiscoveryCaseSearchResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10412,22 +10414,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/exportResult", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Export-MgBetaUserDeviceAndAppManagementData", "Variants": [ "Export", "Export1", "ExportViaIdentity", "ExportViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Export-MgBetaUserDeviceAndAppManagementData", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10462,84 +10464,84 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Export-MgBetaUserPersonalData", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Export-MgBetaUserPersonalData", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/exportPersonalData", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Export-MgReportPartnerBillingReconciliationBilled", "Variants": [ "Export", "ExportExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", + "Command": "Export-MgReportPartnerBillingReconciliationBilled", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/reconciliation/billed/export", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedreconciliation-export?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "Export-MgReportPartnerBillingUsageBilled", "Variants": [ "Export", "ExportExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", + "Command": "Export-MgReportPartnerBillingUsageBilled", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/usage/billed/export", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-billedusage-export?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "Export-MgReportPartnerBillingUsageUnbilled", "Variants": [ "Export", "ExportExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", + "Command": "Export-MgReportPartnerBillingUsageUnbilled", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/usage/unbilled/export", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-unbilledusage-export?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10558,22 +10560,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-export?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -10592,22 +10594,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-export?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Export-MgUserDeviceAndAppManagementData", "Variants": [ "Export", "Export1", "ExportViaIdentity", "ExportViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Export-MgUserDeviceAndAppManagementData", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -10642,142 +10644,142 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Export-MgUserPersonalData", "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Export-MgUserPersonalData", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/exportPersonalData", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-exportpersonaldata?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "Find-MgBetaApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "Find-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Find-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Find-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Find-MgBetaDeviceManagementManagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Find-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", "Variants": [ "Find1", "FindViaIdentity1" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", + "Command": "Find-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", "Variants": [ "Find", "FindViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", + "Command": "Find-MgBetaPolicyAuthenticationStrengthPolicyByMethodMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -10804,20 +10806,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-findbymethodmode?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "Find-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -10836,52 +10838,52 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "Find-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Find-MgBetaUserManagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Find-MgBetaUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Find-MgBetaUserMeetingTime", "Variants": [ "Find", "FindExpanded", "FindViaIdentity", "FindViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "Method": "POST", + "Command": "Find-MgBetaUserMeetingTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -10900,22 +10902,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/findMeetingTimes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult" }, { - "Command": "Find-MgBetaUserRoom", "Variants": [ "Find", "Find1", "FindViaIdentity", "FindViaIdentity1" ], - "OutputType": "IMicrosoftGraphEmailAddress", + "Method": "GET", + "Command": "Find-MgBetaUserRoom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -10934,20 +10936,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/findRooms", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmailAddress" }, { - "Command": "Find-MgBetaUserRoomList", "Variants": [ "Find", "FindViaIdentity" ], - "OutputType": "IMicrosoftGraphEmailAddress", + "Method": "GET", + "Command": "Find-MgBetaUserRoomList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -10966,65 +10968,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/findRoomLists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findroomlists?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmailAddress" }, { - "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId", "Variants": [ "Find", "FindViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "GET", + "Command": "Find-MgBetaWindowsUpdatesProductByCatalogId", + "ApiVersion": "beta", + "CommandAlias": "Find-MgBetaWuProductGraphBPreCatalogId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/findByCatalogId(catalogID='{catalogID}')", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Find-MgBetaWuProductGraphBPreCatalogId", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" }, { - "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber", "Variants": [ "Find", "FindViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "GET", + "Command": "Find-MgBetaWindowsUpdatesProductByKbNumber", + "ApiVersion": "beta", + "CommandAlias": "Find-MgBetaWuProductGraphBPreKbNumber", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/findByKbNumber(kbNumber={kbNumber})", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Find-MgBetaWuProductGraphBPreKbNumber", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" }, { - "Command": "Find-MgDeviceManagementManagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Find-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -11043,52 +11045,52 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-directorydefinition-discover?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Find-MgUserManagedDevice", "Variants": [ "Locate", "LocateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Find-MgUserManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-locatedevice?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Find-MgUserMeetingTime", "Variants": [ "Find", "FindExpanded", "FindViaIdentity", "FindViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "Method": "POST", + "Command": "Find-MgUserMeetingTime", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read.Shared", @@ -11107,48 +11109,48 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/findMeetingTimes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-findmeetingtimes?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult" }, { - "Command": "Get-MgAdminEdge", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphEdge", + "Method": "GET", + "Command": "Get-MgAdminEdge", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdge" }, { - "Command": "Get-MgAdminEdgeInternetExplorerMode", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerMode", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphInternetExplorerMode" }, { - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11167,19 +11169,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBrowserSiteList" }, { - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11198,19 +11200,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBrowserSiteList" }, { - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11229,20 +11231,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11261,19 +11263,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBrowserSharedCookie" }, { - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11292,20 +11294,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBrowserSharedCookie" }, { - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSharedCookieCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11324,20 +11326,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11356,19 +11358,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBrowserSite" }, { - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11387,20 +11389,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBrowserSite" }, { - "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAdminEdgeInternetExplorerModeSiteListSiteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -11419,19 +11421,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAdminPeople", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Method": "GET", + "Command": "Get-MgAdminPeople", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11450,19 +11452,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/admin/people", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPeopleAdminSettings" }, { - "Command": "Get-MgAdminPeopleItemInsight", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "GET", + "Command": "Get-MgAdminPeopleItemInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11481,34 +11483,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/admin/people/itemInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "Command": "Get-MgAdminPeopleProfileCardProperty", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "GET", + "Command": "Get-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfileCardProperty" }, { - "Command": "Get-MgAdminPeopleProfileCardProperty", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "GET", + "Command": "Get-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11527,19 +11529,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/admin/people/profileCardProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfileCardProperty" }, { - "Command": "Get-MgAdminPeopleProfileCardPropertyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAdminPeopleProfileCardPropertyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11558,19 +11560,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/admin/people/profileCardProperties/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAdminPeoplePronoun", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPronounsSettings", + "Method": "GET", + "Command": "Get-MgAdminPeoplePronoun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -11589,19 +11591,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/admin/people/pronouns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPronounsSettings" }, { - "Command": "Get-MgAdminReportSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAdminReportSettings", + "Method": "GET", + "Command": "Get-MgAdminReportSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ReportSettings.Read.All", @@ -11620,33 +11622,33 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/admin/reportSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdminReportSettings" }, { - "Command": "Get-MgAdminSharepoint", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSharepoint", + "Method": "GET", + "Command": "Get-MgAdminSharepoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/admin/sharepoint", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharepoint" }, { - "Command": "Get-MgAdminSharepointSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSharepointSettings", + "Method": "GET", + "Command": "Get-MgAdminSharepointSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -11665,93 +11667,93 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/admin/sharepoint/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharepointSettings" }, { - "Command": "Get-MgAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", + "Command": "Get-MgAgreement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "Get-MgAgreement", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", + "Command": "Get-MgAgreement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "Get-MgAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Get-MgAgreementAcceptance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/acceptances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Get-MgAgreementAcceptanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAgreementAcceptanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/acceptances/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAgreementFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "GET", + "Command": "Get-MgAgreementFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Agreement.Read.All", @@ -11770,239 +11772,239 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFile" }, { - "Command": "Get-MgAgreementFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", + "Command": "Get-MgAgreementFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/files", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Get-MgAgreementFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAgreementFileCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/files/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAgreementFileLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", + "Command": "Get-MgAgreementFileLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Get-MgAgreementFileLocalization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", + "Command": "Get-MgAgreementFileLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Get-MgAgreementFileLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAgreementFileLocalizationVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgAgreementFileLocalizationVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgAgreementFileLocalizationVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAgreementFileLocalizationVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAgreementFileVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgAgreementFileVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgAgreementFileVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgAgreementFileVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgAgreementFileVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAgreementFileVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAllGroupSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgAllGroupSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/getAllSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgAllGroupTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgAllGroupTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgAllGroupTeamChannel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgAllGroupTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/allChannels", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgAllGroupTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAllGroupTeamChannelCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgGroupTeamAllChannelCount", "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/allChannels/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": "Get-MgGroupTeamAllChannelCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAllSite", "Variants": [ "Get2" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgAllSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -12021,34 +12023,34 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/getAllSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgAllTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgAllTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/allChannels/{channel-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgAllTeamChannel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgAllTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -12075,20 +12077,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/allChannels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgAllTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAllTeamChannelCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgTeamAllChannelCount", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -12115,19 +12117,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/allChannels/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": "Get-MgTeamAllChannelCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAllTeamMessage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgAllTeamMessage", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgTeamMessage", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -12202,34 +12204,34 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/getAllMessages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": "Get-MgTeamMessage", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgAllTeamworkDeletedTeamMessage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgAllTeamworkDeletedTeamMessage", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgTeamworkDeletedTeamMessage", "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/getAllMessages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": "Get-MgTeamworkDeletedTeamMessage", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgAllUserChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgAllUserChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read.All", @@ -12248,64 +12250,64 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/chats/getAllMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgAllUserOnlineMeetingRecording", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", + "Command": "Get-MgAllUserOnlineMeetingRecording", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Get-MgAllUserOnlineMeetingTranscript", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgAllUserOnlineMeetingTranscript", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgAppCatalogTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgAppCatalogTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgAppCatalogTeamApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgAppCatalogTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -12348,19 +12350,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgAppCatalogTeamAppCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -12403,49 +12405,49 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAppCatalogTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgAppCatalogTeamAppDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgAppCatalogTeamAppDefinitionBot", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -12472,35 +12474,35 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAppCatalogTeamAppDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAppCatalogTeamAppDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12543,19 +12545,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12606,63 +12608,63 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgApplicationAppManagementPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgApplicationAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/appManagementPolicies", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "Get-MgApplicationAppManagementPolicyByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationAppManagementPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationAppManagementPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationAppManagementPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/appManagementPolicies/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgApplicationByAppId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12713,35 +12715,35 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgApplicationById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgApplicationById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgApplicationByUniqueName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgApplicationByUniqueName", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12792,19 +12794,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgApplicationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12855,34 +12857,34 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationCreatedOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgApplicationCreatedOnBehalfOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/createdOnBehalfOf", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgApplicationDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgApplicationDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -12925,20 +12927,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgApplicationExtensionProperty", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "GET", + "Command": "Get-MgApplicationExtensionProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -12973,75 +12975,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtensionProperty" }, { - "Command": "Get-MgApplicationExtensionProperty", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtensionProperty", - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read all applications", - "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Application.ReadWrite.OwnedBy", - "Description": "Manage apps that this app creates or owns", - "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Application.ReadWrite.All", - "Description": "Read and write all applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/applications/{application-id}/extensionProperties", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgApplicationExtensionProperty", "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgApplicationExtensionPropertyCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -13084,20 +13030,76 @@ "IsLeastPrivilege": false } ], - "Uri": "/applications/{application-id}/extensionProperties/$count", - "ApiReferenceLink": null, "Module": "Applications", - "CommandAlias": null, + "Uri": "/applications/{application-id}/extensionProperties", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExtensionProperty" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgApplicationExtensionPropertyCount", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read all applications", + "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Applications", + "Uri": "/applications/{application-id}/extensionProperties/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgApplicationFederatedIdentityCredential", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET", + "Command": "Get-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13116,19 +13118,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "Command": "Get-MgApplicationFederatedIdentityCredential", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET", + "Command": "Get-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -13155,20 +13157,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "Command": "Get-MgApplicationFederatedIdentityCredentialByName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET", + "Command": "Get-MgApplicationFederatedIdentityCredentialByName", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -13195,20 +13197,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "Command": "Get-MgApplicationFederatedIdentityCredentialCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationFederatedIdentityCredentialCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -13235,112 +13237,112 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/logo", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgApplicationMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgApplicationMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgApplicationMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgApplicationOwner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgApplicationOwner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13383,135 +13385,135 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/owners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgApplicationOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgApplicationOwnerAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/endpoint", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgApplicationOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgApplicationOwnerAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/servicePrincipal", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgApplicationOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgApplicationOwnerAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgApplicationOwnerAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/user", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgApplicationOwnerByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13554,20 +13556,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationOwnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13610,97 +13612,97 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationOwnerCountAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/appRoleAssignment/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationOwnerCountAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/endpoint/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationOwnerCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationOwnerCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/user/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET", + "Command": "Get-MgApplicationSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronization" }, { - "Command": "Get-MgApplicationSynchronizationAccessToken", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgApplicationSynchronizationAccessToken", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13719,168 +13721,168 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgApplicationSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "Get-MgApplicationSynchronizationJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "Get-MgApplicationSynchronizationJobBulkUpload", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobBulkUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobBulkUploadContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationSynchronizationJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationSynchronizationJobSchema", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationSynchronizationSecretCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationSecretCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/secrets/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationSynchronizationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13907,19 +13909,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "Get-MgApplicationSynchronizationTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13946,20 +13948,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "Get-MgApplicationSynchronizationTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -13986,20 +13988,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationSynchronizationTemplateSchema", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -14026,106 +14028,106 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Method": "GET", + "Command": "Get-MgApplicationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applicationTemplates/{applicationTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplicationTemplate" }, { - "Command": "Get-MgApplicationTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Method": "GET", + "Command": "Get-MgApplicationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applicationTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplicationTemplate" }, { - "Command": "Get-MgApplicationTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applicationTemplates/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationTokenIssuancePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", + "Command": "Get-MgApplicationTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14168,19 +14170,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/tokenIssuancePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "Get-MgApplicationTokenIssuancePolicyByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationTokenIssuancePolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14223,20 +14225,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationTokenIssuancePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationTokenIssuancePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14279,19 +14281,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationTokenLifetimePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", + "Command": "Get-MgApplicationTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14334,19 +14336,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "Get-MgApplicationTokenLifetimePolicyByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationTokenLifetimePolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14389,20 +14391,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgApplicationTokenLifetimePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgApplicationTokenLifetimePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -14445,20 +14447,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAuditLogDirectoryAudit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryAudit", + "Method": "GET", + "Command": "Get-MgAuditLogDirectoryAudit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14477,19 +14479,19 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryAudit" }, { - "Command": "Get-MgAuditLogDirectoryAudit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryAudit", + "Method": "GET", + "Command": "Get-MgAuditLogDirectoryAudit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14508,19 +14510,19 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/auditLogs/directoryAudits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryAudit" }, { - "Command": "Get-MgAuditLogDirectoryAuditCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAuditLogDirectoryAuditCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14539,34 +14541,34 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/auditLogs/directoryAudits/$count", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAuditLogProvisioning", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET", + "Command": "Get-MgAuditLogProvisioning", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProvisioningObjectSummary" }, { - "Command": "Get-MgAuditLogProvisioning", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET", + "Command": "Get-MgAuditLogProvisioning", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14585,19 +14587,19 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/auditLogs/provisioning", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProvisioningObjectSummary" }, { - "Command": "Get-MgAuditLogProvisioningCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAuditLogProvisioningCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14616,20 +14618,20 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/auditLogs/provisioning/$count", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgAuditLogSignIn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSignIn", + "Method": "GET", + "Command": "Get-MgAuditLogSignIn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14648,19 +14650,19 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/auditLogs/signIns/{signIn-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSignIn" }, { - "Command": "Get-MgAuditLogSignIn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSignIn", + "Method": "GET", + "Command": "Get-MgAuditLogSignIn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14679,19 +14681,19 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/auditLogs/signIns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSignIn" }, { - "Command": "Get-MgAuditLogSignInCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgAuditLogSignInCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -14710,20 +14712,20 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/auditLogs/signIns/$count", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAccessReview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReview", + "Method": "GET", + "Command": "Get-MgBetaAccessReview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14750,19 +14752,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReview" }, { - "Command": "Get-MgBetaAccessReview", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReview", + "Method": "GET", + "Command": "Get-MgBetaAccessReview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14789,73 +14791,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-list?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReview" }, { - "Command": "Get-MgBetaAccessReviewCount", "Variants": [ "Get" ], - "OutputType": null, - "Permissions": [ - { - "Name": "AccessReview.Read.All", - "Description": "Read all access reviews", - "FullDescription": "Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "AccessReview.ReadWrite.All", - "Description": "Manage access reviews that you can access", - "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "AccessReview.ReadWrite.Membership", - "Description": "Manage access reviews for group and app memberships", - "FullDescription": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings in the organization for group and app memberships, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/accessReviews/$count", - "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaAccessReviewCount", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaAccessReviewDecision", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", - "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaAccessReviewDecision", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14882,20 +14830,74 @@ "IsLeastPrivilege": false } ], - "Uri": "/accessReviews/{accessReview-id}/decisions", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta", "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaAccessReviewDecision", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAccessReviewDecision" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaAccessReviewDecision", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "AccessReview.Read.All", + "Description": "Read all access reviews", + "FullDescription": "Allows the app to read access reviews, reviewers, decisions and settings in the organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "AccessReview.ReadWrite.All", + "Description": "Manage access reviews that you can access", + "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "AccessReview.ReadWrite.Membership", + "Description": "Manage access reviews for group and app memberships", + "FullDescription": "Allows the app to read, update, delete and perform actions on access reviews, reviewers, decisions and settings in the organization for group and app memberships, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Identity.Governance", + "Uri": "/accessReviews/{accessReview-id}/decisions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listdecisions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "Get-MgBetaAccessReviewDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAccessReviewDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -14922,210 +14924,210 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/decisions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAccessReviewInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReview", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReview" }, { - "Command": "Get-MgBetaAccessReviewInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReview", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReview" }, { - "Command": "Get-MgBetaAccessReviewInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAccessReviewInstanceDecision", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "Get-MgBetaAccessReviewInstanceDecision", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceMyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "Get-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceMyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceMyDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAccessReviewInstanceReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Get-MgBetaAccessReviewInstanceReviewer", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAccessReviewInstanceReviewerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAccessReviewMyDecision", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewMyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "Get-MgBetaAccessReviewMyDecision", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewMyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15152,20 +15154,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/myDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listmydecisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "Get-MgBetaAccessReviewMyDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAccessReviewMyDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15192,34 +15194,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/myDecisions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAccessReviewReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Get-MgBetaAccessReviewReviewer", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", + "Command": "Get-MgBetaAccessReviewReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15246,20 +15248,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/reviewers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-listreviewers?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Get-MgBetaAccessReviewReviewerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAccessReviewReviewerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -15286,48 +15288,48 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/reviewers/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdminEdge", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphEdge", + "Method": "GET", + "Command": "Get-MgBetaAdminEdge", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdge" }, { - "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInternetExplorerMode" }, { - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15346,19 +15348,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBrowserSiteList" }, { - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15377,19 +15379,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-list-sitelists?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBrowserSiteList" }, { - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15408,20 +15410,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15440,19 +15442,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBrowserSharedCookie" }, { - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15471,20 +15473,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sharedcookies?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBrowserSharedCookie" }, { - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookieCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15503,20 +15505,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15535,19 +15537,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBrowserSite" }, { - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15566,20 +15568,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-list-sites?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBrowserSite" }, { - "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdminEdgeInternetExplorerModeSiteListSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BrowserSiteLists.Read.All", @@ -15598,20 +15600,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15646,19 +15648,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15693,34 +15695,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaAdministrativeUnitById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaAdministrativeUnitById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaAdministrativeUnitCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15755,19 +15757,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15802,63 +15804,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaAdministrativeUnitExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaAdministrativeUnitExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15893,34 +15895,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -15955,34 +15957,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16017,34 +16019,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16079,34 +16081,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16141,34 +16143,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16203,34 +16205,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16265,19 +16267,115 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberByRef", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read all administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write all administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read all administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write all administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitMemberByRef", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16312,116 +16410,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaAdministrativeUnitMemberCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read all administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write all administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$count", - "ApiReferenceLink": null, "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsApplication", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read all administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write all administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16456,20 +16458,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16504,20 +16506,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16552,20 +16554,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16600,20 +16602,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitMemberCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -16648,54 +16650,54 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaAdministrativeUnitMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaAdministrativeUnitMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16730,19 +16732,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16777,20 +16779,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdministrativeUnitScopedRoleMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -16825,34 +16827,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaAdministrativeUnitUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaAdminPeople", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Method": "GET", + "Command": "Get-MgBetaAdminPeople", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16871,19 +16873,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPeopleAdminSettings" }, { - "Command": "Get-MgBetaAdminPeopleItemInsight", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "GET", + "Command": "Get-MgBetaAdminPeopleItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16902,34 +16904,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people/itemInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-iteminsights?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "Command": "Get-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "GET", + "Command": "Get-MgBetaAdminPeopleProfileCardProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfileCardProperty" }, { - "Command": "Get-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "GET", + "Command": "Get-MgBetaAdminPeopleProfileCardProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16948,19 +16950,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people/profileCardProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-profilecardproperties?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfileCardProperty" }, { - "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAdminPeopleProfileCardPropertyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -16979,19 +16981,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people/profileCardProperties/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAdminPeoplePronoun", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPronounsSettings", + "Method": "GET", + "Command": "Get-MgBetaAdminPeoplePronoun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PeopleSettings.Read.All", @@ -17010,19 +17012,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people/pronouns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-list-pronouns?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPronounsSettings" }, { - "Command": "Get-MgBetaAdminReportSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAdminReportSettings", + "Method": "GET", + "Command": "Get-MgBetaAdminReportSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ReportSettings.Read.All", @@ -17041,33 +17043,33 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/admin/reportSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-get?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdminReportSettings" }, { - "Command": "Get-MgBetaAdminSharepoint", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSharepoint", + "Method": "GET", + "Command": "Get-MgBetaAdminSharepoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/admin/sharepoint", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharepoint" }, { - "Command": "Get-MgBetaAdminSharepointSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSharepointSettings", + "Method": "GET", + "Command": "Get-MgBetaAdminSharepointSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SharePointTenantSettings.Read.All", @@ -17086,93 +17088,93 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/admin/sharepoint/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharepointSettings" }, { - "Command": "Get-MgBetaAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", + "Command": "Get-MgBetaAgreement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "Get-MgBetaAgreement", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", + "Command": "Get-MgBetaAgreement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "Get-MgBetaAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgBetaAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Get-MgBetaAgreementAcceptance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgBetaAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/acceptances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Get-MgBetaAgreementAcceptanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAgreementAcceptanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/acceptances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAgreementFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "GET", + "Command": "Get-MgBetaAgreementFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Agreement.Read.All", @@ -17191,239 +17193,239 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFile" }, { - "Command": "Get-MgBetaAgreementFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", + "Command": "Get-MgBetaAgreementFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Get-MgBetaAgreementFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAgreementFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAgreementFileLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Get-MgBetaAgreementFileLocalization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-list-localizations?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Get-MgBetaAgreementFileLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalizationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAgreementFileLocalizationVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalizationVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgBetaAgreementFileLocalizationVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalizationVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAgreementFileLocalizationVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAgreementFileVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgBetaAgreementFileVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgBetaAgreementFileVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgBetaAgreementFileVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgBetaAgreementFileVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAgreementFileVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAllGroupSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaAllGroupSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/getAllSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaAllGroupTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaAllGroupTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaAllGroupTeamChannel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaAllGroupTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/allChannels", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaAllGroupTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAllGroupTeamChannelCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaGroupTeamAllChannelCount", "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/allChannels/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": "Get-MgBetaGroupTeamAllChannelCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAllSite", "Variants": [ "Get2" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaAllSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -17442,34 +17444,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/getAllSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getallsites?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaAllTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaAllTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/allChannels/{channel-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaAllTeamChannel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaAllTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -17496,20 +17498,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/allChannels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-allchannels?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaAllTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAllTeamChannelCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaTeamAllChannelCount", "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -17536,19 +17538,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/allChannels/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": "Get-MgBetaTeamAllChannelCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAllTeamMessage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaAllTeamMessage", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaTeamMessage", "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -17623,34 +17625,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/getAllMessages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": "Get-MgBetaTeamMessage", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaAllTeamworkDeletedTeamMessage", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaTeamworkDeletedTeamMessage", "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/getAllMessages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": "Get-MgBetaTeamworkDeletedTeamMessage", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaAllUserChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaAllUserChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read.All", @@ -17669,64 +17671,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/chats/getAllMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chats-getallmessages?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaAllUserOnlineMeetingRecording", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", + "Command": "Get-MgBetaAllUserOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/onlineMeetings/getAllRecordings(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getallrecordings?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Get-MgBetaAllUserOnlineMeetingTranscript", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgBetaAllUserOnlineMeetingTranscript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/onlineMeetings/getAllTranscripts(meetingOrganizerUserId='@meetingOrganizerUserId',startDateTime=@startDateTime,endDateTime=@endDateTime)", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-getalltranscripts?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgBetaAppCatalogTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaAppCatalogTeamApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -17769,19 +17771,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcatalogs-list-teamsapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaAppCatalogTeamAppCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -17824,49 +17826,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionBot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17893,20 +17895,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkbot-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIcon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17933,22 +17935,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppIcon" }, { - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -17975,79 +17977,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkHostedContent" }, { - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" }, { - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" }, { - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionDashboardCardCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -18074,22 +18076,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappicon-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppIcon" }, { - "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Method": "GET", + "Command": "Get-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Read.All", @@ -18116,20 +18118,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkhostedcontent-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkHostedContent" }, { - "Command": "Get-MgBetaApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18172,19 +18174,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18235,63 +18237,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaApplicationAppManagementPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaApplicationAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/appManagementPolicies", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationAppManagementPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationAppManagementPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationAppManagementPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/appManagementPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaApplicationByAppId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18342,35 +18344,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaApplicationById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaApplicationById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaApplicationByUniqueName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaApplicationByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18421,49 +18423,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaApplicationConnectorGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "GET", + "Command": "Get-MgBetaApplicationConnectorGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/connectorGroup", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnectorGroup" }, { - "Command": "Get-MgBetaApplicationConnectorGroupByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationConnectorGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/connectorGroup/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18514,34 +18516,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaApplicationCreatedOnBehalfOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/createdOnBehalfOf", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaApplicationDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaApplicationDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18584,20 +18586,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delta?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaApplicationExtensionProperty", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "GET", + "Command": "Get-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18632,19 +18634,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtensionProperty" }, { - "Command": "Get-MgBetaApplicationExtensionProperty", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "GET", + "Command": "Get-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18687,20 +18689,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/extensionProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-extensionproperty?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtensionProperty" }, { - "Command": "Get-MgBetaApplicationExtensionPropertyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationExtensionPropertyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18743,20 +18745,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/extensionProperties/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET", + "Command": "Get-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -18775,19 +18777,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "Command": "Get-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET", + "Command": "Get-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18814,20 +18816,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-federatedidentitycredentials?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "GET", + "Command": "Get-MgBetaApplicationFederatedIdentityCredentialByName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18854,20 +18856,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationFederatedIdentityCredentialCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -18894,112 +18896,112 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationHomeRealmDiscoveryPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/logo", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaApplicationMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaApplicationMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationOwner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaApplicationOwner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19042,106 +19044,106 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaApplicationOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaApplicationOwnerAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/endpoint", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaApplicationOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaApplicationOwnerAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/user", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaApplicationOwnerByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19184,20 +19186,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-owners?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19240,82 +19242,82 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerCountAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/endpoint/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationOwnerCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronization" }, { - "Command": "Get-MgBetaApplicationSynchronizationAccessToken", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaApplicationSynchronizationAccessToken", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19334,168 +19336,168 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "Get-MgBetaApplicationSynchronizationJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobBulkUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobBulkUploadContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationSynchronizationJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationSynchronizationJobSchema", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationJobSchemaDirectoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationSynchronizationSecretCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationSecretCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/secrets/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationSynchronizationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19522,19 +19524,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "Get-MgBetaApplicationSynchronizationTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19561,20 +19563,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19601,20 +19603,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -19641,106 +19643,106 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationSynchronizationTemplateSchemaDirectoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Method": "GET", + "Command": "Get-MgBetaApplicationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applicationTemplates/{applicationTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplicationTemplate" }, { - "Command": "Get-MgBetaApplicationTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplicationTemplate", + "Method": "GET", + "Command": "Get-MgBetaApplicationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applicationTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-list?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplicationTemplate" }, { - "Command": "Get-MgBetaApplicationTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applicationTemplates/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationTokenIssuancePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", + "Command": "Get-MgBetaApplicationTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19783,19 +19785,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/tokenIssuancePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationTokenIssuancePolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19838,20 +19840,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenissuancepolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationTokenIssuancePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19894,19 +19896,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationTokenLifetimePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", + "Command": "Get-MgBetaApplicationTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -19949,19 +19951,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationTokenLifetimePolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -20004,20 +20006,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-list-tokenlifetimepolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaApplicationTokenLifetimePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -20060,78 +20062,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaApplicationUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaApplicationUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Method": "GET", + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/auditLogs/customSecurityAttributeAudits/{customSecurityAttributeAudit-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit" }, { - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit", + "Method": "GET", + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/auditLogs/customSecurityAttributeAudits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/auditlogroot-list-customsecurityattributeaudits?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomSecurityAttributeAudit" }, { - "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAuditLogCustomSecurityAttributeAuditCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/auditLogs/customSecurityAttributeAudits/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAuditLogDirectoryAudit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryAudit", + "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20150,19 +20152,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-get?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryAudit" }, { - "Command": "Get-MgBetaAuditLogDirectoryAudit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryAudit", + "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20181,19 +20183,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/auditLogs/directoryAudits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryaudit-list?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryAudit" }, { - "Command": "Get-MgBetaAuditLogDirectoryAuditCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryAuditCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20212,77 +20214,77 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/auditLogs/directoryAudits/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAuditLogDirectoryProvisioning", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryProvisioning", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProvisioningObjectSummary" }, { - "Command": "Get-MgBetaAuditLogDirectoryProvisioning", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryProvisioning", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/auditLogs/directoryProvisioning", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProvisioningObjectSummary" }, { - "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAuditLogDirectoryProvisioningCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/auditLogs/directoryProvisioning/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAuditLogProvisioning", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET", + "Command": "Get-MgBetaAuditLogProvisioning", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProvisioningObjectSummary" }, { - "Command": "Get-MgBetaAuditLogProvisioning", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Method": "GET", + "Command": "Get-MgBetaAuditLogProvisioning", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20301,19 +20303,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/auditLogs/provisioning", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/provisioningobjectsummary-list?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProvisioningObjectSummary" }, { - "Command": "Get-MgBetaAuditLogProvisioningCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAuditLogProvisioningCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20332,20 +20334,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/auditLogs/provisioning/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaAuditLogSignIn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSignIn", + "Method": "GET", + "Command": "Get-MgBetaAuditLogSignIn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20364,19 +20366,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/auditLogs/signIns/{signIn-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-get?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSignIn" }, { - "Command": "Get-MgBetaAuditLogSignIn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSignIn", + "Method": "GET", + "Command": "Get-MgBetaAuditLogSignIn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20395,19 +20397,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/auditLogs/signIns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/signin-list?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSignIn" }, { - "Command": "Get-MgBetaAuditLogSignInCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaAuditLogSignInCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -20426,22 +20428,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/auditLogs/signIns/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaBookingBusiness", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "GET", + "Command": "Get-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20476,20 +20478,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "Command": "Get-MgBetaBookingBusiness", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "GET", + "Command": "Get-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20524,22 +20526,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "Command": "Get-MgBetaBookingBusinessAppointment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20574,20 +20576,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "Get-MgBetaBookingBusinessAppointment", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20622,22 +20624,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "Get-MgBetaBookingBusinessAppointmentCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessAppointmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20672,37 +20674,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaBookingBusinessCalendarView", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "Get-MgBetaBookingBusinessCalendarView", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20737,22 +20739,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "Get-MgBetaBookingBusinessCalendarViewCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCalendarViewCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20787,20 +20789,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaBookingBusinessCount", "Variants": [ "Get", "Get1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20835,22 +20837,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaBookingBusinessCustomer", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphBookingCustomer", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -20885,20 +20887,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingCustomer" }, { - "Command": "Get-MgBetaBookingBusinessCustomer", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphBookingCustomer", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20933,22 +20935,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingCustomer" }, { - "Command": "Get-MgBetaBookingBusinessCustomerCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -20983,22 +20985,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaBookingBusinessCustomQuestion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21033,20 +21035,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingCustomQuestion" }, { - "Command": "Get-MgBetaBookingBusinessCustomQuestion", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21081,22 +21083,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingCustomQuestion" }, { - "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessCustomQuestionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21131,22 +21133,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaBookingBusinessService", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphBookingService", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21181,20 +21183,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingService" }, { - "Command": "Get-MgBetaBookingBusinessService", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphBookingService", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21229,22 +21231,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingService" }, { - "Command": "Get-MgBetaBookingBusinessServiceCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessServiceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21279,22 +21281,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaBookingBusinessStaffAvailability", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "Method": "POST", + "Command": "Get-MgBetaBookingBusinessStaffAvailability", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21337,22 +21339,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphStaffAvailabilityItem" }, { - "Command": "Get-MgBetaBookingBusinessStaffMember", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphBookingStaffMember", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21387,20 +21389,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingStaffMember" }, { - "Command": "Get-MgBetaBookingBusinessStaffMember", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphBookingStaffMember", + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21435,22 +21437,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingStaffMember" }, { - "Command": "Get-MgBetaBookingBusinessStaffMemberCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaBookingBusinessStaffMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -21485,22 +21487,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaBookingCurrency", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "GET", + "Command": "Get-MgBetaBookingCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21535,20 +21537,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingCurrency" }, { - "Command": "Get-MgBetaBookingCurrency", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "GET", + "Command": "Get-MgBetaBookingCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21583,20 +21585,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingCurrencies", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingCurrency" }, { - "Command": "Get-MgBetaBookingCurrencyCount", "Variants": [ "Get", "Get1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaBookingCurrencyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -21631,34 +21633,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingCurrencies/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaBusinessFlowTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Method": "GET", + "Command": "Get-MgBetaBusinessFlowTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBusinessFlowTemplate" }, { - "Command": "Get-MgBetaBusinessFlowTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Method": "GET", + "Command": "Get-MgBetaBusinessFlowTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -21685,19 +21687,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/businessFlowTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessflowtemplate-list?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBusinessFlowTemplate" }, { - "Command": "Get-MgBetaBusinessFlowTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaBusinessFlowTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -21724,22 +21726,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/businessFlowTemplates/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaBusinessScenarioPlannerPlan", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", + "Method": "POST", + "Command": "Get-MgBetaBusinessScenarioPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -21758,20 +21760,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-getplan?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference" }, { - "Command": "Get-MgBetaChat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "GET", + "Command": "Get-MgBetaChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21838,19 +21840,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Get-MgBetaChat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "GET", + "Command": "Get-MgBetaChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21901,19 +21903,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Get-MgBetaChatCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaChatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -21964,20 +21966,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaChatInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgBetaChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -22068,19 +22070,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgBetaChatInstalledApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgBetaChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -22203,20 +22205,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgBetaChatInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaChatInstalledAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -22339,65 +22341,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/installedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaChatInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaChatInstalledAppTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgBetaChatInstalledAppTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgBetaChatLastMessagePreview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "GET", + "Command": "Get-MgBetaChatLastMessagePreview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageInfo" }, { - "Command": "Get-MgBetaChatMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22528,19 +22530,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaChatMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22639,20 +22641,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaChatMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaChatMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -22751,21 +22753,21 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaChatMessage", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -22816,19 +22818,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaChatMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -22871,20 +22873,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaChatMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaChatMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -22927,20 +22929,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaChatMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaChatMessageDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -22991,22 +22993,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -23065,19 +23067,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaChatMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -23136,20 +23138,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaChatMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaChatMessageHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -23208,125 +23210,125 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaChatMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaChatMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaChatMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaChatMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaChatMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaChatMessageReplyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaChatMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaChatMessageReplyDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaChatMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaChatMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaChatMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaChatMessageReplyHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaChatOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", + "Command": "Get-MgBetaChatOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23401,107 +23403,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsasyncoperation-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Get-MgBetaChatOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "Permissions": [ - { - "Name": "Chat.ReadBasic", - "Description": "Read names and members of your chat threads", - "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "ChatSettings.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Chat.ReadWrite", - "Description": "Read and write your chat messages", - "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "ChatSettings.ReadWrite.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadWrite.All", - "Description": "Read and write all chat messages", - "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadBasic.All", - "Description": "Read names and members of all chat threads", - "FullDescription": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read.All", - "Description": "Read all chat messages", - "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Manage.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/chats/{chat-id}/operations", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaChatOperation", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaChatOperationCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -23576,34 +23490,122 @@ "IsLeastPrivilege": false } ], - "Uri": "/chats/{chat-id}/operations/$count", - "ApiReferenceLink": null, "Module": "Beta.Teams", - "CommandAlias": null, + "Uri": "/chats/{chat-id}/operations", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-operations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaChatOperationCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Chat.ReadBasic", + "Description": "Read names and members of your chat threads", + "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "ChatSettings.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Chat.ReadWrite", + "Description": "Read and write your chat messages", + "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "ChatSettings.ReadWrite.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadWrite.All", + "Description": "Read and write all chat messages", + "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadBasic.All", + "Description": "Read names and members of all chat threads", + "FullDescription": "Read names and members of all one-to-one and group chats in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read.All", + "Description": "Read all chat messages", + "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Manage.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Teams", + "Uri": "/chats/{chat-id}/operations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaChatPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaChatPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgBetaChatPermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaChatPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -23710,20 +23712,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/permissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgBetaChatPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaChatPermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -23830,36 +23832,36 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/permissionGrants/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaChatPinnedMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", + "Command": "Get-MgBetaChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "Get-MgBetaChatPinnedMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", + "Command": "Get-MgBetaChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -23902,20 +23904,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "Get-MgBetaChatPinnedMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaChatPinnedMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -23958,19 +23960,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/pinnedMessages/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaChatRetainedMessage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaChatRetainedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -24037,20 +24039,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/getAllRetainedMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaChatTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24117,19 +24119,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaChatTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24180,20 +24182,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/tabs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaChatTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaChatTabCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -24244,35 +24246,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/tabs/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaChatTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaChatTabTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaCommunicationCall", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCall", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -24291,20 +24293,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCall" }, { - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24323,19 +24325,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAudioRoutingGroup" }, { - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24354,20 +24356,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAudioRoutingGroup" }, { - "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallAudioRoutingGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24386,67 +24388,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationCallContentSharingSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, - "Permissions": [ - { - "Name": "Calls.JoinGroupCallAsGuest.All", - "Description": "Join group calls and meetings as a guest", - "FullDescription": "Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest to meetings in your organization.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Calls.JoinGroupCall.All", - "Description": "Join group calls and meetings as an app", - "FullDescription": "Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Calls.InitiateGroupCall.All", - "Description": "Initiate outgoing group calls from the app", - "FullDescription": "Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Calls.Initiate.All", - "Description": "Initiate outgoing 1 to 1 calls from the app", - "FullDescription": "Allows the app to place outbound calls to a single user and transfer calls to users in your organization’s directory, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaCommunicationCallContentSharingSession", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphContentSharingSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -24481,20 +24436,67 @@ "IsLeastPrivilege": false } ], - "Uri": "/communications/calls/{call-id}/contentSharingSessions", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-beta", "Module": "Beta.CloudCommunications", - "CommandAlias": null, + "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallContentSharingSession", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Calls.JoinGroupCallAsGuest.All", + "Description": "Join group calls and meetings as a guest", + "FullDescription": "Allows the app to anonymously join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined as a guest to meetings in your organization.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Calls.JoinGroupCall.All", + "Description": "Join group calls and meetings as an app", + "FullDescription": "Allows the app to join group calls and scheduled meetings in your organization, without a signed-in user.  The app will be joined with the privileges of a directory user to meetings in your organization.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calls.InitiateGroupCall.All", + "Description": "Initiate outgoing group calls from the app", + "FullDescription": "Allows the app to place outbound calls to multiple users and add participants to meetings in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calls.Initiate.All", + "Description": "Initiate outgoing 1 to 1 calls from the app", + "FullDescription": "Allows the app to place outbound calls to a single user and transfer calls to users in your organization’s directory, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.CloudCommunications", + "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphContentSharingSession" }, { - "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallContentSharingSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -24529,78 +24531,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationCallCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationCallOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCommsOperation" }, { - "Command": "Get-MgBetaCommunicationCallOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCommsOperation" }, { - "Command": "Get-MgBetaCommunicationCallOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationCallParticipant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphParticipant", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -24619,19 +24621,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphParticipant" }, { - "Command": "Get-MgBetaCommunicationCallParticipant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphParticipant", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -24650,20 +24652,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/participants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphParticipant" }, { - "Command": "Get-MgBetaCommunicationCallParticipantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallParticipantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -24682,228 +24684,228 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationCallRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsCallRecord" }, { - "Command": "Get-MgBetaCommunicationCallRecordCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordOrganizerV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsOrganizer" }, { - "Command": "Get-MgBetaCommunicationCallRecordParticipant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsParticipant" }, { - "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordParticipantV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsParticipant" }, { - "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordPstnBlockedUserLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow" }, { - "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordPstnOnlineMeetingDialoutReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport" }, { - "Command": "Get-MgBetaCommunicationCallRecordSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsSession" }, { - "Command": "Get-MgBetaCommunicationCallRecordSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsSession" }, { - "Command": "Get-MgBetaCommunicationCallRecordSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSessionSegmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationCallRecordSmLog", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", + "Method": "GET", + "Command": "Get-MgBetaCommunicationCallRecordSmLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow" }, { - "Command": "Get-MgBetaCommunicationOnlineMeeting", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Get-MgBetaCommunicationOnlineMeeting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -24938,160 +24940,160 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAlternativeRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendanceReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingBroadcastRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -25126,19 +25128,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -25173,30 +25175,27 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Get", "Get1", @@ -25204,303 +25203,306 @@ "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRecordingDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingRegistration" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingRegistrationRegistrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCommunicationPresence", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", + "Command": "Get-MgBetaCommunicationPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/presences/{presence-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "Get-MgBetaCommunicationPresence", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", + "Command": "Get-MgBetaCommunicationPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read", @@ -25527,20 +25529,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/presences", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "Get-MgBetaCommunicationPresenceByUserId", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "POST", + "Command": "Get-MgBetaCommunicationPresenceByUserId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read.All", @@ -25559,19 +25561,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/getPresencesByUserId", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "Get-MgBetaCommunicationPresenceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaCommunicationPresenceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read", @@ -25598,48 +25600,48 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/presences/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaCompliance", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Method": "GET", + "Command": "Get-MgBetaCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" }, { - "Command": "Get-MgBetaComplianceEdiscovery", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscovery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCase", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25658,19 +25660,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-get?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryCase" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCase", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25689,19 +25691,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryCase" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25720,20 +25722,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25752,19 +25754,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-get?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryCustodian" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25783,20 +25785,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-custodians?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryCustodian" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25815,35 +25817,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianLastIndexOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/lastIndexOperation", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25862,19 +25864,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sitesource-get?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25893,20 +25895,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-sitesources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25925,35 +25927,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianSiteSourceSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -25972,19 +25974,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-get?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26003,20 +26005,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-unifiedgroupsources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26035,64 +26037,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26111,19 +26113,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-usersource-get?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26142,20 +26144,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-list-usersources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseCustodianUserSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26174,20 +26176,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26206,19 +26208,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-get?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26237,20 +26239,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26269,34 +26271,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26315,20 +26317,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-sitesources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26347,137 +26349,137 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSourceSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26496,20 +26498,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-list-usersources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseLegalHoldUserSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26528,20 +26530,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26560,19 +26562,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-get?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26591,20 +26593,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-list?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26623,20 +26625,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26655,49 +26657,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/dataSource", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/lastIndexOperation", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryCaseIndexOperation" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26716,64 +26718,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationAsCaseExportOperationReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation/reviewSet", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26792,35 +26794,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseOperationCountAsCaseExportOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26839,19 +26841,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewset-get?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26870,20 +26872,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26902,20 +26904,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26934,19 +26936,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-get?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26965,20 +26967,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-list?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseReviewSetQueryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -26997,20 +26999,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27029,20 +27031,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-get?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27061,19 +27063,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27092,34 +27094,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-sourcecollections?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27138,20 +27140,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-additionalsources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27170,20 +27172,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27202,20 +27204,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-addtoreviewsetoperation?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27234,34 +27236,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27280,20 +27282,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-custodiansources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionCustodianSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27312,20 +27314,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27344,34 +27346,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-lastestimatestatisticsoperation?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27390,20 +27392,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-list-noncustodialsources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseSourceCollectionNoncustodialSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27422,20 +27424,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27454,19 +27456,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-get?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27485,34 +27487,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-list-tags?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27531,20 +27533,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-childtags?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagChildTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27563,20 +27565,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -27595,35 +27597,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", + "Command": "Get-MgBetaComplianceEdiscoveryCaseTagParent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "Command": "Get-MgBetaContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27650,19 +27652,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27689,34 +27691,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaContactById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaContactById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContactCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27743,19 +27745,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContactDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaContactDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27782,34 +27784,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaContactDirectReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaContactDirectReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContactDirectReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaContactDirectReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27844,78 +27846,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContactDirectReportAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaContactDirectReportAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaContactDirectReportAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaContactDirectReportAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaContactDirectReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -27950,50 +27952,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportCountAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContactDirectReportCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContactDirectReportCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContactManager", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaContactManager", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28028,22 +28030,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/manager", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContactMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaContactMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -28126,22 +28128,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaContactMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaContactMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -28240,34 +28242,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaContactMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaContactMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContactMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaContactMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28302,78 +28304,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaContactMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaContactMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaContactMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28408,93 +28410,93 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContactMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContactMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContactServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaContactServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaContactServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContactServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContactTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContactTransitiveMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28521,78 +28523,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaContactTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -28619,109 +28621,109 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContactTransitiveReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContactTransitiveReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-transitivereports?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContactTransitiveReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContactTransitiveReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveReports/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContactUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaContactUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContract", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContract", + "Method": "GET", + "Command": "Get-MgBetaContract", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -28740,19 +28742,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContract" }, { - "Command": "Get-MgBetaContract", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContract", + "Method": "GET", + "Command": "Get-MgBetaContract", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -28771,34 +28773,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContract" }, { - "Command": "Get-MgBetaContractById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaContractById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContractCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaContractCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -28817,19 +28819,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaContractDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaContractDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -28848,69 +28850,69 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaContractMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaContractMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaContractMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaContractMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaContractUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaContractUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDataPolicyOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "GET", + "Command": "Get-MgBetaDataPolicyOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Export.All", @@ -28929,48 +28931,48 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDataPolicyOperation" }, { - "Command": "Get-MgBetaDataPolicyOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "GET", + "Command": "Get-MgBetaDataPolicyOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/dataPolicyOperations", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDataPolicyOperation" }, { - "Command": "Get-MgBetaDataPolicyOperationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDataPolicyOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/dataPolicyOperations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -29005,19 +29007,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -29052,19 +29054,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaDeviceAppManagement", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagement", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgt", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29099,20 +29101,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgt", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceAppManagement" }, { - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29131,19 +29133,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29162,20 +29164,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29210,19 +29212,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29257,20 +29259,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29305,20 +29307,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29353,67 +29355,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", - "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29448,19 +29402,67 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", - "ApiReferenceLink": null, "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29479,20 +29481,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29527,20 +29529,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29575,19 +29577,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29622,20 +29624,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29670,19 +29672,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29717,20 +29719,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29765,19 +29767,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29812,20 +29814,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29860,20 +29862,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29892,19 +29894,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" }, { - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29923,19 +29925,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" }, { - "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificateCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -29954,49 +29956,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificateCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30015,19 +30017,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30046,20 +30048,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30078,34 +30080,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30124,19 +30126,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30155,20 +30157,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatusCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30187,20 +30189,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatusCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30219,19 +30221,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30250,20 +30252,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30282,20 +30284,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30314,19 +30316,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30345,20 +30347,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatusCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -30377,20 +30379,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatusCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30409,19 +30411,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30440,20 +30442,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtection", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30488,19 +30490,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30535,20 +30537,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30583,20 +30585,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30631,19 +30633,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30678,20 +30680,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30726,19 +30728,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30757,20 +30759,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30805,20 +30807,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30853,19 +30855,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30900,19 +30902,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30947,20 +30949,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppPolicyCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -30995,19 +30997,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31042,20 +31044,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistration", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31090,19 +31092,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31137,20 +31139,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31185,19 +31187,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31232,20 +31234,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31280,19 +31282,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31327,20 +31329,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31375,64 +31377,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequestCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequestCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31467,19 +31469,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31514,20 +31516,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationOperationCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31562,19 +31564,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationOperationCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31609,67 +31611,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppStatus", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", - "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphManagedAppStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31704,19 +31659,66 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/managedAppStatuses", - "ApiReferenceLink": null, "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", + "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatus", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatus", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppStatuses", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedAppStatus" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedAppStatusCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31751,20 +31753,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedAppStatusCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31783,19 +31785,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedEBook" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31814,20 +31816,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBook", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedEBook" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31846,19 +31848,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedEBookAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31877,20 +31879,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedEBookAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31909,22 +31911,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31943,20 +31945,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedEBookCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -31975,21 +31977,21 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBookCategories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedEBookCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategoryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32008,19 +32010,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBookCategories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32039,20 +32041,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32071,19 +32073,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32102,20 +32104,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceState", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookDeviceStateCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32134,20 +32136,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookDeviceStateCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookInstallSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32166,20 +32168,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEBookInstallSummary" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32198,19 +32200,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserInstallStateSummary" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32229,20 +32231,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserInstallStateSummary" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32261,20 +32263,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32293,19 +32295,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32324,20 +32326,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32356,20 +32358,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32388,19 +32390,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" }, { - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32419,20 +32421,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" }, { - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32467,19 +32469,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32514,20 +32516,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32562,19 +32564,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32593,20 +32595,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32641,19 +32643,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32688,20 +32690,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32736,20 +32738,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32784,19 +32786,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32831,20 +32833,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32879,20 +32881,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32911,19 +32913,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32942,34 +32944,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAndroidForWorkApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidForWorkApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAndroidForWorkApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -32988,166 +32990,166 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidForWorkApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAndroidLobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidLobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAndroidLobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33166,298 +33168,298 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/androidLobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidLobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidManagedStoreApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33476,166 +33478,166 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidManagedStoreApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidStoreApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33654,166 +33656,166 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidStoreApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosLobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosLobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosLobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -33832,298 +33834,298 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/iosLobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosLobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosStoreApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosStoreApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosStoreApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34142,166 +34144,166 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosStoreApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosVppApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosVppApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosVppApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34320,210 +34322,210 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/iosVppApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosVppApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicenseCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicenseCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSDmgApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34542,298 +34544,298 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSDmgApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMacOSLobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSLobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMacOSLobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -34852,298 +34854,298 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSLobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMacOSPkgApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSPkgApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMacOSPkgApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35162,298 +35164,298 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSPkgApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAndroidLobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35472,298 +35474,298 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAndroidLobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedIosLobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -35782,298 +35784,298 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedIosLobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileLobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36092,298 +36094,298 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileLobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36402,196 +36404,196 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36610,19 +36612,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36641,20 +36643,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36673,34 +36675,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWin32LobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWin32LobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWin32LobApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -36719,298 +36721,298 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/win32LobApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWin32LobApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsAppX", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAppX" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsAppX", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppX", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37029,298 +37031,298 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsAppX", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppX", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAppX" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsMobileMsi" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsi", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37339,298 +37341,298 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsi", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsMobileMsi" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsStoreApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsStoreApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsStoreApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37649,166 +37651,166 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsStoreApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUniversalAppX" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -37827,342 +37829,342 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppX", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUniversalAppX" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsWebApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsWebApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsWebApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38181,166 +38183,166 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsWebApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWinGetApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWinGetApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWinGetApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38359,197 +38361,197 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/winGetApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWinGetApp" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackage", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCatalogPackages", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCatalogPackageCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCatalogPackages/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCatalogPackageCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38568,20 +38570,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38600,20 +38602,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCategories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategory", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCategoryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38632,20 +38634,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCategories/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCategoryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38664,19 +38666,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38695,20 +38697,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfiguration", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38727,19 +38729,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38758,20 +38760,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38790,19 +38792,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38821,20 +38823,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38853,19 +38855,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38884,20 +38886,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38916,20 +38918,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38948,20 +38950,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -38980,19 +38982,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39011,20 +39013,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39043,20 +39045,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39075,19 +39077,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39106,19 +39108,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidForWorkApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39137,19 +39139,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/androidForWorkApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidGraphFPreWorkApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39168,19 +39170,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidManagedStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39199,19 +39201,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/androidManagedStoreApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidManagedStoreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsAndroidStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39230,19 +39232,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsAndroidStoreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsiOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39261,19 +39263,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsiOSLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39292,19 +39294,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoStoreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsIoVppApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39323,19 +39325,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsIoVppApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSDmgApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39354,19 +39356,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSDmgApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39385,19 +39387,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMacOSPkgApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39416,19 +39418,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/macOSPkgApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMacOSPkgApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39447,19 +39449,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagediOSLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39478,19 +39480,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagediOSLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsManagedMobileLobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39509,19 +39511,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsManagedMobileLobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39540,19 +39542,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWin32LobApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39571,19 +39573,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWin32LobApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsAppX", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39602,19 +39604,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowAppX", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsMobileMsi", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39633,19 +39635,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowMobileMsi", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowStoreApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39664,19 +39666,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsStoreApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowStoreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39695,19 +39697,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowUniversalAppX", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWindowsWebApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39726,19 +39728,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWindowWebApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppCountAsWinGetApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -39757,20 +39759,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/winGetApp/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppCountAsWinGetApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -39789,19 +39791,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -39820,20 +39822,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationship", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementMobileAppRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationshipCount", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -39852,22 +39854,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtMobileAppRelationshipCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementPolicySet", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPolicySet", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySet", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39886,19 +39888,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPolicySet" }, { - "Command": "Get-MgBetaDeviceAppManagementPolicySet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPolicySet", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySet", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39917,20 +39919,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySet", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPolicySet" }, { - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39949,19 +39951,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPolicySetAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -39980,20 +39982,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPolicySetAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignmentCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40012,19 +40014,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40043,20 +40045,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPolicySetItem", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40075,19 +40077,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPolicySetItem" }, { - "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPolicySetItem", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItem", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40106,20 +40108,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItem", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPolicySetItem" }, { - "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementPolicySetItemCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItemCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40138,19 +40140,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtPolicySetItemCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -40169,20 +40171,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate" }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40201,19 +40203,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40232,20 +40234,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40280,19 +40282,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40327,20 +40329,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40375,20 +40377,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40423,19 +40425,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40470,20 +40472,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40518,19 +40520,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40549,20 +40551,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -40597,20 +40599,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40645,19 +40647,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40692,20 +40694,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40740,20 +40742,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40788,19 +40790,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40835,20 +40837,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinition", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40883,20 +40885,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSettingDefinitionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40931,19 +40933,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTask", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceAppManagementTask" }, { - "Command": "Get-MgBetaDeviceAppManagementTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -40978,19 +40980,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/deviceAppManagementTasks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTask", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceAppManagementTask" }, { - "Command": "Get-MgBetaDeviceAppManagementTaskCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementTaskCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtTaskCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41025,20 +41027,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/deviceAppManagementTasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtTaskCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementVppToken", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVppToken", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41073,19 +41075,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVppToken" }, { - "Command": "Get-MgBetaDeviceAppManagementVppToken", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVppToken", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41120,19 +41122,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtVppToken", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVppToken" }, { - "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppTokenCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41167,20 +41169,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementVppTokenLicenseForApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -41215,20 +41217,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtVppTokenLicenseGraphFPreApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVppTokenLicenseSummary" }, { - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41247,19 +41249,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" }, { - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41278,20 +41280,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" }, { - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41310,19 +41312,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41341,20 +41343,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41373,19 +41375,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41404,20 +41406,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41436,20 +41438,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary" }, { - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41468,19 +41470,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" }, { - "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41499,20 +41501,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41547,19 +41549,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41594,19 +41596,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistrationCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -41641,20 +41643,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistrationCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41689,19 +41691,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41736,20 +41738,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41784,19 +41786,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41831,20 +41833,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41879,19 +41881,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41926,20 +41928,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -41974,19 +41976,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42021,20 +42023,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42069,20 +42071,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42117,19 +42119,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42164,20 +42166,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -42212,20 +42214,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42260,19 +42262,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42307,19 +42309,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsInformationProtectionWipeActionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42354,20 +42356,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowInformationProtectionWipeActionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42402,19 +42404,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42449,20 +42451,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtection", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42497,19 +42499,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42544,20 +42546,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAppCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42592,20 +42594,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAppCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42640,19 +42642,114 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta", "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Variants": [ - "List" + "Get" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42687,129 +42784,34 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "ApiReferenceLink": null, "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignmentCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/$count", - "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignmentCount", - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionCount", - "Variants": [ - "Get" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceAppManagement/windowsManagedAppProtections/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphWindowsManagementApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceAppManagementWindowsManagementApp", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagementApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -42844,20 +42846,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagementApp", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Get-MgBetaDeviceAppMgtWindowManagementApp", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsManagementApp" }, { - "Command": "Get-MgBetaDeviceByDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceByDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -42892,93 +42894,93 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices(deviceId='{deviceId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaDeviceById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaDeviceById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDeviceCommand", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCommand", + "Method": "GET", + "Command": "Get-MgBetaDeviceCommand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCommand" }, { - "Command": "Get-MgBetaDeviceCommand", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCommand", + "Method": "GET", + "Command": "Get-MgBetaDeviceCommand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/commands", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCommand" }, { - "Command": "Get-MgBetaDeviceCommandCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceCommandCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/commands/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceCommandResponsepayload", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceCommandResponsepayload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -43013,77 +43015,77 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaDeviceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaDeviceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaDeviceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagement", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceManagement", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -43166,19 +43168,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagement" }, { - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43197,20 +43199,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary" }, { - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43229,19 +43231,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" }, { - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43260,19 +43262,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" }, { - "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43291,20 +43293,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43323,19 +43325,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" }, { - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43354,19 +43356,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" }, { - "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43385,20 +43387,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43417,19 +43419,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" }, { - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43448,19 +43450,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" }, { - "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchemaCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43479,20 +43481,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43511,19 +43513,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" }, { - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43542,19 +43544,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" }, { - "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43573,19 +43575,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAndroidForWorkSettings", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43604,19 +43606,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidForWorkSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidForWorkSettings" }, { - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43635,20 +43637,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings" }, { - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43667,19 +43669,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" }, { - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43698,19 +43700,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" }, { - "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchemaCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -43729,19 +43731,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -43776,20 +43778,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" }, { - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43808,19 +43810,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" }, { - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43839,20 +43841,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" }, { - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43871,19 +43873,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" }, { - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43902,20 +43904,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" }, { - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43934,19 +43936,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -43965,19 +43967,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignedRoleDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44012,20 +44014,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/getAssignedRoleDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails" }, { - "Command": "Get-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44044,19 +44046,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" }, { - "Command": "Get-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44075,19 +44077,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/assignmentFilters", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" }, { - "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44106,20 +44108,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/assignmentFilters/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterPlatformSupportedProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44138,19 +44140,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty" }, { - "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44169,20 +44171,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/assignmentFilters/getState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44201,20 +44203,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails" }, { - "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAssignmentFilterSupportedProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44233,20 +44235,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty" }, { - "Command": "Get-MgBetaDeviceManagementAuditEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44265,19 +44267,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "Command": "Get-MgBetaDeviceManagementAuditEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44296,20 +44298,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/auditEvents", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEventAuditActivityType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44328,19 +44330,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEventAuditCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44359,19 +44361,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/auditEvents/getAuditCategories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementAuditEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAuditEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -44390,20 +44392,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/auditEvents/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44422,19 +44424,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" }, { - "Command": "Get-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44453,19 +44455,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/autopilotEvents", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" }, { - "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44484,20 +44486,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/autopilotEvents/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44516,19 +44518,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" }, { - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44547,20 +44549,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" }, { - "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementAutopilotEventPolicyStatusDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -44579,20 +44581,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44611,19 +44613,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCartToClassAssociation" }, { - "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCartToClassAssociation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44642,19 +44644,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/cartToClassAssociations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCartToClassAssociation" }, { - "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCartToClassAssociationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44673,20 +44675,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/cartToClassAssociations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44705,19 +44707,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" }, { - "Command": "Get-MgBetaDeviceManagementCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44736,19 +44738,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/categories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" }, { - "Command": "Get-MgBetaDeviceManagementCategoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44767,20 +44769,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44799,19 +44801,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44830,20 +44832,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCategorySettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44862,22 +44864,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphKeyLongValuePair", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44896,22 +44898,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphKeyLongValuePair" }, { - "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44930,20 +44932,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -44978,19 +44980,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45025,196 +45027,196 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcRemoteActionResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcReviewStatus" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCompliancePolicyStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceConfigurationStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45249,64 +45251,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceDetectedAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceFileVaultKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45341,254 +45343,254 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceHealthScriptStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceNonCompliantSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphComanagedDevicesSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45623,93 +45625,93 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/getComanagedDevicesSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphComanagedDevicesSummary" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsProtectionState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45744,19 +45746,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphComanagementEligibleDevice" }, { - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45791,19 +45793,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/comanagementEligibleDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphComanagementEligibleDevice" }, { - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45838,19 +45840,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/comanagementEligibleDevices/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComanagementEligibleDeviceSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -45885,20 +45887,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary" }, { - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45933,19 +45935,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -45980,19 +45982,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/complianceManagementPartners", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceManagementPartnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46027,20 +46029,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/complianceManagementPartners/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46059,19 +46061,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46090,20 +46092,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46122,19 +46124,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46153,20 +46155,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46185,19 +46187,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46216,20 +46218,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46248,19 +46250,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46279,20 +46281,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46311,20 +46313,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46343,19 +46345,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46374,20 +46376,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46406,20 +46408,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46438,19 +46440,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46469,20 +46471,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46501,64 +46503,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementCompliancePolicySettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementComplianceSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46577,19 +46579,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementComplianceSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46608,19 +46610,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/complianceSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementComplianceSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46639,19 +46641,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/complianceSettings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConditionalAccessSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -46686,20 +46688,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" }, { - "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigManagerCollectionPolicySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46734,20 +46736,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConfigManagerPolicySummary" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46766,19 +46768,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46797,20 +46799,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46829,19 +46831,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46860,20 +46862,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46892,19 +46894,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46923,50 +46925,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveEnrollmentTimeDeviceMembershipTarget", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -46985,19 +46987,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47016,20 +47018,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47048,20 +47050,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47080,19 +47082,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47111,20 +47113,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicySettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47143,20 +47145,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47175,19 +47177,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47206,19 +47208,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47237,20 +47239,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47269,19 +47271,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47300,20 +47302,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47332,20 +47334,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47364,19 +47366,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47395,20 +47397,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47427,20 +47429,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47459,19 +47461,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47490,19 +47492,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementConfigurationSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -47521,59 +47523,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationSettings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDataSharingConsent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDataSharingConsent", - "Permissions": [ - { - "Name": "DeviceManagementServiceConfig.ReadWrite.All", - "Description": "Read and write Microsoft Intune configuration", - "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDataSharingConsent", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphDataSharingConsent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47600,19 +47563,58 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/dataSharingConsents", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataSharingConsent" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDataSharingConsent", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementServiceConfig.ReadWrite.All", + "Description": "Read and write Microsoft Intune configuration", + "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/dataSharingConsents", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDataSharingConsent" }, { - "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDataSharingConsentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -47639,20 +47641,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/dataSharingConsents/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47671,19 +47673,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDepOnboardingSetting" }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47702,19 +47704,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDepOnboardingSetting" }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47733,20 +47735,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47765,20 +47767,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile" }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47797,20 +47799,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile" }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47829,20 +47831,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47861,19 +47863,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEnrollmentProfile" }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47892,20 +47894,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEnrollmentProfile" }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47924,20 +47926,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingExpiringVppTokenCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47956,20 +47958,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -47988,19 +47990,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48019,20 +48021,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" }, { - "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -48051,157 +48053,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDerivedCredential", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDerivedCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" }, { - "Command": "Get-MgBetaDeviceManagementDerivedCredential", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDerivedCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/derivedCredentials", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" }, { - "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDerivedCredentialCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/derivedCredentials/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDetectedApp", - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaDeviceManagementDetectedApp", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphDetectedApp", - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/detectedApps", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceManagementDetectedAppCount", - "Variants": [ - "Get" - ], - "OutputType": null, + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48236,20 +48144,114 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/detectedApps/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/detectedApps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDetectedApp" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedAppCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/detectedApps/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48268,19 +48270,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48299,20 +48301,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDetectedAppManagedDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -48331,20 +48333,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48379,19 +48381,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48426,19 +48428,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCategories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48473,20 +48475,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCategories/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48505,19 +48507,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48536,20 +48538,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48568,19 +48570,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48599,20 +48601,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48631,19 +48633,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48662,19 +48664,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48693,20 +48695,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48725,19 +48727,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48756,20 +48758,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48788,19 +48790,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48819,20 +48821,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48851,19 +48853,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48882,20 +48884,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48914,20 +48916,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48946,20 +48948,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -48978,20 +48980,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49010,19 +49012,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49041,20 +49043,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49073,20 +49075,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49105,19 +49107,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49136,20 +49138,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49168,20 +49170,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49200,19 +49202,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49231,19 +49233,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49262,20 +49264,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49294,19 +49296,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49325,20 +49327,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49357,20 +49359,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49389,19 +49391,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49420,20 +49422,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49452,20 +49454,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49484,20 +49486,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49516,19 +49518,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49547,19 +49549,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAllManagedDeviceCertificateStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49578,20 +49580,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49610,19 +49612,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49641,20 +49643,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49673,20 +49675,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49705,19 +49707,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49736,19 +49738,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationConflictSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationConflictSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49767,19 +49769,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationConflictSummary/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49798,20 +49800,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49830,19 +49832,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49861,20 +49863,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49893,19 +49895,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49924,20 +49926,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49956,19 +49958,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -49987,20 +49989,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50019,20 +50021,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50051,20 +50053,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50083,19 +50085,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50114,20 +50116,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50146,20 +50148,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50178,19 +50180,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50209,20 +50211,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50241,19 +50243,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50272,20 +50274,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50304,63 +50306,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50379,19 +50381,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestrictedAppsViolation" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50410,19 +50412,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestrictedAppsViolation" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50441,34 +50443,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationTargetedUserAndDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50487,20 +50489,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50519,19 +50521,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50550,20 +50552,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50582,20 +50584,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50614,20 +50616,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" }, { - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50662,19 +50664,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50709,20 +50711,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50757,19 +50759,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50804,20 +50806,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50852,19 +50854,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceEnrollmentConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -50899,20 +50901,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50947,19 +50949,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScript" }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -50994,20 +50996,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScript" }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51026,19 +51028,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51073,20 +51075,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51121,19 +51123,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51168,20 +51170,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51200,19 +51202,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51247,20 +51249,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51295,20 +51297,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51343,20 +51345,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51383,20 +51385,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51431,19 +51433,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory" }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRemediationSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51478,20 +51480,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51526,20 +51528,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceShellScript", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51574,19 +51576,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceShellScript" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceShellScript", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51621,20 +51623,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceShellScript" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51669,19 +51671,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51716,20 +51718,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51764,19 +51766,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51811,20 +51813,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51859,67 +51861,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -51954,35 +51908,83 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52017,19 +52019,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52064,20 +52066,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptGroupAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52112,20 +52114,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptRunSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52160,20 +52162,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52208,19 +52210,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52255,20 +52257,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52303,49 +52305,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52364,19 +52366,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" }, { - "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDomainJoinConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52395,19 +52397,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/domainJoinConnectors", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" }, { - "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementDomainJoinConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52426,21 +52428,21 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/domainJoinConnectors/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementEffectivePermission", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEffectivePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -52459,35 +52461,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/getEffectivePermissions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementElevationRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementElevationRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/getAllElevationRequests", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" }, { - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52506,19 +52508,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" }, { - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52537,20 +52539,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" }, { - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52569,19 +52571,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" }, { - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52600,20 +52602,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" }, { - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52632,19 +52634,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52663,20 +52665,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52695,19 +52697,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52726,20 +52728,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -52758,20 +52760,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52806,19 +52808,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" }, { - "Command": "Get-MgBetaDeviceManagementExchangeConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52853,19 +52855,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeConnectors", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" }, { - "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52900,21 +52902,21 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeConnectors/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -52949,64 +52951,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" }, { - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeOnPremisesPolicies", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" }, { - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" }, { - "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementExchangeOnPremisePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53025,19 +53027,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53056,63 +53058,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53131,94 +53133,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyCategoryParent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53237,19 +53239,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53268,20 +53270,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53300,19 +53302,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53331,20 +53333,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53363,19 +53365,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53394,20 +53396,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53426,19 +53428,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53457,20 +53459,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53489,20 +53491,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53521,20 +53523,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53553,19 +53555,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53584,20 +53586,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53616,19 +53618,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53647,34 +53649,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53693,22 +53695,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -53727,567 +53729,567 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitionFiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionFileDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPresentationDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54306,19 +54308,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54337,19 +54339,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54368,20 +54370,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54400,19 +54402,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54431,20 +54433,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMappingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54463,20 +54465,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54495,19 +54497,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54526,20 +54528,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54558,20 +54560,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54590,19 +54592,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54621,19 +54623,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyObjectFiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyObjectFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54652,20 +54654,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyObjectFiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54684,19 +54686,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54715,19 +54717,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -54746,108 +54748,108 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/definitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyOperation" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupPolicyOperation" }, { - "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54866,19 +54868,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphImportedDeviceIdentity" }, { - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54897,19 +54899,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedDeviceIdentities", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphImportedDeviceIdentity" }, { - "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedDeviceIdentityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54928,20 +54930,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedDeviceIdentities/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54960,19 +54962,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -54991,19 +54993,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -55022,20 +55024,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementIntent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55054,19 +55056,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntent" }, { - "Command": "Get-MgBetaDeviceManagementIntent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55085,20 +55087,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntent" }, { - "Command": "Get-MgBetaDeviceManagementIntentAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55117,19 +55119,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" }, { - "Command": "Get-MgBetaDeviceManagementIntentAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55148,20 +55150,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" }, { - "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55180,20 +55182,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementIntentCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55212,19 +55214,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" }, { - "Command": "Get-MgBetaDeviceManagementIntentCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55243,20 +55245,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" }, { - "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55275,20 +55277,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55307,19 +55309,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55338,20 +55340,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55370,20 +55372,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55402,19 +55404,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55433,20 +55435,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCategorySettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55465,19 +55467,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementIntentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55496,20 +55498,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentCustomizedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55528,20 +55530,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting" }, { - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55560,19 +55562,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" }, { - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55591,20 +55593,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" }, { - "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceSettingStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55623,20 +55625,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55655,19 +55657,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55686,20 +55688,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55718,20 +55720,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentDeviceStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55750,20 +55752,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary" }, { - "Command": "Get-MgBetaDeviceManagementIntentSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55782,19 +55784,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Get-MgBetaDeviceManagementIntentSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55813,20 +55815,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Get-MgBetaDeviceManagementIntentSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55845,20 +55847,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementIntentUserState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentUserState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55877,19 +55879,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" }, { - "Command": "Get-MgBetaDeviceManagementIntentUserState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentUserState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55908,20 +55910,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" }, { - "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentUserStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55940,20 +55942,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntentUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -55972,20 +55974,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary" }, { - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56004,19 +56006,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIntuneBrandingProfile" }, { - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56035,20 +56037,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/intuneBrandingProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIntuneBrandingProfile" }, { - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56067,19 +56069,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" }, { - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56098,20 +56100,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" }, { - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56130,19 +56132,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIntuneBrandingProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -56161,20 +56163,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/intuneBrandingProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56193,19 +56195,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" }, { - "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIoUpdateStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56224,19 +56226,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/iosUpdateStatuses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" }, { - "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementIoUpdateStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56255,20 +56257,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/iosUpdateStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56287,19 +56289,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" }, { - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56318,20 +56320,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" }, { - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56350,19 +56352,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" }, { - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56381,20 +56383,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" }, { - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56413,20 +56415,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56445,19 +56447,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" }, { - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56476,20 +56478,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" }, { - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56508,19 +56510,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56539,20 +56541,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56587,19 +56589,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgBetaDeviceManagementManagedDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56634,137 +56636,137 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceCleanupRules", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCleanupRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceCleanupRules/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcRemoteActionResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -56783,107 +56785,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcReviewStatus" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCompliancePolicyStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceConfigurationStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -56918,64 +56920,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceDetectedAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -56994,19 +56996,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57025,19 +57027,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceEncryptionStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceEncryptionStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57056,20 +57058,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceEncryptionStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceFileVaultKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57104,166 +57106,166 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceHealthScriptStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceLogCollectionRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceNonCompliantSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphManagedDeviceOverview", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -57298,239 +57300,239 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceOverview" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowOSImageManagedDeviceWindowsOSImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}/getAllManagedDeviceWindowsOSImages", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceWindowsOSImages", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsOSImageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceWindowsOSImages/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsProtectionState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57549,19 +57551,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57580,19 +57582,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelConfigurations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57611,20 +57613,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57643,19 +57645,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57674,19 +57676,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelHealthThresholdCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57705,20 +57707,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57737,19 +57739,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57768,19 +57770,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57799,20 +57801,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57831,19 +57833,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57862,19 +57864,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57893,20 +57895,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57925,20 +57927,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57957,19 +57959,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -57988,20 +57990,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58020,22 +58022,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphKeyLongValuePair", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58054,22 +58056,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphKeyLongValuePair" }, { - "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58088,20 +58090,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint" }, { - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58120,19 +58122,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58151,20 +58153,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58199,19 +58201,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58246,20 +58248,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58294,19 +58296,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileAppTroubleshootingEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -58325,20 +58327,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58373,19 +58375,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58420,19 +58422,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMobileThreatDefenseConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58467,34 +58469,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMonitoring", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoring", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementMonitoring" }, { - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58513,19 +58515,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" }, { - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58544,19 +58546,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring/alertRecords", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-list?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" }, { - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58575,19 +58577,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring/alertRecords/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRecordPortalNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58606,20 +58608,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification" }, { - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58638,19 +58640,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" }, { - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58669,19 +58671,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring/alertRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-list?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" }, { - "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementMonitoringAlertRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -58700,20 +58702,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring/alertRules/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementNdeConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNdesConnector", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNdeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58732,19 +58734,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNdesConnector" }, { - "Command": "Get-MgBetaDeviceManagementNdeConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNdesConnector", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNdeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58763,19 +58765,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/ndesConnectors", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNdesConnector" }, { - "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNdeConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -58794,20 +58796,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/ndesConnectors/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58826,19 +58828,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" }, { - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58857,19 +58859,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" }, { - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58888,20 +58890,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58920,19 +58922,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58951,20 +58953,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -58983,19 +58985,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation", "Variants": [ "Retrieve" ], - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyApprovableOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59030,19 +59032,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/operationApprovalPolicies/retrieveApprovableOperations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet" }, { - "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval", "Variants": [ "Retrieve" ], - "OutputType": "IMicrosoftGraphOperationApprovalPolicySet", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementOperationApprovalPolicyOperationRequiringApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59077,19 +59079,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/operationApprovalPolicies/retrieveOperationsRequiringApproval", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOperationApprovalPolicySet" }, { - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest", "Variants": [ "Retrieve" ], - "OutputType": "IMicrosoftGraphOperationApprovalRequest", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59124,20 +59126,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequests", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOperationApprovalRequest" }, { - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "OutputType": "IMicrosoftGraphOperationApprovalRequest", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestMyRequestById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59172,35 +59174,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/operationApprovalRequests/retrieveMyRequestById(id='{id}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOperationApprovalRequest" }, { - "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus", "Variants": [ "Retrieve", "RetrieveExpanded" ], - "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementOperationApprovalRequestStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/operationApprovalRequests/retrieveRequestStatus", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOperationApprovalRequestEntityStatus" }, { - "Command": "Get-MgBetaDeviceManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59235,19 +59237,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementPartner" }, { - "Command": "Get-MgBetaDeviceManagementPartner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59282,19 +59284,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceManagementPartners", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementPartner" }, { - "Command": "Get-MgBetaDeviceManagementPartnerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementPartnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59329,20 +59331,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceManagementPartners/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59377,19 +59379,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRemoteActionAudit" }, { - "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59424,19 +59426,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/remoteActionAudits", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRemoteActionAudit" }, { - "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteActionAuditCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59471,20 +59473,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/remoteActionAudits/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59519,19 +59521,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59566,19 +59568,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/remoteAssistancePartners", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRemoteAssistancePartnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -59613,19 +59615,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/remoteAssistancePartners/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReport", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59692,95 +59694,95 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/deviceManagement/reports", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementReports" }, { - "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportActiveMalwareReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getActiveMalwareReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportActiveMalwareSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportAppInstallSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportAppStatusOverviewReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportAssignedApplicationReport", "Variants": [ "Retrieve", "RetrieveExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportAssignedApplicationReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/retrieveAssignedApplicationsReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportCachedReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCachedReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59831,20 +59833,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getCachedReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59895,19 +59897,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration" }, { - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -59958,19 +59960,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/deviceManagement/reports/cachedReportConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration" }, { - "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportCachedReportConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60021,50 +60023,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/deviceManagement/reports/cachedReportConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyDeviceSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60115,20 +60117,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60179,50 +60181,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportCompliancePolicyReportForDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingDetailReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60273,144 +60275,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportComplianceSettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getComplianceSettingsReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigManagerDevicePolicyStatusReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyDeviceSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceReport", "ApiVersion": "beta", - "Method": "POST" - }, - { - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "OutputType": null, + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60461,65 +60399,129 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", "ApiVersion": "beta", - "Method": "POST" + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicyReportForDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingDetailReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60570,80 +60572,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportConfigurationSettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceConfigurationPolicyStatusSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceInstallStatusReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60694,20 +60696,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceManagementIntentSettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60758,20 +60760,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60822,20 +60824,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDevicePolicyComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60886,20 +60888,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDevicePolicySettingComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -60950,20 +60952,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliacePolicyReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61014,20 +61016,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61078,20 +61080,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61142,20 +61144,84 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportDeviceStatusBySettingReport", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61206,84 +61272,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" - }, - { - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61334,20 +61336,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportDeviceWithoutCompliancePolicyReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61398,50 +61400,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportEncryptionReportForDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportEnrollmentConfigurationPolicyByDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportExportJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportExportJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61492,19 +61494,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementExportJob" }, { - "Command": "Get-MgBetaDeviceManagementReportExportJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportExportJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61555,19 +61557,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/deviceManagement/reports/exportJobs", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementExportJob" }, { - "Command": "Get-MgBetaDeviceManagementReportExportJobCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReportExportJobCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61618,50 +61620,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/deviceManagement/reports/exportJobs/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportFailedMobileAppSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportFilter", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportFilter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61712,20 +61714,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getReportFilters", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportGroupPolicySettingDeviceSettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61744,20 +61746,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportHistoricalReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61808,35 +61810,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getHistoricalReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportMalwareSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getMalwareSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppConfigurationReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61871,20 +61873,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61919,20 +61921,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportNoncompliantDeviceAndSettingReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -61983,20 +61985,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceMetadata", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62047,20 +62049,84 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62111,129 +62177,65 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" - }, - { - "Command": "Get-MgBetaDeviceManagementReportPolicyNonComplianceSummaryReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportQuietTimePolicyUserSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportRelatedAppStatusReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportRemoteAssistanceSessionReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62268,20 +62270,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportSettingNonComplianceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62332,185 +62334,185 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportUnhealthyDefenderAgentReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportUnhealthyFirewallSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportUserInstallStatusReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getUserInstallStatusReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport", "Variants": [ "Retrieve", "RetrieveExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWin32CatalogAppUpdateReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/retrieveWin32CatalogAppsUpdateReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertPerPolicyPerDeviceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertsPerPolicyPerDeviceReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsDriverUpdateAlertSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getWindowsDriverUpdateAlertSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertPerPolicyPerDeviceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsQualityUpdateAlertSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertPerPolicyPerDeviceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportWindowsUpdateAlertSummaryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementReportZebraFotaDeploymentReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62529,20 +62531,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62561,19 +62563,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" }, { - "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62592,20 +62594,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/resourceAccessProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" }, { - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62624,19 +62626,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" }, { - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62655,20 +62657,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" }, { - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62687,19 +62689,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceAccessProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -62718,20 +62720,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/resourceAccessProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementResourceOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62766,19 +62768,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceOperation" }, { - "Command": "Get-MgBetaDeviceManagementResourceOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62813,19 +62815,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/resourceOperations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceOperation" }, { - "Command": "Get-MgBetaDeviceManagementResourceOperationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -62860,20 +62862,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/resourceOperations/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementResourceOperationScopeForUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62908,35 +62910,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReusablePolicySettingReferencingConfigurationPolicyLatestUpgradeDefaultBaselinePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/retrieveLatestUpgradeDefaultBaselinePolicy", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" }, { - "Command": "Get-MgBetaDeviceManagementReusableSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReusableSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62955,19 +62957,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementReusableSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReusableSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -62986,19 +62988,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/reusableSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementReusableSettingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementReusableSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63017,20 +63019,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/reusableSettings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63065,19 +63067,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" }, { - "Command": "Get-MgBetaDeviceManagementRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63112,19 +63114,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" }, { - "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63159,79 +63161,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleAssignmentRoleScopeTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63266,19 +63268,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "Command": "Get-MgBetaDeviceManagementRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63313,19 +63315,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63360,20 +63362,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63408,19 +63410,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleAssignment" }, { - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63455,20 +63457,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleAssignment" }, { - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63503,20 +63505,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -63551,20 +63553,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "Command": "Get-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63599,19 +63601,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "Command": "Get-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63646,93 +63648,93 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleScopeTags", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" }, { - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" }, { - "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagByResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63767,20 +63769,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleScopeTags/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementRoleScopeTagRoleScopeTagById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63815,49 +63817,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "Command": "Get-MgBetaDeviceManagementScript", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScript" }, { - "Command": "Get-MgBetaDeviceManagementScript", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScript" }, { - "Command": "Get-MgBetaDeviceManagementScriptAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63892,19 +63894,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" }, { - "Command": "Get-MgBetaDeviceManagementScriptAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63939,20 +63941,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" }, { - "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -63987,34 +63989,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementScriptCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64049,19 +64051,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64096,20 +64098,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64144,20 +64146,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptDeviceRunStateManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64192,20 +64194,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64240,19 +64242,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" }, { - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64287,20 +64289,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" }, { - "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptGroupAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64335,20 +64337,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptRunSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64383,20 +64385,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary" }, { - "Command": "Get-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64431,19 +64433,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" }, { - "Command": "Get-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64478,20 +64480,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" }, { - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64526,20 +64528,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64574,19 +64576,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64621,20 +64623,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "Get-MgBetaDeviceManagementSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64653,19 +64655,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementSettingDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64684,19 +64686,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64715,19 +64717,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/settingDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSoftwareUpdateStatusSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64746,20 +64748,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/softwareUpdateStatusSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary" }, { - "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementSuggestedEnrollmentLimit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64778,20 +64780,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64810,19 +64812,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" }, { - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64841,19 +64843,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/telecomExpenseManagementPartners", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" }, { - "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTelecomExpenseManagementPartnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -64872,20 +64874,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64904,19 +64906,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "Command": "Get-MgBetaDeviceManagementTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64935,20 +64937,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "Command": "Get-MgBetaDeviceManagementTemplateCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64967,19 +64969,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" }, { - "Command": "Get-MgBetaDeviceManagementTemplateCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -64998,20 +65000,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" }, { - "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65030,20 +65032,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65062,19 +65064,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65093,20 +65095,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategoryRecommendedSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65125,20 +65127,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65157,19 +65159,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65188,20 +65190,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCategorySettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65220,19 +65222,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65251,20 +65253,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65283,19 +65285,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65314,152 +65316,152 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65478,64 +65480,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateMigratableToSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTemplateSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65554,19 +65556,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Get-MgBetaDeviceManagementTemplateSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65585,20 +65587,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTemplateSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65617,19 +65619,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTenantAttachRbacState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -65664,20 +65666,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/tenantAttachRBAC/getState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65696,19 +65698,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "Command": "Get-MgBetaDeviceManagementTermAndCondition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65727,20 +65729,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65759,19 +65761,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" }, { - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65790,20 +65792,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" }, { - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65822,20 +65824,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65854,20 +65856,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65886,19 +65888,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" }, { - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65917,20 +65919,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" }, { - "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65949,19 +65951,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -65980,20 +65982,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66012,19 +66014,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" }, { - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66043,20 +66045,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" }, { - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66075,20 +66077,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -66107,20 +66109,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66139,19 +66141,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66170,19 +66172,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/troubleshootingEvents", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementTroubleshootingEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66201,20 +66203,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/troubleshootingEvents/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66249,19 +66251,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66296,62 +66298,62 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverviewCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66386,20 +66388,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66434,19 +66436,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66481,19 +66483,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66528,67 +66530,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66623,25 +66578,24 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": true @@ -66655,35 +66609,36 @@ "IsLeastPrivilege": false }, { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false }, { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66718,19 +66673,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", "Variants": [ - "Get" + "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -66765,74 +66720,26 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, { "Name": "DeviceManagementConfiguration.Read.All", "Description": "Read Microsoft Intune device configuration and policies", "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", "IsLeastPrivilege": true }, { @@ -66843,51 +66750,12 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", - "Variants": [ - "Get" - ], - "OutputType": null, - "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", "Description": "Read Microsoft Intune devices", "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", "IsLeastPrivilege": false }, { @@ -66897,30 +66765,22 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -66955,19 +66815,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67002,19 +66862,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67049,20 +66909,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67097,19 +66957,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67144,19 +67004,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67191,19 +67051,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67238,20 +67099,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67286,19 +67146,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ - "List" + "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67333,19 +67193,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67380,20 +67240,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67428,19 +67288,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67475,19 +67335,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67522,20 +67382,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67570,19 +67430,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67617,19 +67477,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67664,20 +67524,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67712,19 +67572,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67759,19 +67619,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67806,19 +67666,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67853,63 +67714,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", - "Variants": [ - "Get" - ], - "OutputType": null, - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67944,19 +67761,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ - "List" + "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -67991,20 +67808,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68039,20 +67855,63 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68087,20 +67946,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68135,19 +67993,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", "Variants": [ - "Get" + "Get", + "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68182,20 +68041,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68230,20 +68089,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68278,20 +68137,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68326,20 +68184,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -68374,27 +68232,75 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, { "Name": "DeviceManagementConfiguration.Read.All", "Description": "Read Microsoft Intune device configuration and policies", "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": true }, { @@ -68405,12 +68311,52 @@ "PermissionType": "Application", "IsLeastPrivilege": false }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", "Description": "Read Microsoft Intune devices", "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", "IsAdmin": false, "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", "IsLeastPrivilege": false }, { @@ -68420,21 +68366,30 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68469,19 +68424,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", "Variants": [ - "Get" + "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68516,19 +68471,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68563,20 +68518,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68611,19 +68565,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68658,19 +68613,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", "Variants": [ - "Get" + "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68705,20 +68660,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68753,19 +68707,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68800,19 +68755,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", "Variants": [ - "Get" + "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68847,20 +68802,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68895,19 +68849,67 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/$count", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" + }, + { "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68942,19 +68944,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -68989,20 +68991,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69037,19 +69039,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69084,19 +69086,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69131,20 +69133,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69179,19 +69181,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69226,19 +69228,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69273,19 +69275,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69320,20 +69322,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69368,186 +69370,92 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", - "Variants": [ - "Get" - ], - "OutputType": null, + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69582,20 +69490,114 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistoryCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69630,19 +69632,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69677,19 +69679,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69724,21 +69726,21 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69773,19 +69775,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69820,19 +69822,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScopeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -69867,20 +69869,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69915,19 +69917,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -69962,19 +69964,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceScoreCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70009,20 +70011,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70057,19 +70059,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70104,19 +70106,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70151,20 +70153,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70199,19 +70201,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70246,19 +70248,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70293,67 +70295,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", - "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70388,19 +70343,66 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", - "ApiReferenceLink": null, "Module": "Beta.DeviceManagement", - "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70435,63 +70437,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70526,19 +70528,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70573,19 +70575,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70620,20 +70622,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70668,19 +70670,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70715,19 +70717,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcessCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -70762,20 +70764,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70810,19 +70812,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70857,19 +70859,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70904,20 +70906,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70952,19 +70954,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -70999,19 +71001,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticModelScoreCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71046,20 +71048,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71094,19 +71096,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71141,19 +71143,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71188,19 +71190,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71235,20 +71237,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71283,19 +71285,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71330,19 +71332,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71377,20 +71379,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71425,19 +71427,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71472,19 +71474,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -71519,20 +71521,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71567,19 +71569,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71614,19 +71616,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71661,19 +71663,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71708,20 +71710,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71756,19 +71758,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71803,19 +71805,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71850,20 +71852,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71898,19 +71900,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71945,20 +71947,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -71993,20 +71995,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72041,19 +72043,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72088,19 +72090,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" }, { - "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -72135,20 +72137,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72167,19 +72169,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserPfxCertificate" }, { - "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserPfxCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72198,19 +72200,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/userPfxCertificates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserPfxCertificate" }, { - "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementUserPfxCertificateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -72229,34 +72231,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/userPfxCertificates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEndpoint" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72275,19 +72277,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcAuditEvent" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72306,19 +72308,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/auditEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcAuditEvent" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72337,19 +72339,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointAuditEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72368,63 +72370,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcbulkaction-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcBulkAction" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/bulkActions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-bulkactions?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcBulkAction" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointBulkActionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/bulkActions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72443,19 +72445,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPc" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72474,20 +72476,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPc" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcConnectivityHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72506,19 +72508,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72537,50 +72539,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcFrontlineCloudPcAccessState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcLaunchInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcProvisionedCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72599,50 +72601,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPc" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcRemoteActionResult", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcRemoteActionResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveCloudPCRemoteActionResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retrieveReviewStatus", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcReviewStatus" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72661,19 +72663,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72692,20 +72694,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpccrosscloudgovernmentorganizationmapping-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72724,19 +72726,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72755,19 +72757,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/deviceImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72786,19 +72788,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointDeviceImageSourceImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72817,19 +72819,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointEffectivePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72848,20 +72850,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-geteffectivepermissions?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72880,19 +72882,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72911,19 +72913,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-externalpartnersettings?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointExternalPartnerSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -72942,63 +72944,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcfrontlineserviceplan-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-frontlineserviceplans?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73017,19 +73019,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73048,19 +73050,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointGalleryImageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73079,20 +73081,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73111,19 +73113,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73142,19 +73144,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73173,19 +73175,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -73204,20 +73206,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73236,19 +73238,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73267,151 +73269,151 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73430,109 +73432,109 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCloudPcReports", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/reports", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcReports" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportActionStatusReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/reports/getActionStatusReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getactionstatusreports?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcPerformanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcPerformanceReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCloudPcRecommendationReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/reports/getCloudPcRecommendationReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getcloudpcrecommendationreports?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportConnectionQualityReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/reports/getConnectionQualityReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getconnectionqualityreports?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport", "Variants": [ "Retrieve", "RetrieveExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportCrossRegionDisasterRecoveryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/reports/retrieveCrossRegionDisasterRecoveryReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-retrievecrossregiondisasterrecoveryreport?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73551,138 +73553,138 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getdailyaggregatedremoteconnectionreports?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexportjob-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcExportJob" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcExportJob" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportExportJobCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportFrontlineReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/reports/getFrontlineReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getfrontlinereport?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportInaccessibleCloudPcReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/reports/getInaccessibleCloudPcReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getinaccessiblecloudpcreports?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRawRemoteConnectionReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/reports/getRawRemoteConnectionReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrawremoteconnectionreports?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionlatency?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getrealtimeremoteconnectionstatus?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73701,20 +73703,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getremoteconnectionhistoricalreports?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73733,20 +73735,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-getshareduselicenseusagereport?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73765,48 +73767,48 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-gettotalaggregatedremoteconnectionreports?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission", "Variants": [ "Retrieve" ], - "OutputType": "IMicrosoftGraphCloudPcScopedPermission", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointScopedPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/retrieveScopedPermissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-retrievescopedpermissions?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcScopedPermission" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcServicePlan" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73825,19 +73827,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/servicePlans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-serviceplans?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcServicePlan" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointServicePlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73856,20 +73858,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/servicePlans/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73888,19 +73890,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcSnapshot" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73919,19 +73921,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/snapshots", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-snapshots?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcSnapshot" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73950,20 +73952,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/snapshots/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotStorageAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -73982,19 +73984,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getstorageaccounts?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCloudPcSubscription", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSnapshotSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74013,34 +74015,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcsnapshot-getsubscriptions?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcSubscription" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74059,19 +74061,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-supportedregions?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointSupportedRegionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74090,34 +74092,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting", "Variants": [ "Retrieve" ], - "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointTenantEncryptionSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/retrieveTenantEncryptionSetting", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcTenantEncryptionSetting" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74136,19 +74138,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcUserSetting" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74167,63 +74169,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcUserSetting" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementVirtualEndpointUserSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -74242,20 +74244,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74274,19 +74276,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74305,137 +74307,137 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74454,20 +74456,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74486,19 +74488,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74517,19 +74519,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74548,20 +74550,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74580,20 +74582,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityIntendedDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74612,19 +74614,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" }, { - "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsAutopilotSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -74643,20 +74645,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings" }, { - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74675,19 +74677,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" }, { - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74706,20 +74708,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" }, { - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74738,19 +74740,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" }, { - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74769,20 +74771,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" }, { - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74801,19 +74803,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsFeatureUpdateProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -74832,20 +74834,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74864,19 +74866,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" }, { - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74895,19 +74897,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" }, { - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74926,20 +74928,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74958,19 +74960,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" }, { - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -74989,19 +74991,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" }, { - "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -75020,20 +75022,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75068,19 +75070,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75115,19 +75117,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75162,20 +75164,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75210,19 +75212,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" }, { - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75257,20 +75259,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" }, { - "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -75305,20 +75307,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75337,19 +75339,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" }, { - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75368,20 +75370,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsQualityUpdateProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" }, { - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75400,19 +75402,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" }, { - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75431,20 +75433,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" }, { - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75463,19 +75465,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceManagementWindowsQualityUpdateProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -75494,22 +75496,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -75592,22 +75594,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDeviceMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -75706,217 +75708,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", - "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", - "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaDeviceMemberOf", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphDirectoryObject", - "Permissions": [ - { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Device.ReadWrite.All", - "Description": "Read and write devices", - "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/devices/{device-id}/memberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/administrativeUnit", - "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphGroup", - "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceMemberOfAsGroup", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphGroup", "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/group", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceMemberOfCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Device.ReadWrite.All", - "Description": "Read and write devices", - "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/devices/{device-id}/memberOf/$count", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "OutputType": null, - "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", - "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOf", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [], - "Uri": "/devices/{device-id}/memberOf/group/$count", - "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDeviceRegisteredOwner", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphDirectoryObject", "Permissions": [ { "Name": "Device.Read.All", @@ -75951,106 +75770,289 @@ "IsLeastPrivilege": false } ], - "Uri": "/devices/{device-id}/registeredOwners", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/devices/{device-id}/memberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", - "ApiReferenceLink": null, "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfAsGroup", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/devices/{device-id}/registeredOwners/endpoint", - "ApiReferenceLink": null, "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfCount", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "Device.Read.All", + "Description": "Read all devices", + "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Device.ReadWrite.All", + "Description": "Read and write devices", + "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaDeviceMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/memberOf/group/$count", "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwner", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Device.Read.All", + "Description": "Read all devices", + "FullDescription": "Allows the app to read your organization's devices' configuration information without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Device.ReadWrite.All", + "Description": "Read and write devices", + "FullDescription": "Allows the app to read and write all device properties without a signed in user. Does not allow device creation, device deletion or update of device alternative security identifiers.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsEndpoint", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEndpoint" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76085,20 +76087,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceRegisteredOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76133,64 +76135,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredOwnerCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceRegisteredUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76225,106 +76227,106 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/endpoint", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaDeviceRegisteredUserAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDeviceRegisteredUserAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDeviceRegisteredUserByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76359,20 +76361,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceRegisteredUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76407,79 +76409,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserCountAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceRegisteredUserCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDeviceTransitiveMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76514,78 +76516,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76620,64 +76622,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceUsageRights", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET", + "Command": "Get-MgBetaDeviceUsageRights", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUsageRight" }, { - "Command": "Get-MgBetaDeviceUsageRights", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET", + "Command": "Get-MgBetaDeviceUsageRights", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76712,20 +76714,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/usageRights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-usagerights?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUsageRight" }, { - "Command": "Get-MgBetaDeviceUsageRightsCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDeviceUsageRightsCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -76760,49 +76762,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/usageRights/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDeviceUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaDeviceUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectory", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDirectory", + "Method": "GET", + "Command": "Get-MgBetaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectory" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76837,19 +76839,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76884,19 +76886,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76931,19 +76933,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -76978,63 +76980,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delta?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77069,34 +77071,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77131,34 +77133,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77193,34 +77195,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77255,34 +77257,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77317,34 +77319,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77379,34 +77381,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77441,19 +77443,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77488,20 +77490,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77536,20 +77538,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77584,20 +77586,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77632,20 +77634,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77680,20 +77682,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77728,20 +77730,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77776,20 +77778,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitMemberCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -77824,20 +77826,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77872,19 +77874,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77919,20 +77921,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAdministrativeUnitScopedRoleMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -77967,20 +77969,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryAttributeSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAttributeSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -77999,19 +78001,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttributeSet" }, { - "Command": "Get-MgBetaDirectoryAttributeSet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "GET", + "Command": "Get-MgBetaDirectoryAttributeSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78030,19 +78032,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/attributeSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttributeSet" }, { - "Command": "Get-MgBetaDirectoryAttributeSetCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryAttributeSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78061,34 +78063,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/attributeSets/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryCertificateAuthority", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCertificateAuthorityPath" }, { - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78107,19 +78109,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" }, { - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78138,19 +78140,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthoritypath-list-certificatebasedapplicationconfigurations?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" }, { - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78169,20 +78171,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78201,19 +78203,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" }, { - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78232,20 +78234,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-list-trustedcertificateauthorities?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" }, { - "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthorityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -78264,20 +78266,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78296,19 +78298,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" }, { - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78327,20 +78329,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" }, { - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78359,19 +78361,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAllowedValue" }, { - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78390,20 +78392,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAllowedValue" }, { - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78422,19 +78424,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryCustomSecurityAttributeDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -78453,500 +78455,500 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryDeletedItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Get-MgBetaDirectoryDeletedAdministrativeUnit", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsApplication", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/application", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Get-MgBetaDirectoryDeletedApplication", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsDevice", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/device", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Get-MgBetaDirectoryDeletedDevice", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsGroup", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Get-MgBetaDirectoryDeletedGroup", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Get-MgBetaDirectoryDeletedServicePrincipal", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaDirectoryDeletedItemAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsUser", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedUser", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Get-MgBetaDirectoryDeletedUser", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDirectoryDeletedItemAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemAsUser", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaDirectoryDeletedUser", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Get-MgBetaDirectoryDeletedUser", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDirectoryDeletedItemById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaDirectoryDeletedItemById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/application/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/device/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeletedItemCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDirectoryDeletedItemMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDirectoryDeletedItemMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryDeviceLocalCredential", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeviceLocalCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" }, { - "Command": "Get-MgBetaDirectoryDeviceLocalCredential", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeviceLocalCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deviceLocalCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" }, { - "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryDeviceLocalCredentialCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deviceLocalCredentials/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryExternalUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalUserProfile", + "Method": "GET", + "Command": "Get-MgBetaDirectoryExternalUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalUserProfile" }, { - "Command": "Get-MgBetaDirectoryExternalUserProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalUserProfile", + "Method": "GET", + "Command": "Get-MgBetaDirectoryExternalUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/externalUserProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-externaluserprofiles?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalUserProfile" }, { - "Command": "Get-MgBetaDirectoryExternalUserProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryExternalUserProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/externalUserProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/featureRolloutPolicies", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryFeatureRolloutPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/featureRolloutPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryFederationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -78965,19 +78967,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgBetaDirectoryFederationConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -78996,19 +78998,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgBetaDirectoryFederationConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryFederationConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -79027,63 +79029,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryImpactedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "GET", + "Command": "Get-MgBetaDirectoryImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Get-MgBetaDirectoryImpactedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "GET", + "Command": "Get-MgBetaDirectoryImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/impactedResources", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Get-MgBetaDirectoryImpactedResourceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryImpactedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/impactedResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Method": "GET", + "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79118,19 +79120,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInboundSharedUserProfile" }, { - "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Method": "GET", + "Command": "Get-MgBetaDirectoryInboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -79149,19 +79151,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/inboundSharedUserProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-inboundshareduserprofiles?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInboundSharedUserProfile" }, { - "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryInboundSharedUserProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read.All", @@ -79180,94 +79182,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/inboundSharedUserProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDirectoryObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-beta", - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryObject", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDirectoryObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects", "ApiReferenceLink": null, - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryObjectById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryObjectCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryObjectCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects/$count", "ApiReferenceLink": null, - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryObjectDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDirectoryObjectDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryObjectMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -79350,22 +79352,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryObjectMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -79464,49 +79466,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaDirectoryObjectUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "GET", + "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" }, { - "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "GET", + "Command": "Get-MgBetaDirectoryOnPremiseSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -79525,19 +79527,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/onPremisesSynchronization", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" }, { - "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryOnPremiseSynchronizationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -79556,20 +79558,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/onPremisesSynchronization/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79604,19 +79606,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" }, { - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79651,19 +79653,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-outboundshareduserprofiles?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" }, { - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79698,34 +79700,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTenantReference", + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79760,20 +79762,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outboundshareduserprofile-list-tenants?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTenantReference" }, { - "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryOutboundSharedUserProfileTenantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.Read", @@ -79808,63 +79810,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Method": "GET", + "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPendingExternalUserProfile" }, { - "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Method": "GET", + "Command": "Get-MgBetaDirectoryPendingExternalUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/pendingExternalUserProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-pendingexternaluserprofile?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPendingExternalUserProfile" }, { - "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryPendingExternalUserProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/pendingExternalUserProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRecommendation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRecommendation", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79883,19 +79885,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRecommendation" }, { - "Command": "Get-MgBetaDirectoryRecommendation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRecommendation", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79914,19 +79916,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-recommendation?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRecommendation" }, { - "Command": "Get-MgBetaDirectoryRecommendationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79945,20 +79947,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -79977,19 +79979,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80008,20 +80010,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-list-impactedresources?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRecommendationImpactedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DirectoryRecommendations.Read.All", @@ -80040,20 +80042,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80088,19 +80090,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgBetaDirectoryRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80135,35 +80137,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgBetaDirectoryRoleById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleByRoleTemplateId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80198,19 +80200,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgBetaDirectoryRoleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80245,19 +80247,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80292,19 +80294,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgBetaDirectoryRoleMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80339,193 +80341,193 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/application", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/device", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaDirectoryRoleMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDirectoryRoleMemberAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/user", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDirectoryRoleMemberByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80560,20 +80562,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80608,158 +80610,158 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleMemberCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleScopedMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleScopedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgBetaDirectoryRoleScopedMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleScopedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80794,68 +80796,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, - "Permissions": [ - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read all directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write all directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", - "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleScopedMemberCount", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaDirectoryRoleTemplate", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80890,19 +80844,67 @@ "IsLeastPrivilege": false } ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta", "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaDirectoryRoleTemplate", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read all directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write all directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, without a signed-in user. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Identity.DirectoryManagement", + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" + }, + { "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80937,34 +80939,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" }, { - "Command": "Get-MgBetaDirectoryRoleTemplateById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleTemplateById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryRoleTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -80999,19 +81001,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleTemplateDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDirectoryRoleTemplateDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -81046,84 +81048,84 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleTemplateMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleTemplateMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleTemplateUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaDirectoryRoleUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectorySetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "GET", + "Command": "Get-MgBetaDirectorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81158,19 +81160,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/settings/{directorySetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "Command": "Get-MgBetaDirectorySetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "GET", + "Command": "Get-MgBetaDirectorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81205,20 +81207,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "Command": "Get-MgBetaDirectorySettingTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Method": "GET", + "Command": "Get-MgBetaDirectorySettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81237,19 +81239,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectorySettingTemplate" }, { - "Command": "Get-MgBetaDirectorySettingTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Method": "GET", + "Command": "Get-MgBetaDirectorySettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81268,34 +81270,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysettingtemplate-list?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectorySettingTemplate" }, { - "Command": "Get-MgBetaDirectorySettingTemplateById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaDirectorySettingTemplateById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectorySettingTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectorySettingTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81314,19 +81316,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectorySettingTemplateDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDirectorySettingTemplateDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -81345,185 +81347,185 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDirectorySettingTemplateMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaDirectorySettingTemplateMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaDirectorySettingTemplateUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDirectorySharedEmailDomain", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Method": "GET", + "Command": "Get-MgBetaDirectorySharedEmailDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedEmailDomain" }, { - "Command": "Get-MgBetaDirectorySharedEmailDomain", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Method": "GET", + "Command": "Get-MgBetaDirectorySharedEmailDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/sharedEmailDomains", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedEmailDomain" }, { - "Command": "Get-MgBetaDirectorySharedEmailDomainCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectorySharedEmailDomainCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/sharedEmailDomains/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDirectorySubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", + "Command": "Get-MgBetaDirectorySubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "Get-MgBetaDirectorySubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", + "Command": "Get-MgBetaDirectorySubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/subscriptions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", + "Command": "Get-MgBetaDirectorySubscriptionByCommerceSubscriptionId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", + "Command": "Get-MgBetaDirectorySubscriptionByOcpSubscriptionId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "Get-MgBetaDirectorySubscriptionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDirectorySubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDomain", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDomain", + "Method": "GET", + "Command": "Get-MgBetaDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81550,19 +81552,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomain" }, { - "Command": "Get-MgBetaDomain", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDomain", + "Method": "GET", + "Command": "Get-MgBetaDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81589,19 +81591,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomain" }, { - "Command": "Get-MgBetaDomainCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDomainCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81628,20 +81630,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDomainFederationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "GET", + "Command": "Get-MgBetaDomainFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81660,63 +81662,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInternalDomainFederation" }, { - "Command": "Get-MgBetaDomainFederationConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "GET", + "Command": "Get-MgBetaDomainFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/federationConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInternalDomainFederation" }, { - "Command": "Get-MgBetaDomainFederationConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDomainFederationConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/federationConfiguration/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDomainNameReference", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDomainNameReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDomainNameReference", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaDomainNameReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81735,20 +81737,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/domainNameReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaDomainNameReferenceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDomainNameReferenceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81767,20 +81769,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/domainNameReferences/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDomainRootDomain", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDomain", + "Method": "GET", + "Command": "Get-MgBetaDomainRootDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81807,34 +81809,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/rootDomain", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-rootdomain?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomain" }, { - "Command": "Get-MgBetaDomainServiceConfigurationRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", + "Command": "Get-MgBetaDomainServiceConfigurationRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "Get-MgBetaDomainServiceConfigurationRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", + "Command": "Get-MgBetaDomainServiceConfigurationRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81853,20 +81855,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDomainServiceConfigurationRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81885,78 +81887,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Method": "GET", + "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" }, { - "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Method": "GET", + "Command": "Get-MgBetaDomainSharedEmailDomainInvitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" }, { - "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDomainSharedEmailDomainInvitationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDomainVerificationDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", + "Command": "Get-MgBetaDomainVerificationDnsRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "Get-MgBetaDomainVerificationDnsRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", + "Command": "Get-MgBetaDomainVerificationDnsRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -81975,20 +81977,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verificationDnsRecords", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "Get-MgBetaDomainVerificationDnsRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDomainVerificationDnsRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -82007,20 +82009,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82071,33 +82073,33 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaDriveActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaDriveActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82148,286 +82150,286 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveBundle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveBundle", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveBundle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/bundles", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveBundleContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveBundleContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveBundleContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveBundleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/bundles/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaDriveContentTypeBase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaDriveContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaDriveContentTypeBaseType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaDriveContentTypeBaseType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaDriveContentTypeBaseType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveContentTypeBaseTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDriveCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDriveCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveFollowing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveFollowing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/following/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveFollowing", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveFollowing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/following", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveFollowingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveFollowingContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveFollowingContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveFollowingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/following/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82494,33 +82496,33 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaDriveItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82571,35 +82573,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaDriveItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82650,78 +82652,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticItemActivityStatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticLastSevenDay", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82772,20 +82774,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveItemAnalyticTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82836,34 +82838,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveItemChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveItemChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveItemChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -82914,50 +82916,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemChildContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -83008,20 +83010,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -83072,20 +83074,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -83136,576 +83138,576 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDriveItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveItemDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDriveItemItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDriveItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaDriveItemListItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaDriveItemListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaDriveItemListItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaDriveItemListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaDriveItemListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -83756,19 +83758,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaDriveItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -83819,20 +83821,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -83883,93 +83885,93 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", + "Command": "Get-MgBetaDriveItemRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Get-MgBetaDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaDriveItemSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemSubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgBetaDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgBetaDriveItemThumbnail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgBetaDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -84020,20 +84022,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgBetaDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemThumbnailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -84084,20 +84086,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -84148,19 +84150,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgBetaDriveItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -84211,20 +84213,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgBetaDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -84275,20 +84277,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -84339,1284 +84341,1284 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDriveLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgBetaDriveList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgBetaDriveListActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaDriveListActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaDriveListColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaDriveListColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaDriveListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaDriveListContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaDriveListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaDriveListContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaDriveListContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnLinkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaDriveListContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnPositionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListContentTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDriveListCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDriveListCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaDriveListDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/drive", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaDriveListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaDriveListItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaDriveListItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaDriveListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaDriveListItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListItemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaDriveListItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaDriveListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaDriveListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaDriveListOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaDriveListPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaDriveListPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaDriveListSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveListSubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRoot", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveRootActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaDriveRootActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaDriveRootActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveRootActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticItemActivityStatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticLastSevenDay", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveRootAnalyticTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/analytics/allTime", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveRootChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveRootChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveRootChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveRootChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/children", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootChildContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDriveRootCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveRootDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -85667,758 +85669,758 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDriveRootLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaDriveRootListItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaDriveRootListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaDriveRootListItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaDriveRootListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaDriveRootListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaDriveRootPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", + "Command": "Get-MgBetaDriveRootRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Get-MgBetaDriveRootSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaDriveRootSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootSubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgBetaDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgBetaDriveRootThumbnail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgBetaDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgBetaDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootThumbnailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/thumbnails/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgBetaDriveRootVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgBetaDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgBetaDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveRootVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveSpecial", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveSpecial", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/special/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveSpecial", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaDriveSpecial", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/special", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveSpecialContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveSpecialContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveSpecialContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaDriveSpecialCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/special/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClass", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgBetaEducationClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86445,19 +86447,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgBetaEducationClass", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgBetaEducationClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -86484,20 +86486,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-classes?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgBetaEducationClassAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86564,19 +86566,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgBetaEducationClassAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86643,20 +86645,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgBetaEducationClassAssignmentCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86723,20 +86725,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgBetaEducationClassAssignmentCategory", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86803,19 +86805,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategoryByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86882,22 +86884,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -86964,22 +86966,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCategoryDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87046,20 +87048,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgBetaEducationClassAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87126,20 +87128,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentDefault", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87206,20 +87208,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" }, { - "Command": "Get-MgBetaEducationClassAssignmentDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87286,50 +87288,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentGradingCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "Get-MgBetaEducationClassAssignmentGradingScheme", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingScheme", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingScheme" }, { - "Command": "Get-MgBetaEducationClassAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87396,19 +87398,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgBetaEducationClassAssignmentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87475,20 +87477,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgBetaEducationClassAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87555,34 +87557,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87641,20 +87643,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentResourceDependentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87713,20 +87715,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87793,20 +87795,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentRubricByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87873,20 +87875,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -87953,79 +87955,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentSettings" }, { - "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSettingDefaultGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/defaultGradingScheme", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingScheme" }, { - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88060,49 +88062,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingScheme" }, { - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingScheme" }, { - "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSettingGradingSchemeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88169,19 +88171,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88248,20 +88250,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88328,34 +88330,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.Read", @@ -88390,20 +88392,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionOutcomeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.Read", @@ -88438,20 +88440,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88518,19 +88520,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88597,20 +88599,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88677,34 +88679,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88763,20 +88765,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionResourceDependentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88835,20 +88837,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88915,19 +88917,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -88994,20 +88996,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89074,34 +89076,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89168,20 +89170,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -89248,19 +89250,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89287,19 +89289,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgBetaEducationClassDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89350,20 +89352,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgBetaEducationClassGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaEducationClassGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89414,48 +89416,48 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get-group?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaEducationClassGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgBetaEducationClassMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89490,19 +89492,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgBetaEducationClassMemberByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89537,20 +89539,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89585,20 +89587,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassModule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "GET", + "Command": "Get-MgBetaEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89633,19 +89635,115 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-beta", - "Module": "Beta.Education", + "OutputType": "IMicrosoftGraphEducationModule" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationClassModule", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "EduCurricula.Read", + "Description": "Read your class modules and resources", + "FullDescription": "Allows the app to read modules and resources on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduCurricula.Read.All", + "Description": "Read all class modules and resources", + "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduCurricula.ReadWrite", + "Description": "Read and write your class modules and resources", + "FullDescription": "Allows the app to read and write modules and resources on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduCurricula.ReadWrite.All", + "Description": "Read and write all class modules and resources", + "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/modules", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationModule" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationClassModuleCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "EduCurricula.Read", + "Description": "Read your class modules and resources", + "FullDescription": "Allows the app to read modules and resources on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduCurricula.Read.All", + "Description": "Read all class modules and resources", + "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduCurricula.ReadWrite", + "Description": "Read and write your class modules and resources", + "FullDescription": "Allows the app to read and write modules and resources on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduCurricula.ReadWrite.All", + "Description": "Read and write all class modules and resources", + "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Education", + "Uri": "/education/classes/{educationClass-id}/modules/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassModule", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "GET", + "Command": "Get-MgBetaEducationClassModuleResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89680,115 +89778,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/classes/{educationClass-id}/modules", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-beta", "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaEducationClassModuleCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "EduCurricula.Read", - "Description": "Read your class modules and resources", - "FullDescription": "Allows the app to read modules and resources on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduCurricula.Read.All", - "Description": "Read all class modules and resources", - "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduCurricula.ReadWrite", - "Description": "Read and write your class modules and resources", - "FullDescription": "Allows the app to read and write modules and resources on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduCurricula.ReadWrite.All", - "Description": "Read and write all class modules and resources", - "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/education/classes/{educationClass-id}/modules/$count", - "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaEducationClassModuleResource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphEducationModuleResource", - "Permissions": [ - { - "Name": "EduCurricula.Read", - "Description": "Read your class modules and resources", - "FullDescription": "Allows the app to read modules and resources on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduCurricula.Read.All", - "Description": "Read all class modules and resources", - "FullDescription": "Allows the app to read all modules and resources, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduCurricula.ReadWrite", - "Description": "Read and write your class modules and resources", - "FullDescription": "Allows the app to read and write modules and resources on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduCurricula.ReadWrite.All", - "Description": "Read and write all class modules and resources", - "FullDescription": "Allows the app to read and write all modules and resources, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "Command": "Get-MgBetaEducationClassModuleResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "GET", + "Command": "Get-MgBetaEducationClassModuleResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89823,20 +89825,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "Command": "Get-MgBetaEducationClassModuleResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassModuleResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -89871,34 +89873,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassSchool", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgBetaEducationClassSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgBetaEducationClassSchool", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgBetaEducationClassSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89925,20 +89927,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgBetaEducationClassSchoolCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassSchoolCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -89965,19 +89967,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/schools/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassTeacher", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgBetaEducationClassTeacher", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90004,19 +90006,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/teachers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgBetaEducationClassTeacherByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassTeacherByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90043,20 +90045,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationClassTeacherCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationClassTeacherCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90083,19 +90085,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/teachers/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMe", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgBetaEducationMe", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90122,34 +90124,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgBetaEducationMeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgBetaEducationMeAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90216,77 +90218,77 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgBetaEducationMeAssignmentCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCategoryByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCategoryDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgBetaEducationMeAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90353,460 +90355,460 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeAssignmentDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentGradingCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "Get-MgBetaEducationMeAssignmentGradingScheme", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/gradingScheme", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingScheme" }, { - "Command": "Get-MgBetaEducationMeAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgBetaEducationMeAssignmentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgBetaEducationMeAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentResourceDependentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentRubricByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionOutcomeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionResourceDependentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeClass", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgBetaEducationMeClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/classes/{educationClass-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgBetaEducationMeClass", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgBetaEducationMeClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90833,19 +90835,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/classes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgBetaEducationMeClassCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeClassCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -90872,20 +90874,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/classes/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeRubric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgBetaEducationMeRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90920,19 +90922,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgBetaEducationMeRubric", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgBetaEducationMeRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -90967,19 +90969,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/rubrics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgBetaEducationMeRubricCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeRubricCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -91014,34 +91016,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/rubrics/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeSchool", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgBetaEducationMeSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/schools/{educationSchool-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgBetaEducationMeSchool", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgBetaEducationMeSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91068,19 +91070,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgBetaEducationMeSchoolCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeSchoolCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91107,34 +91109,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/schools/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeTaughtClass", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgBetaEducationMeTaughtClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/taughtClasses/{educationClass-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgBetaEducationMeTaughtClass", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgBetaEducationMeTaughtClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91161,19 +91163,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/taughtClasses", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgBetaEducationMeTaughtClassCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeTaughtClassCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91200,19 +91202,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/taughtClasses/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationMeUser", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaEducationMeUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91271,76 +91273,76 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/user", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaEducationMeUserMailboxSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaEducationMeUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/user/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaEducationMeUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaEducationMeUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/user/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationMeUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/user/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationRoot", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphEducationRoot", + "Method": "GET", + "Command": "Get-MgBetaEducationRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRoot" }, { - "Command": "Get-MgBetaEducationSchool", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgBetaEducationSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91367,19 +91369,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgBetaEducationSchool", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgBetaEducationSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91406,20 +91408,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-schools?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91470,19 +91472,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get-administrativeunit?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaEducationSchoolClass", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91509,19 +91511,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}/classes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgBetaEducationSchoolClassByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolClassByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91548,20 +91550,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationSchoolClassCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolClassCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91588,19 +91590,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}/classes/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationSchoolCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91627,19 +91629,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/schools/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationSchoolDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -91698,19 +91700,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/schools/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgBetaEducationSchoolUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91729,19 +91731,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgBetaEducationSchoolUserByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91760,20 +91762,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}/users/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationSchoolUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationSchoolUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -91792,67 +91794,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}/users/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationSynchronizationProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "Permissions": [ - { - "Name": "EduAdministration.Read", - "Description": "View your education app settings", - "FullDescription": "Allows the app to view the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAdministration.Read.All", - "Description": "Read Education app settings", - "FullDescription": "Read the state and settings of all Microsoft education apps.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduAdministration.ReadWrite", - "Description": "Manage your education app settings", - "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAdministration.ReadWrite.All", - "Description": "Manage education app settings", - "FullDescription": "Manage the state and settings of all Microsoft education apps.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaEducationSynchronizationProfile", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -91887,19 +91842,66 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/synchronizationProfiles", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-list?view=graph-rest-beta", "Module": "Beta.Education", - "CommandAlias": null, + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfile", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "EduAdministration.Read", + "Description": "View your education app settings", + "FullDescription": "Allows the app to view the state and settings of all Microsoft education apps on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAdministration.Read.All", + "Description": "Read Education app settings", + "FullDescription": "Read the state and settings of all Microsoft education apps.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduAdministration.ReadWrite", + "Description": "Manage your education app settings", + "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAdministration.ReadWrite.All", + "Description": "Manage education app settings", + "FullDescription": "Manage the state and settings of all Microsoft education apps.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Education", + "Uri": "/education/synchronizationProfiles", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" }, { - "Command": "Get-MgBetaEducationSynchronizationProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -91934,34 +91936,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationSynchronizationProfileError", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSynchronizationError" }, { - "Command": "Get-MgBetaEducationSynchronizationProfileError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -91996,20 +91998,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationerrors-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSynchronizationError" }, { - "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -92044,20 +92046,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationSynchronizationProfileStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Method": "GET", + "Command": "Get-MgBetaEducationSynchronizationProfileStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.Read", @@ -92092,22 +92094,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofilestatus-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus" }, { - "Command": "Get-MgBetaEducationUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgBetaEducationUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92134,19 +92136,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgBetaEducationUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgBetaEducationUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -92165,34 +92167,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-list-users?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgBetaEducationUserAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgBetaEducationUserAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92259,78 +92261,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgBetaEducationUserAssignmentCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCategoryByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCategoryDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgBetaEducationUserAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -92397,461 +92399,461 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserAssignmentDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentGradingCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "Get-MgBetaEducationUserAssignmentGradingScheme", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingScheme", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingScheme" }, { - "Command": "Get-MgBetaEducationUserAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgBetaEducationUserAssignmentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgBetaEducationUserAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentResourceDependentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentRubricByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionOutcomeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionResourceDependentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserClass", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgBetaEducationUserClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgBetaEducationUserClass", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgBetaEducationUserClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92878,20 +92880,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/classes", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgBetaEducationUserClassCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserClassCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -92918,19 +92920,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/classes/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -92949,19 +92951,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/users/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgBetaEducationUserDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93020,93 +93022,93 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/users/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgBetaEducationUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaEducationUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaEducationUserRubric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgBetaEducationUserRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgBetaEducationUserRubric", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgBetaEducationUserRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/rubrics", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgBetaEducationUserRubricCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserRubricCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/rubrics/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserSchool", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgBetaEducationUserSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgBetaEducationUserSchool", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgBetaEducationUserSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93133,20 +93135,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/schools", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgBetaEducationUserSchoolCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserSchoolCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93173,63 +93175,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/schools/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaEducationUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEducationUserTaughtClass", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgBetaEducationUserTaughtClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgBetaEducationUserTaughtClass", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgBetaEducationUserTaughtClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93256,20 +93258,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/taughtClasses", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgBetaEducationUserTaughtClassCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEducationUserTaughtClassCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -93296,20 +93298,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93328,19 +93330,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta", "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93359,20 +93361,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "Method": "POST", + "Command": "Get-MgBetaEntitlementManagementAccessPackageApplicablePolicyRequirement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93391,34 +93393,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93437,50 +93439,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignments?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", "Variants": [ "Access", "Access1", "AccessViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentAdditional", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStepCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93499,19 +93501,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93530,20 +93532,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93562,19 +93564,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93593,19 +93595,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentpolicies?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93624,78 +93626,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomExtensionHandler" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomExtensionHandler" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93714,19 +93716,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93745,19 +93747,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentrequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93776,20 +93778,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93808,19 +93810,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentresourcerole-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93839,19 +93841,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageassignmentresourceroles?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageAssignmentResourceRoleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93870,20 +93872,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageByUniqueName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93902,20 +93904,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackageresourcerolescopes?view=graph-rest-beta", "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93934,19 +93936,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93965,20 +93967,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackagecatalogs?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -93997,19 +93999,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94028,19 +94030,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94059,19 +94061,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresources?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94090,34 +94092,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackageresourceroles?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94136,19 +94138,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94167,20 +94169,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94199,19 +94201,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94230,19 +94232,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-customaccesspackageworkflowextensions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94261,19 +94263,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94292,19 +94294,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94323,19 +94325,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94354,19 +94356,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94385,34 +94387,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94431,63 +94433,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94506,19 +94508,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageresourceenvironment-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94537,34 +94539,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentAccessPackageResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}/accessPackageResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceEnvironmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94583,34 +94585,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94629,19 +94631,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackageresourcerequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" }, { - "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAccessPackageResourceRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94660,20 +94662,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94692,19 +94694,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94723,34 +94725,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestAccessPackageAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/accessPackageAssignment", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94769,35 +94771,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementAssignmentRequestRequestorConnectedOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/requestor/connectedOrganization", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94816,19 +94818,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94847,19 +94849,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94878,19 +94880,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94909,19 +94911,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94940,20 +94942,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-externalsponsors?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -94972,19 +94974,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95003,19 +95005,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95034,20 +95036,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-list-internalsponsors?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95066,19 +95068,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaEntitlementManagementSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -95097,165 +95099,165 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEntitlementManagementSettings" }, { - "Command": "Get-MgBetaEntitlementManagementSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageSubject" }, { - "Command": "Get-MgBetaEntitlementManagementSubject", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/subjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageSubject" }, { - "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSubjectByObjectId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageSubject" }, { - "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSubjectConnectedOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "Command": "Get-MgBetaEntitlementManagementSubjectCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaEntitlementManagementSubjectCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/subjects/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternal", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternal", + "Method": "GET", + "Command": "Get-MgBetaExternal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternal" }, { - "Command": "Get-MgBetaExternalAuthorizationSystem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET", + "Command": "Get-MgBetaExternalAuthorizationSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/authorizationSystems/{authorizationSystem-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthorizationSystem" }, { - "Command": "Get-MgBetaExternalAuthorizationSystem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET", + "Command": "Get-MgBetaExternalAuthorizationSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/authorizationSystems", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-list-authorizationsystems?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthorizationSystem" }, { - "Command": "Get-MgBetaExternalAuthorizationSystemCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalAuthorizationSystemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/authorizationSystems/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDataCollectionInfo", + "Method": "GET", + "Command": "Get-MgBetaExternalAuthorizationSystemDataCollectionInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDataCollectionInfo" }, { - "Command": "Get-MgBetaExternalConnection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "GET", + "Command": "Get-MgBetaExternalConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95282,19 +95284,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "Command": "Get-MgBetaExternalConnection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "GET", + "Command": "Get-MgBetaExternalConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95321,19 +95323,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "Command": "Get-MgBetaExternalConnectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95360,20 +95362,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalConnectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -95400,93 +95402,93 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" }, { - "Command": "Get-MgBetaExternalConnectionGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/groups", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" }, { - "Command": "Get-MgBetaExternalConnectionGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/groups/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalConnectionGroupMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroupMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "Command": "Get-MgBetaExternalConnectionGroupMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroupMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "Command": "Get-MgBetaExternalConnectionGroupMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionGroupMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalConnectionItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -95513,108 +95515,108 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" }, { - "Command": "Get-MgBetaExternalConnectionItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" }, { - "Command": "Get-MgBetaExternalConnectionItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" }, { - "Command": "Get-MgBetaExternalConnectionItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" }, { - "Command": "Get-MgBetaExternalConnectionItemActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemActivityPerformedBy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "Command": "Get-MgBetaExternalConnectionItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionItemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalConnectionOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95641,64 +95643,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "Command": "Get-MgBetaExternalConnectionOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "Command": "Get-MgBetaExternalConnectionOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalConnectionQuota", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionQuota", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/quota", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionquota-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota" }, { - "Command": "Get-MgBetaExternalConnectionSchema", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Method": "GET", + "Command": "Get-MgBetaExternalConnectionSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -95725,34 +95727,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/schema", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsSchema" }, { - "Command": "Get-MgBetaExternalIndustryData", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphIndustryDataRoot", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryData", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataRoot" }, { - "Command": "Get-MgBetaExternalIndustryDataConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95771,19 +95773,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataConnector" }, { - "Command": "Get-MgBetaExternalIndustryDataConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95802,19 +95804,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/dataConnectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-list?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataConnector" }, { - "Command": "Get-MgBetaExternalIndustryDataConnectorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95833,35 +95835,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/dataConnectors/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataConnectorSourceSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" }, { - "Command": "Get-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95880,19 +95882,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" }, { - "Command": "Get-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95911,19 +95913,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/inboundFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-list?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" }, { - "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-InboundFlow.Read.All", @@ -95942,20 +95944,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/inboundFlows/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlowDataConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-DataConnector.Read.All", @@ -95974,20 +95976,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataConnector" }, { - "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataInboundFlowYear", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96006,150 +96008,150 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" }, { - "Command": "Get-MgBetaExternalIndustryDataOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/operations/{longRunningOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "Get-MgBetaExternalIndustryDataOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-filevalidateoperation-list?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "Get-MgBetaExternalIndustryDataOperationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" }, { - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataroot-list-outboundprovisioningflowsets?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" }, { - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" }, { - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-outboundprovisioningflowset-list-provisioningflows?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" }, { - "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-ReferenceDefinition.Read.All", @@ -96168,19 +96170,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" }, { - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData.ReadBasic.All", @@ -96199,19 +96201,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/referenceDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-list?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" }, { - "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataReferenceDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData.ReadBasic.All", @@ -96230,168 +96232,168 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/referenceDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRoleGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/roleGroups/{roleGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" }, { - "Command": "Get-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRoleGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/roleGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-rolegroup-list?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" }, { - "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRoleGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/roleGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalIndustryDataRun", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataRun", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/runs/{industryDataRun-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataRun" }, { - "Command": "Get-MgBetaExternalIndustryDataRun", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIndustryDataRun", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/runs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-list?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataRun" }, { - "Command": "Get-MgBetaExternalIndustryDataRunActivity", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataRunActivity" }, { - "Command": "Get-MgBetaExternalIndustryDataRunActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIndustryDataRunActivity", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataRunActivity" }, { - "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalIndustryDataRunCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/runs/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalIndustryDataRunStatistics", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataRunStatistics", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydatarun-getstatistics?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataRunStatistics" }, { - "Command": "Get-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataSourceSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96410,19 +96412,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" }, { - "Command": "Get-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataSourceSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96441,19 +96443,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/sourceSystems", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-list?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" }, { - "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataSourceSystemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-SourceSystem.Read.All", @@ -96472,20 +96474,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/sourceSystems/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaExternalIndustryDataYear", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataYear", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96504,19 +96506,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" }, { - "Command": "Get-MgBetaExternalIndustryDataYear", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataYear", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96535,19 +96537,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/years", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-list?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" }, { - "Command": "Get-MgBetaExternalIndustryDataYearCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaExternalIndustryDataYearCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-TimePeriod.Read.All", @@ -96566,3908 +96568,3908 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/years/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancial", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphFinancials", + "Method": "GET", + "Command": "Get-MgBetaFinancial", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFinancials" }, { - "Command": "Get-MgBetaFinancialCompany", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCompany", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompany", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCompany" }, { - "Command": "Get-MgBetaFinancialCompany", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCompany", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompany", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCompany" }, { - "Command": "Get-MgBetaFinancialCompanyAccount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/accounts/{account-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccount" }, { - "Command": "Get-MgBetaFinancialCompanyAccount", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/accounts", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccount" }, { - "Command": "Get-MgBetaFinancialCompanyAccountCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAccountCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/accounts/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgedAccountsPayable" }, { - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayable", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/agedAccountsPayable", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgedAccountsPayable" }, { - "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountPayableCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/agedAccountsPayable/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgedAccountsReceivable" }, { - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivable", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgedAccountsReceivable" }, { - "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyAgedAccountReceivableCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCountryRegion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCountryRegion", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCountryRegion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCountryRegion" }, { - "Command": "Get-MgBetaFinancialCompanyCountryRegion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCountryRegion", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCountryRegion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/countriesRegions", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCountryRegion" }, { - "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCountryRegionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/countriesRegions/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanyCurrency", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/currencies", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanyCurrencyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCurrencyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/currencies/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Get-MgBetaFinancialCompanyCustomer", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPayment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomerPayment" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPayment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomerPayment" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomerPaymentJournal" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomerPaymentJournal" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccount" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomerPayment" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomerPayment" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Get-MgBetaFinancialCompanyDimension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDimension", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDimension" }, { - "Command": "Get-MgBetaFinancialCompanyDimension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDimension", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/dimensions", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDimension" }, { - "Command": "Get-MgBetaFinancialCompanyDimensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/dimensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyDimensionValue", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDimensionValue", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimensionValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/dimensionValues/{dimensionValue-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDimensionValue" }, { - "Command": "Get-MgBetaFinancialCompanyDimensionValue", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphDimensionValue", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimensionValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/dimensionValues", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDimensionValue" }, { - "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyDimensionValueCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyEmployee", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEmployee", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployee", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/{employee-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmployee" }, { - "Command": "Get-MgBetaFinancialCompanyEmployee", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEmployee", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployee", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmployee" }, { - "Command": "Get-MgBetaFinancialCompanyEmployeeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployeeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployeePicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployeePicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployeePictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyEmployeePictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGeneralLedgerEntry" }, { - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntry", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/generalLedgerEntries", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGeneralLedgerEntry" }, { - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccount" }, { - "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyGeneralLedgerEntryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/generalLedgerEntries/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyInformation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCompanyInformation", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCompanyInformation" }, { - "Command": "Get-MgBetaFinancialCompanyInformation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCompanyInformation", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/companyInformation", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCompanyInformation" }, { - "Command": "Get-MgBetaFinancialCompanyInformationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyInformationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/companyInformation/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyInformationPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyInformationPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/{item-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Get-MgBetaFinancialCompanyItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Get-MgBetaFinancialCompanyItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Get-MgBetaFinancialCompanyItemCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/itemCategories", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/itemCategories/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyItemPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyItemPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyItemPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyItemPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyItemPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyJournal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphJournal", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journals/{journal-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphJournal" }, { - "Command": "Get-MgBetaFinancialCompanyJournal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphJournal", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journals", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphJournal" }, { - "Command": "Get-MgBetaFinancialCompanyJournalAccount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournalAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccount" }, { - "Command": "Get-MgBetaFinancialCompanyJournalCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journals/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyJournalLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphJournalLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournalLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphJournalLine" }, { - "Command": "Get-MgBetaFinancialCompanyJournalLine", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphJournalLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournalLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journalLines", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphJournalLine" }, { - "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournalLineAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccount" }, { - "Command": "Get-MgBetaFinancialCompanyJournalLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyJournalLineCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journalLines/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Get-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/paymentMethods", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/paymentMethods/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/paymentTerms", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPaymentTermCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/paymentTerms/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPurchaseInvoice" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPurchaseInvoice" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccount" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVendor", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVendor" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesCreditMemo" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesCreditMemo" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesCreditMemoLine" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesCreditMemoLine" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccount" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoLineItemPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesCreditMemoLine" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesCreditMemoLine" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccount" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSalesInvoice", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesInvoice" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSalesInvoice", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesInvoice" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesInvoiceLine" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesInvoiceLine" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccount" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceLineItemPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoicePaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleInvoiceShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSalesOrder", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesOrder" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrder", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSalesOrder", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesOrder" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSalesOrderLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesOrderLine" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderLine", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSalesOrderLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesOrderLine" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccount" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderLineItemPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleOrderPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSalesQuote", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesQuote" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuote", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSalesQuote", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesQuote" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesQuoteLine" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSalesQuoteLine" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccount", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccount" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteLineItemPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuotePaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanySaleQuoteShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Get-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Get-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/shipmentMethods", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyShipmentMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/shipmentMethods/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyTaxArea", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTaxArea", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxArea", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTaxArea" }, { - "Command": "Get-MgBetaFinancialCompanyTaxArea", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTaxArea", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxArea", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/taxAreas", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTaxArea" }, { - "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxAreaCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/taxAreas/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyTaxGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTaxGroup", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTaxGroup" }, { - "Command": "Get-MgBetaFinancialCompanyTaxGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTaxGroup", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/taxGroups", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTaxGroup" }, { - "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyTaxGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/taxGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnitOfMeasure" }, { - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/unitsOfMeasure", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnitOfMeasure" }, { - "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyUnitOfMeasureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/unitsOfMeasure/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyVendor", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVendor", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVendor" }, { - "Command": "Get-MgBetaFinancialCompanyVendor", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVendor", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVendor" }, { - "Command": "Get-MgBetaFinancialCompanyVendorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyVendorCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Get-MgBetaFinancialCompanyVendorPicture", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyVendorPicture", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaFinancialCompanyVendorPictureCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/$count", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100510,19 +100512,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100565,19 +100567,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupAcceptedSender", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaGroupAcceptedSender", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -100596,19 +100598,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/acceptedSenders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupAcceptedSenderByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupAcceptedSenderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -100627,20 +100629,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/acceptedSenders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupAcceptedSenderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupAcceptedSenderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -100659,34 +100661,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/acceptedSenders/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaGroupAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgBetaGroupAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaGroupAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -100713,20 +100715,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/groups/{group-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgBetaGroupAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupAppRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -100753,35 +100755,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/groups/{group-id}/appRoleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaGroupById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupByUniqueName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -100824,35 +100826,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaGroupCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaGroupCalendarEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -100887,19 +100889,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupCalendarEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -100918,20 +100920,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar/events", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupCalendarEventDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarEventDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -100958,95 +100960,95 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/calendar/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupCalendarPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "Get-MgBetaGroupCalendarPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar/calendarPermissions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "Get-MgBetaGroupCalendarPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupCalendarSchedule", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", + "Command": "Get-MgBetaGroupCalendarSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/calendar/getSchedule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphScheduleInformation" }, { - "Command": "Get-MgBetaGroupCalendarView", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupCalendarView", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar/calendarView", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupConversation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversation", + "Method": "GET", + "Command": "Get-MgBetaGroupConversation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101081,19 +101083,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-conversation?view=graph-rest-beta", "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversation" }, { - "Command": "Get-MgBetaGroupConversation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversation", + "Method": "GET", + "Command": "Get-MgBetaGroupConversation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101128,20 +101130,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversation" }, { - "Command": "Get-MgBetaGroupConversationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupConversationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101176,20 +101178,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupConversationThread", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101224,19 +101226,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "Get-MgBetaGroupConversationThread", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101271,20 +101273,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "Get-MgBetaGroupConversationThreadCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101319,69 +101321,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupConversationThreadPost", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPost", - "Permissions": [ - { - "Name": "Group-Conversation.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group-Conversation.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", - "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPost", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101416,130 +101371,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", - "ApiReferenceLink": null, "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaGroupConversationThreadPostAttachment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphAttachment", - "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPost" }, { - "Command": "Get-MgBetaGroupConversationThreadPostAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", - "Permissions": [ - { - "Name": "Group-Conversation.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group-Conversation.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPost", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "Group-Conversation.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group-Conversation.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", - "ApiReferenceLink": null, - "Module": "Beta.Groups", "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaGroupConversationThreadPostCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -101574,239 +101418,397 @@ "IsLeastPrivilege": false } ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", - "ApiReferenceLink": null, "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPost" }, { - "Command": "Get-MgBetaGroupConversationThreadPostExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostAttachment", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Group-Conversation.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group-Conversation.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAttachment" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostAttachmentCount", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "Group-Conversation.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group-Conversation.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Group-Conversation.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group-Conversation.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", + "ApiReferenceLink": null, + "OutputType": null }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaGroupConversationThreadPostExtension", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "ApiReferenceLink": null, + "OutputType": null + }, + { "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostInReplyToMentionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupConversationThreadPostMention", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaGroupConversationThreadPostMention", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupConversationThreadPostMentionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101849,35 +101851,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupCreatedOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaGroupCreatedOnBehalfOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/createdOnBehalfOf", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaGroupDefaultDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -101928,19 +101930,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drive", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaGroupDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -101983,34 +101985,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaGroupDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaGroupDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaGroupDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -102061,167 +102063,167 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaGroupDriveActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaGroupDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveBundle", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundleContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveBundleContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundleContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveBundleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveContentTypeBase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupDriveContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveContentTypeBaseType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupDriveContentTypeBaseType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveContentTypeBaseType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveContentTypeBaseTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -102272,3182 +102274,3182 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveFollowing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveFollowing", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveFollowingContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowingContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveFollowingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaGroupDriveItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticItemActivityStatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticLastSevenDay", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemAnalyticTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveItemChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemChildContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaGroupDriveItemListItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupDriveItemListItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupDriveItemListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaGroupDriveItemListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupDriveItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Get-MgBetaGroupDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaGroupDriveItemSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemSubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgBetaGroupDriveItemThumbnail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgBetaGroupDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemThumbnailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgBetaGroupDriveItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgBetaGroupDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgBetaGroupDriveListActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaGroupDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupDriveListColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupDriveListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupDriveListContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnLinkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnPositionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListContentTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaGroupDriveListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaGroupDriveListItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaGroupDriveListItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupDriveListItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupDriveListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaGroupDriveListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaGroupDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaGroupDriveListOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaGroupDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupDriveListPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupDriveListPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaGroupDriveListSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaGroupDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveListSubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRoot", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveRootActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaGroupDriveRootActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticItemActivityStatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticLastSevenDay", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootAnalyticTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveRootChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveRootChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootChildContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaGroupDriveRootListItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupDriveRootListItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupDriveRootListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaGroupDriveRootListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupDriveRootPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Get-MgBetaGroupDriveRootSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaGroupDriveRootSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootSubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgBetaGroupDriveRootThumbnail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgBetaGroupDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootThumbnailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgBetaGroupDriveRootVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Permissions": [], + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgBetaGroupDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveRootVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveSpecial", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecial", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveSpecial", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecial", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecialContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveSpecialContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecialContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupDriveSpecialCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaGroupEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105466,19 +105468,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/endpoint-get?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaGroupEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaGroupEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105497,20 +105499,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/endpoints", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-endpoints?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaGroupEndpointCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEndpointCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105529,20 +105531,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/endpoints/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -105577,19 +105579,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105608,79 +105610,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupEventAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupEventAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupEventAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupEventAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupEventAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaGroupEventCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/calendar", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaGroupEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -105699,20 +105701,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupEventDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -105739,372 +105741,372 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrence", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrence", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaGroupEventExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaGroupEventExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupEventInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -106123,79 +106125,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupEventInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupEventInstanceAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaGroupEventInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -106214,257 +106216,257 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupEventInstanceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaGroupEventInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupEventInstanceExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaGroupExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaGroupExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupLifecyclePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", + "Command": "Get-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -106483,19 +106485,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "Command": "Get-MgBetaGroupLifecyclePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", + "Command": "Get-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -106514,19 +106516,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groupLifecyclePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", + "Command": "Get-MgBetaGroupLifecyclePolicyByGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -106545,19 +106547,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/groupLifecyclePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "Command": "Get-MgBetaGroupLifecyclePolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupLifecyclePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -106576,19 +106578,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groupLifecyclePolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaGroupMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106631,193 +106633,193 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaGroupMemberAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/application", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaGroupMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaGroupMemberAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/device", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaGroupMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupMemberAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/group", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaGroupMemberAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaGroupMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaGroupMemberAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/servicePrincipal", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaGroupMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupMemberAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/user", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupMemberByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106860,20 +106862,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -106916,112 +106918,112 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/application/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/device/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/orgContact/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaGroupMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -107104,22 +107106,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaGroupMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -107218,140 +107220,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", - "Permissions": [], - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", - "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaGroupMemberOf", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphDirectoryObject", - "Permissions": [ - { - "Name": "GroupMember.Read.All", - "Description": "Read all group memberships", - "FullDescription": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/groups/{group-id}/memberOf", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Permissions": [], - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", - "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Permissions": [], - "Uri": "/groups/{group-id}/memberOf/administrativeUnit", - "ApiReferenceLink": null, - "Module": "Beta.Groups", "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaGroupMemberOfAsGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphGroup", "Permissions": [], - "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", - "Permissions": [], - "Uri": "/groups/{group-id}/memberOf/group", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOf", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaGroupMemberOfCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -107386,358 +107282,464 @@ "IsLeastPrivilege": false } ], - "Uri": "/groups/{group-id}/memberOf/$count", - "ApiReferenceLink": null, "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfAsAdministrativeUnit", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", - "ApiReferenceLink": null, "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfAsGroup", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/group", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphGroup" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "GroupMember.Read.All", + "Description": "Read all group memberships", + "FullDescription": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfCountAsAdministrativeUnit", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberWithLicenseError", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupMemberWithLicenseErrorCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -107780,19 +107782,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupOnenoteNotebook", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -107835,20 +107837,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebookCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -107891,22 +107893,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/notebooks/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", + "Command": "Get-MgBetaGroupOnenoteNotebookFromWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -107949,19 +107951,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCopyNotebookModel" }, { - "Command": "Get-MgBetaGroupOnenoteNotebookSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108004,19 +108006,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108059,20 +108061,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108115,35 +108117,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Get-MgBetaGroupOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -108178,19 +108180,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupOnenotePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -108225,35 +108227,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOnenotePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -108288,20 +108290,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/pages/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOnenoteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteRecentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108344,35 +108346,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRecentNotebook" }, { - "Command": "Get-MgBetaGroupOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Get-MgBetaGroupOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteResourceContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -108407,35 +108409,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108478,19 +108480,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupOnenoteSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108533,20 +108535,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108589,20 +108591,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108645,20 +108647,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108701,22 +108703,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108759,19 +108761,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -108814,19 +108816,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupOnenoteSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -108861,19 +108863,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupOwner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaGroupOwner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -108916,249 +108918,193 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupOwnerAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaGroupOwnerAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/application", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaGroupOwnerAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaGroupOwnerAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/device", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaGroupOwnerAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupOwnerAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/group", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupOwnerAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaGroupOwnerAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaGroupOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupOwnerAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/user", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupOwnerByRef", "Variants": [ "List" ], - "OutputType": null, - "Permissions": [ - { - "Name": "GroupMember.Read.All", - "Description": "Read all group memberships", - "FullDescription": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "GroupMember.ReadWrite.All", - "Description": "Read and write all group memberships", - "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/groups/{group-id}/owners/$ref", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerByRef", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaGroupOwnerCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109201,110 +109147,166 @@ "IsLeastPrivilege": false } ], - "Uri": "/groups/{group-id}/owners/$count", - "ApiReferenceLink": null, "Module": "Beta.Groups", - "CommandAlias": null, + "Uri": "/groups/{group-id}/owners/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "GroupMember.Read.All", + "Description": "Read all group memberships", + "FullDescription": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "GroupMember.ReadWrite.All", + "Description": "Read and write all group memberships", + "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/owners/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaGroupOwnerCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/application/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOwnerCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/device/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOwnerCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/orgContact/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupOwnerCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Method": "POST", + "Command": "Get-MgBetaGroupPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -109331,34 +109333,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/getPasswordSingleSignOnCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-getpasswordsinglesignoncredentials?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" }, { - "Command": "Get-MgBetaGroupPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaGroupPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgBetaGroupPermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaGroupPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109393,20 +109395,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/permissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgBetaGroupPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupPermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -109441,22 +109443,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/permissionGrants/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupPhoto", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgBetaGroupPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -109483,19 +109485,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/photo", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgBetaGroupPhoto", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgBetaGroupPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -109522,22 +109524,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/photos", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgBetaGroupPhotoContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -109564,49 +109566,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupPlanner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/groups/{group-id}/planner", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerGroup" }, { - "Command": "Get-MgBetaGroupPlannerPlan", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaGroupPlannerPlan", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -109657,64 +109659,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/groups/{group-id}/planner/plans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaGroupPlannerPlanBucket", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanBucket", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanBucketDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanBucketTaskDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgBetaGroupPlannerPlanCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -109765,20 +109767,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/groups/{group-id}/planner/plans/$count", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupPlannerPlanDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -109797,63 +109799,63 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/planner/plans/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaGroupPlannerPlanDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlanDetails" }, { - "Command": "Get-MgBetaGroupPlannerPlanTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaGroupPlannerPlanTaskDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgBetaGroupRejectedSender", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaGroupRejectedSender", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -109872,19 +109874,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/rejectedSenders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupRejectedSenderByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupRejectedSenderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -109903,20 +109905,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/rejectedSenders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupRejectedSenderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupRejectedSenderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -109935,20 +109937,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/rejectedSenders/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "GET", + "Command": "Get-MgBetaGroupSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -109983,19 +109985,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "Command": "Get-MgBetaGroupSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "GET", + "Command": "Get-MgBetaGroupSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -110030,20 +110032,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "Command": "Get-MgBetaGroupSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -110078,8737 +110080,8737 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/settings/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaGroupSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaGroupSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaGroupSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaGroupSiteActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupSiteAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticItemActivityStatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticLastSevenDay", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupSiteAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteAnalyticTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteApplicableContentTypeForList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupSiteByPath", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteByPath", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaGroupSiteColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteContentModel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentModel", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentModel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentModel" }, { - "Command": "Get-MgBetaGroupSiteContentModel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentModel", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentModel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentModel" }, { - "Command": "Get-MgBetaGroupSiteContentModelAppliedDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentModelUsage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentModelAppliedDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/getAppliedDrives", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentModelUsage" }, { - "Command": "Get-MgBetaGroupSiteContentModelByName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentModel", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentModelByName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentModel" }, { - "Command": "Get-MgBetaGroupSiteContentModelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentModelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteContentModelGetByNameAppliedDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentModelUsage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentModelGetByNameAppliedDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentModelUsage" }, { - "Command": "Get-MgBetaGroupSiteContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupSiteContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupSiteContentTypeBase", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeBase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupSiteContentTypeBaseType", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeBaseType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupSiteContentTypeBaseType", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeBaseType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeBaseTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnLinkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnPositionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeCompatibleHubContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupSiteContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteContentTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteCount", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDefaultDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/drive", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaGroupSiteDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentProcessingJob" }, { - "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDocumentProcessingJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentProcessingJob" }, { - "Command": "Get-MgBetaGroupSiteDocumentProcessingJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDocumentProcessingJobCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaGroupSiteDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/drives", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaGroupSiteDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteDriveCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteExternalColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteExternalColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteExternalColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteExternalColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteExternalColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteExternalColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteGetByPath", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPath", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgBetaGroupSiteGetByPathAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathApplicableContentTypeForList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupSiteGetByPathColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteGetByPathContentModel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentModel", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathContentModel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentModel" }, { - "Command": "Get-MgBetaGroupSiteGetByPathContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupSiteGetByPathDocumentProcessingJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathDocumentProcessingJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentProcessingJob" }, { - "Command": "Get-MgBetaGroupSiteGetByPathDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaGroupSiteGetByPathDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathExternalColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "Command": "Get-MgBetaGroupSiteGetByPathItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseItem" }, { - "Command": "Get-MgBetaGroupSiteGetByPathOnenote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathOnenote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenote" }, { - "Command": "Get-MgBetaGroupSiteGetByPathOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaGroupSiteGetByPathPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Get-MgBetaGroupSiteGetByPathPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRecycleBin", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathRecycleBin", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRecycleBin" }, { - "Command": "Get-MgBetaGroupSiteGetByPathSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaGroupSiteGetByPathTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetByPathTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteGetGraphBPrePathLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSiteInformationProtection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBitlocker", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlocker", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBitlocker" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionBitlockerRecoveryKeyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtectionPolicy" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionPolicyLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSensitivityPolicySettings" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseItem" }, { - "Command": "Get-MgBetaGroupSiteItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseItem" }, { - "Command": "Get-MgBetaGroupSiteItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgBetaGroupSiteList", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgBetaGroupSiteListActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaGroupSiteListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteListColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupSiteListContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnLinkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnPositionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaGroupSiteListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListContentTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaGroupSiteListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaGroupSiteListItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaGroupSiteListItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaGroupSiteListItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaGroupSiteListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaGroupSiteListItemActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListItemActivityListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemActivityListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaGroupSiteListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupSiteListItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupSiteListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaGroupSiteListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaGroupSiteListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaGroupSiteListOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaGroupSiteListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupSiteListPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupSiteListPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaGroupSiteListSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaGroupSiteListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteListSubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenote" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionPageParentSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteNotebookSectionParentSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupSiteOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Get-MgBetaGroupSiteOnenoteOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupSiteOnenotePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupSiteOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePageParentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenotePageParentSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Get-MgBetaGroupSiteOnenoteResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteResourceContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupParentSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionPageParentSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionGroupSectionParentSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionPageParentSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionParentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOnenoteSectionParentSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaGroupSiteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaGroupSiteOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaGroupSiteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Get-MgBetaGroupSitePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSitePage" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSitePage" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCanvasLayout" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebPart" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVerticalSection" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebPart" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebPart" }, { - "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageAsSitePageWebPartCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageCountAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCountAsSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebPartPosition" }, { - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebPartPosition" }, { - "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgBetaGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebPartPosition" }, { - "Command": "Get-MgBetaGroupSitePermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupSitePermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaGroupSitePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaGroupSitePermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSitePermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteRecycleBin", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRecycleBin", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBin", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRecycleBin" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteRecycleBinItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRecycleBinItem", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRecycleBinItem" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRecycleBinItem", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRecycleBinItem" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteRecycleBinLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetChildSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermChildSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreGroupSetTermSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetChildSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetChildSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetParentGroupSetTermSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermChildSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaGroupSiteTermStoreSetTermSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaGroupSubSite", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaGroupSubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaGroupSubSite", "Variants": [ "List2" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaGroupSubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/sites", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaGroupSubSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupSubSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeam", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgBetaGroupTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Get-MgBetaGroupTeamChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaGroupTeamChannel", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaGroupTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelFileFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaGroupTeamChannelMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaGroupTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamChannelMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaGroupTeamChannelMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaGroupTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaGroupTeamChannelMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageReplyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelSharedWithTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaGroupTeamChannelTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaGroupTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelTabCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamChannelTabTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaGroupTeamGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/group", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamIncomingChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamIncomingChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaGroupTeamIncomingChannel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamIncomingChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/incomingChannels", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaGroupTeamIncomingChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamIncomingChannelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/incomingChannels/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgBetaGroupTeamInstalledApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/installedApps", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgBetaGroupTeamInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/installedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledAppTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamInstalledAppTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgBetaGroupTeamMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaGroupTeamMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaGroupTeamMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Get-MgBetaGroupTeamOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/operations", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Get-MgBetaGroupTeamOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamOwner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/owners/{user-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupTeamOwner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/owners", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupTeamOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/owners/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwnerMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamOwnerServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/owners/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgBetaGroupTeamPermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/permissionGrants", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgBetaGroupTeamPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/permissionGrants/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/photo", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgBetaGroupTeamPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelSharedWithTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTabCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamPrimaryChannelTabTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaGroupTeamSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSchedule", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchedule" }, { - "Command": "Get-MgBetaGroupTeamScheduleDayNote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDayNote", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleDayNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDayNote" }, { - "Command": "Get-MgBetaGroupTeamScheduleDayNote", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDayNote", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleDayNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/dayNotes", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDayNote" }, { - "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleDayNoteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/dayNotes/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOfferShiftRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Get-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/openShifts", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftChangeRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleOpenShiftCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSchedulingGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamScheduleShift", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Get-MgBetaGroupTeamScheduleShift", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/shifts", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Get-MgBetaGroupTeamScheduleShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShiftCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/shifts/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" }, { - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" }, { - "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleShiftRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleSwapShiftChangeRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "Get-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeCards", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeCardCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeCards/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Get-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timesOff", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffReasonCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamScheduleTimeOffRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "Get-MgBetaGroupTeamTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/tags", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "Get-MgBetaGroupTeamTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/tags/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "Get-MgBetaGroupTeamTagMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "Get-MgBetaGroupTeamTagMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTagMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/template", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTeamTemplateDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "GET", + "Command": "Get-MgBetaGroupTeamTemplateDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/templateDefinition", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamTemplateDefinition" }, { - "Command": "Get-MgBetaGroupThread", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", + "Command": "Get-MgBetaGroupThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118843,19 +118845,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-thread?view=graph-rest-beta", "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "Get-MgBetaGroupThread", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", + "Command": "Get-MgBetaGroupThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118890,20 +118892,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "Get-MgBetaGroupThreadCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupThreadCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118938,22 +118940,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupThreadPost", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPost", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -118988,19 +118990,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-get?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPost" }, { - "Command": "Get-MgBetaGroupThreadPost", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPost", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -119035,34 +119037,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPost" }, { - "Command": "Get-MgBetaGroupThreadPostAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupThreadPostAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -119097,20 +119099,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupThreadPostAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -119145,20 +119147,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupThreadPostCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -119193,254 +119195,254 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupThreadPostExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupThreadPostExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaGroupThreadPostExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupThreadPostInReplyToMention", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaGroupThreadPostInReplyToMention", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostInReplyToMentionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupThreadPostMention", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaGroupThreadPostMention", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaGroupThreadPostMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupThreadPostMentionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTransitiveMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupTransitiveMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119483,194 +119485,194 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/application", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/device", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaGroupTransitiveMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupTransitiveMemberAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/user", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaGroupTransitiveMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119713,124 +119715,124 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/application/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/device/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMembers/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupTransitiveMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119865,78 +119867,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/group", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaGroupTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -119971,108 +119973,108 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaGroupTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaGroupUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaGroupUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaIdentityApiConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", + "Command": "Get-MgBetaIdentityApiConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Get-MgBetaIdentityApiConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", + "Command": "Get-MgBetaIdentityApiConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/apiConnectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Get-MgBetaIdentityApiConnectorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityApiConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/apiConnectors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120091,19 +120093,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120122,34 +120124,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120168,209 +120170,209 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120389,19 +120391,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120420,34 +120422,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120466,20 +120468,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowIncludeApplicationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120498,50 +120500,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventListener", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventListener", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120560,19 +120562,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationEventListener" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventListener", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventListener", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120591,19 +120593,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventListeners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationEventListener" }, { - "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityAuthenticationEventListenerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -120622,20 +120624,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventListeners/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120654,19 +120656,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" }, { - "Command": "Get-MgBetaIdentityB2CUserFlow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120685,19 +120687,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2cuserflows?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" }, { - "Command": "Get-MgBetaIdentityB2CUserFlowCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120716,81 +120718,81 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphIdentityProvider", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProvider", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProvider" }, { - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-identityproviders?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowIdentityProviderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120809,19 +120811,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120840,20 +120842,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-languages?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120872,20 +120874,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120904,19 +120906,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120935,20 +120937,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowLanguagePage" }, { - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120967,20 +120969,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-defaultpages?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageDefaultPageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -120999,20 +121001,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121031,19 +121033,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121062,20 +121064,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowLanguagePage" }, { - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121094,20 +121096,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowLanguageOverridePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121126,20 +121128,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121158,19 +121160,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121189,20 +121191,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-list-userattributeassignments?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121221,20 +121223,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121253,35 +121255,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "Get-MgBetaIdentityB2XUserFlow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121300,19 +121302,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" }, { - "Command": "Get-MgBetaIdentityB2XUserFlow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121331,34 +121333,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowApiConnectorConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121377,81 +121379,81 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityProvider", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProvider" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphIdentityProvider", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProvider", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProvider" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowIdentityProviderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121470,19 +121472,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121501,20 +121503,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121533,20 +121535,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121565,19 +121567,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121596,20 +121598,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowLanguagePage" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121628,20 +121630,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageDefaultPageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121660,20 +121662,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121692,19 +121694,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121723,20 +121725,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowLanguagePage" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121755,20 +121757,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowLanguageOverridePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121787,95 +121789,95 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowPreTokenIssuance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121894,19 +121896,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121925,20 +121927,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121957,20 +121959,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -121989,49 +121991,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", + "Command": "Get-MgBetaIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -122050,19 +122052,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationContextClassReferenceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -122081,307 +122083,307 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", "Variants": [ "Get1" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrength", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot" }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", "Variants": [ "Get1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodModeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", "Variants": [ "Get1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/compliantnetworknamedlocation-get?view=graph-rest-beta", "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphNamedLocation" }, { - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/namedLocations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNamedLocation" }, { - "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessNamedLocationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/namedLocations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "Command": "Get-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/policies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/policies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityConditionalAccessTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConditionalAccessTemplate" }, { - "Command": "Get-MgBetaIdentityConditionalAccessTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/templates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConditionalAccessTemplate" }, { - "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityConditionalAccessTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/templates/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "Method": "GET", + "Command": "Get-MgBetaIdentityContinuouAccessEvaluationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/continuousAccessEvaluationPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy" }, { - "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "GET", + "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -122400,19 +122402,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-beta", "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "GET", + "Command": "Get-MgBetaIdentityCustomAuthenticationExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -122431,19 +122433,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityCustomAuthenticationExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -122462,401 +122464,401 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInsightCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsightCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsightCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122875,19 +122877,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122906,19 +122908,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122937,20 +122939,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -122969,19 +122971,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123000,34 +123002,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123046,20 +123048,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123078,20 +123080,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123110,20 +123112,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123142,19 +123144,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123173,20 +123175,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123205,94 +123207,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123311,19 +123313,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123342,20 +123344,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123374,20 +123376,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123406,19 +123408,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123437,20 +123439,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -123469,150 +123471,150 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAccessReviewPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -123631,20 +123633,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/policy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewPolicy" }, { - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123663,19 +123665,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123694,19 +123696,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123725,20 +123727,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123757,19 +123759,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123788,79 +123790,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStepCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -123879,20 +123881,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123911,19 +123913,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123942,19 +123944,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -123973,79 +123975,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedBy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124064,19 +124066,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124095,19 +124097,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124126,152 +124128,152 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeletedItemContainer", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeletedItemContainer" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124290,19 +124292,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124321,19 +124323,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124352,238 +124354,238 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124602,20 +124604,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowExecutionScopeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124634,93 +124636,93 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedBy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124739,19 +124741,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124770,20 +124772,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124802,34 +124804,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124848,20 +124850,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124880,94 +124882,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -124986,19 +124988,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125017,20 +125019,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125049,93 +125051,93 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125154,19 +125156,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125185,34 +125187,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125231,20 +125233,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125263,20 +125265,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125295,19 +125297,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125326,19 +125328,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125357,34 +125359,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125403,20 +125405,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125435,108 +125437,108 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125555,20 +125557,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125587,64 +125589,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125663,20 +125665,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125695,94 +125697,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125801,19 +125803,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125832,19 +125834,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -125863,196 +125865,196 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126071,20 +126073,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126103,93 +126105,93 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126208,20 +126210,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126240,19 +126242,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126271,20 +126273,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126303,138 +126305,138 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedBy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126453,19 +126455,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126484,20 +126486,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -126516,770 +126518,770 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAw", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsAnalytics" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphFinding", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFinding" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphFinding", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFinding" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwFindingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsanalytics-list-permissionscreepindexdistributions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionAuthorizationSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthorizationSystem" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistributionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzure", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsAnalytics" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphFinding", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFinding" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphFinding", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFinding" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzureFindingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionAuthorizationSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthorizationSystem" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistributionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsAnalytics" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphFinding", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFinding" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphFinding", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFinding" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpFindingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionAuthorizationSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}/authorizationSystem", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthorizationSystem" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistributionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePermissionManagement", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPermissionsManagement", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsManagement" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsrequestchange-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsRequestChange" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-list-permissionsrequestchanges?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionsRequestChange" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementPermissionRequestChangeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStepCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStepCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127298,19 +127300,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127329,34 +127331,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127375,64 +127377,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127451,19 +127453,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127482,34 +127484,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127528,94 +127530,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127634,19 +127636,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127665,34 +127667,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -127711,94 +127713,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127817,19 +127819,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127848,19 +127850,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127879,64 +127881,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127955,19 +127957,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -127986,19 +127988,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -128017,94 +128019,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -128123,19 +128125,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -128154,19 +128156,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -128185,94 +128187,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128291,19 +128293,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert" }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128322,22 +128324,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alerts?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert" }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128356,19 +128358,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128387,34 +128389,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertconfigurations?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128433,19 +128435,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128464,22 +128466,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128498,19 +128500,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128529,19 +128531,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rolemanagementalert-list-alertdefinitions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128560,20 +128562,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128592,19 +128594,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128623,20 +128625,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident" }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertIncidentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128655,20 +128657,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementAlert.Read.Directory", @@ -128687,315 +128689,315 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/operations", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceRoleManagementAlertOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-beta", "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-list-files?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFile" }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgBetaIdentityProvider", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -129014,19 +129016,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/identityProviders/{identityProviderBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgBetaIdentityProvider", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgBetaIdentityProvider", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -129045,19 +129047,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/identityProviders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgBetaIdentityProviderCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityProviderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -129076,20 +129078,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/identityProviders/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityUserFlow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -129108,19 +129110,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/userFlows/{identityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlow" }, { - "Command": "Get-MgBetaIdentityUserFlow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -129139,20 +129141,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/userFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlow" }, { - "Command": "Get-MgBetaIdentityUserFlowAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlowAttribute", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -129171,19 +129173,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "Get-MgBetaIdentityUserFlowAttribute", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlowAttribute", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -129202,19 +129204,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/userFlowAttributes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "Get-MgBetaIdentityUserFlowAttributeCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlowAttributeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -129233,19 +129235,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/userFlowAttributes/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaIdentityUserFlowCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaIdentityUserFlowCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -129264,48 +129266,48 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/userFlows/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaInformationProtection", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET", + "Command": "Get-MgBetaInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "Command": "Get-MgBetaInformationProtectionBitlocker", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphBitlocker", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionBitlocker", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/bitlocker", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBitlocker" }, { - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -129324,19 +129326,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -129355,19 +129357,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/bitlocker/recoveryKeys", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionBitlockerRecoveryKeyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -129386,77 +129388,77 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/dataLossPreventionPolicies", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionDataLossPreventionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/dataLossPreventionPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaInformationProtectionPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtectionPolicy" }, { - "Command": "Get-MgBetaInformationProtectionPolicyLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -129475,19 +129477,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "Command": "Get-MgBetaInformationProtectionPolicyLabel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -129506,19 +129508,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy/labels", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionPolicyLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -129537,63 +129539,63 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy/labels/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionSensitivityLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/sensitivityLabels/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionSensitivityLabelSublabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSensitivityPolicySettings" }, { - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129612,19 +129614,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129643,19 +129645,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -129674,1434 +129676,1434 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaInformationProtectionThreatAssessmentRequestResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaInvitation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphInvitation", + "Method": "GET", + "Command": "Get-MgBetaInvitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/invitations", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInvitation" }, { - "Command": "Get-MgBetaInvitationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaInvitationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/invitations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaInvitationInvitedUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/invitations/invitedUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/invitations/invitedUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaInvitationInvitedUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaInvitationInvitedUserSponsor", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaInvitationInvitedUserSponsor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaInvitationInvitedUserSponsor", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaInvitationInvitedUserSponsor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/invitations/invitedUserSponsors", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaInvitationInvitedUserSponsorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/invitations/invitedUserSponsors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessAlert", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/alerts/{alert-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessAlert" }, { - "Command": "Get-MgBetaNetworkAccessAlert", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/alerts", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessAlert" }, { - "Command": "Get-MgBetaNetworkAccessAlertCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessAlertCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/alerts/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessAlertPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessAlertPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/alerts/{alert-id}/policy", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy" }, { - "Command": "Get-MgBetaNetworkAccessConnectivity", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphNetworkaccessConnectivity", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessConnectivity" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranch", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-get?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranch", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-list-branches?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchconnectivityconfiguration-get?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLinkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-devicelinks?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchDeviceLinkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-list-forwardingprofiles?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityBranchForwardingProfileServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLinkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-get?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLinkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfileServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaNetworkAccessFilteringPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringpolicy-get?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy" }, { - "Command": "Get-MgBetaNetworkAccessFilteringPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-filteringpolicies?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy" }, { - "Command": "Get-MgBetaNetworkAccessFilteringPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" }, { - "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" }, { - "Command": "Get-MgBetaNetworkAccessFilteringPolicyRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringPolicyRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessFilteringProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile" }, { - "Command": "Get-MgBetaNetworkAccessFilteringProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-list?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile" }, { - "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/{conditionalAccessPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy" }, { - "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessPolicy" }, { - "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringProfileConditionalAccessPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/conditionalAccessPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessFilteringProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessFilteringProfilePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessForwardingPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicy-get?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy" }, { - "Command": "Get-MgBetaNetworkAccessForwardingPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingpolicies?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy" }, { - "Command": "Get-MgBetaNetworkAccessForwardingPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" }, { - "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" }, { - "Command": "Get-MgBetaNetworkAccessForwardingPolicyRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingPolicyRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessForwardingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-get?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "Command": "Get-MgBetaNetworkAccessForwardingProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-networkaccessroot-list-forwardingprofiles?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "Command": "Get-MgBetaNetworkAccessForwardingProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-get?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-list-policies?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingProfilePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessForwardingProfileServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessForwardingProfileServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaNetworkAccessLog", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphNetworkaccessLogs", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessLogs" }, { - "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent" }, { - "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessLogRemoteNetwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs/remoteNetworks", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent" }, { - "Command": "Get-MgBetaNetworkAccessLogRemoteNetworkCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessLogRemoteNetworkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs/remoteNetworks/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessLogTraffic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessLogTraffic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic" }, { - "Command": "Get-MgBetaNetworkAccessLogTraffic", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessLogTraffic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs/traffic", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-logs-list-traffic?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic" }, { - "Command": "Get-MgBetaNetworkAccessLogTrafficCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessLogTrafficCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs/traffic/$count", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessReport", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaNetworkAccessReportCrossTenantSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantSummary", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessReportCrossTenantSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports/getCrossTenantSummary(startDateTime={startDateTime},endDateTime={endDateTime},discoveryPivotDateTime={discoveryPivotDateTime})", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantSummary" }, { - "Command": "Get-MgBetaNetworkAccessReportDestinationSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessDestinationSummary", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessReportDestinationSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports/getDestinationSummaries(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}')", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessDestinationSummary" }, { - "Command": "Get-MgBetaNetworkAccessReportDeviceUsageSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessDeviceUsageSummary", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessReportDeviceUsageSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports/getDeviceUsageSummary(startDateTime={startDateTime},endDateTime={endDateTime},activityPivotDateTime={activityPivotDateTime})", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessDeviceUsageSummary" }, { - "Command": "Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessDiscoveredApplicationSegmentReport", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessReportDiscoveredApplicationSegmentReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports/getDiscoveredApplicationSegmentReport(startDateTime={startDateTime},endDateTime={endDateTime},userId='@userId')", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessDiscoveredApplicationSegmentReport" }, { - "Command": "Get-MgBetaNetworkAccessRootNetworkAccessRoot", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessRootNetworkAccessRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot" }, { - "Command": "Get-MgBetaNetworkAccessSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphNetworkaccessSettings", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessSettings" }, { - "Command": "Get-MgBetaNetworkAccessSettingConditionalAccess", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessSettingConditionalAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings/conditionalAccess", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-get?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings" }, { - "Command": "Get-MgBetaNetworkAccessSettingCrossTenantAccess", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessSettingCrossTenantAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings/crossTenantAccess", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-get?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings" }, { - "Command": "Get-MgBetaNetworkAccessSettingEnrichedAuditLog", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessSettingEnrichedAuditLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings/enrichedAuditLogs", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs" }, { - "Command": "Get-MgBetaNetworkAccessSettingForwardingOption", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessSettingForwardingOption", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings/forwardingOptions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-get?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions" }, { - "Command": "Get-MgBetaNetworkAccessTenantStatus", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus", + "Method": "GET", + "Command": "Get-MgBetaNetworkAccessTenantStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/tenantStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-tenantstatus-get?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus" }, { - "Command": "Get-MgBetaOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -131128,19 +131130,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgBetaOauth2PermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -131167,19 +131169,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgBetaOauth2PermissionGrantCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOauth2PermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -131206,19 +131208,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOauth2PermissionGrantDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaOauth2PermissionGrantDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -131245,178 +131247,175 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/oauth2PermissionGrants/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgBetaOnPremisePublishingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" }, { - "Command": "Get-MgBetaOnPremisePublishingProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesAgent" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesAgent" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "List", "List1", "List2" ], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesAgent" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesAgent" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupAgentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Variants": [ "List", "List1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", "Variants": [ "Get", "Get1", @@ -131425,503 +131424,506 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPublishedResource" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPublishedResource" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIPApplicationSegment", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/{ipApplicationSegment-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIPApplicationSegment" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIPApplicationSegment", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIPApplicationSegment" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileApplicationSegmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/applicationSegments/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConnector", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnector" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConnector", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnector" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnectorGroup" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnectorGroup" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByAppId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(appId='{appId}')", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications(uniqueName='{uniqueName}')", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConnector", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnector" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorGroupMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnectorGroup" }, { - "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileConnectorMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPublishedResource" }, { - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/publishedresource-list?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPublishedResource" }, { - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" }, { - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOnPremisePublishingProfilePublishedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrganization", + "Method": "GET", + "Command": "Get-MgBetaOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -131956,19 +131958,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrganization" }, { - "Command": "Get-MgBetaOrganization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrganization", + "Method": "GET", + "Command": "Get-MgBetaOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -132043,20 +132045,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrganization" }, { - "Command": "Get-MgBetaOrganizationBranding", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBranding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -132107,95 +132109,95 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrganizationalBranding" }, { - "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingBackgroundImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingBannerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingBannerLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingCustomCss", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingCustomCss", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingFavicon", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingFavicon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingHeaderLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/headerLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -132246,19 +132248,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" }, { - "Command": "Get-MgBetaOrganizationBrandingLocalization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -132309,20 +132311,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" }, { - "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132357,20 +132359,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132405,20 +132407,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -132469,20 +132471,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132517,20 +132519,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationFavicon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132565,20 +132567,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132613,20 +132615,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132661,20 +132663,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -132709,65 +132711,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingSquareLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingSquareLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationBrandingSquareLogoDark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/squareLogoDark", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaOrganizationById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "GET", + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -132786,19 +132788,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" }, { - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "GET", + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -132817,20 +132819,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" }, { - "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationCertificateBasedAuthConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -132849,19 +132851,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -132936,113 +132938,113 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaOrganizationExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaOrganizationExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaOrganizationExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaOrganizationMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaOrganizationMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaOrganizationPartnerInformation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPartnerInformation", + "Method": "GET", + "Command": "Get-MgBetaOrganizationPartnerInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/partnerInformation", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnerInformation" }, { - "Command": "Get-MgBetaOrganizationSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrganizationSettings", + "Method": "GET", + "Command": "Get-MgBetaOrganizationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -133061,20 +133063,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrganizationSettings" }, { - "Command": "Get-MgBetaOrganizationSettingContactInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingContactInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -133093,20 +133095,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings/contactInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-contactinsights?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "Command": "Get-MgBetaOrganizationSettingItemInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -133125,20 +133127,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings/itemInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-iteminsights?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -133157,20 +133159,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-microsoftapplicationdataaccess?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings" }, { - "Command": "Get-MgBetaOrganizationSettingPersonInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "GET", + "Command": "Get-MgBetaOrganizationSettingPersonInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -133189,426 +133191,237 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings/peopleInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationsettings-list-peopleinsights?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "Command": "Get-MgBetaOrganizationUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaOrganizationUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPlaceAsRoom", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/room", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoom" }, { - "Command": "Get-MgBetaPlaceAsRoom", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/room", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoom" }, { - "Command": "Get-MgBetaPlaceAsRoomList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoomList", + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoomList" }, { - "Command": "Get-MgBetaPlaceAsRoomList", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoomList", + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/roomList", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoomList" }, { - "Command": "Get-MgBetaPlaceAsRoomListRoom", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomListRoom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoom" }, { - "Command": "Get-MgBetaPlaceAsRoomListRoom", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomListRoom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList/rooms", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoom" }, { - "Command": "Get-MgBetaPlaceAsRoomListRoomCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomListRoomCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList/rooms/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPlaceAsRoomListWorkspace", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWorkspace", + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomListWorkspace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWorkspace" }, { - "Command": "Get-MgBetaPlaceAsRoomListWorkspace", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWorkspace", + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomListWorkspace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList/workspaces", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWorkspace" }, { - "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPlaceAsRoomListWorkspaceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList/workspaces/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPlaceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPlaceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPlaceCountAsRoom", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPlaceCountAsRoom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/room/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPlaceCountAsRoomList", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPlaceCountAsRoomList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/roomList/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPlanner", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPlanner", + "Method": "GET", + "Command": "Get-MgBetaPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/planner", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlanner" }, { - "Command": "Get-MgBetaPlannerBucket", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerBucket", - "Permissions": [ - { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.Read.All", - "Description": "Read all users’ tasks and tasklist", - "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Tasks.ReadWrite.All", - "Description": "Read and write all users’ tasks and tasklists", - "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/planner/buckets/{plannerBucket-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaPlannerBucket", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphPlannerBucket", - "Permissions": [ - { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.Read.All", - "Description": "Read all users’ tasks and tasklist", - "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Tasks.ReadWrite.All", - "Description": "Read and write all users’ tasks and tasklists", - "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/planner/buckets", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaPlannerBucketCount", - "Variants": [ - "Get" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.Read.All", - "Description": "Read all users’ tasks and tasklist", - "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Tasks.ReadWrite.All", - "Description": "Read and write all users’ tasks and tasklists", - "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/planner/buckets/$count", - "ApiReferenceLink": null, - "Module": "Beta.Planner", "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaPlannerBucketDelta", - "Variants": [ - "Delta" - ], - "OutputType": "IMicrosoftGraphPlannerBucket", "Permissions": [ { "Name": "Tasks.Read", @@ -133659,83 +133472,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/buckets/delta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "Get-MgBetaPlannerBucketTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerTask", - "Permissions": [ - { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.Read.All", - "Description": "Read all users’ tasks and tasklist", - "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Tasks.ReadWrite.All", - "Description": "Read and write all users’ tasks and tasklists", - "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaPlannerBucket", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaPlannerPlan", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133786,19 +133535,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/plans/{plannerPlan-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-beta", "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/planner/buckets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "Get-MgBetaPlannerPlan", "Variants": [ - "List" + "Get" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaPlannerBucketCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133849,19 +133598,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/plans", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-beta", "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/planner/buckets/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaPlannerPlanBucket", "Variants": [ - "List" + "Delta" ], - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", + "Command": "Get-MgBetaPlannerBucketDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133912,19 +133661,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-beta", "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/planner/buckets/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "Get-MgBetaPlannerPlanCount", "Variants": [ - "Get" + "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPlannerBucketTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -133975,19 +133724,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/plans/$count", - "ApiReferenceLink": null, "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgBetaPlannerPlanDelta", "Variants": [ - "Delta" + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134038,20 +133788,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/plans/delta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaPlannerPlanDetail", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "GET", + "Command": "Get-MgBetaPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134102,19 +133851,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/plans/{plannerPlan-id}/details", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-beta", "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/planner/plans", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaPlannerPlanTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaPlannerPlanBucket", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134165,20 +133914,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-beta", "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/planner/plans/{plannerPlan-id}/buckets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "Get-MgBetaPlannerRoster", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "OutputType": "IMicrosoftGraphPlannerRoster", + "Method": "GET", + "Command": "Get-MgBetaPlannerPlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134204,6 +133952,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "Tasks.ReadWrite.All", "Description": "Read and write all users’ tasks and tasklists", @@ -134213,48 +133977,83 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/rosters/{plannerRoster-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-beta", "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/planner/plans/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaPlannerRoster", "Variants": [ - "List" + "Delta" ], - "OutputType": "IMicrosoftGraphPlannerRoster", - "Permissions": [], - "Uri": "/planner/rosters", - "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaPlannerPlanDelta", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaPlannerRosterCount", - "Variants": [ - "Get" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.Read.All", + "Description": "Read all users’ tasks and tasklist", + "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Create, read, update, and delete your tasks and task lists", + "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Tasks.ReadWrite.All", + "Description": "Read and write all users’ tasks and tasklists", + "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } ], - "OutputType": null, - "Permissions": [], - "Uri": "/planner/rosters/$count", - "ApiReferenceLink": null, "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/planner/plans/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaPlannerRosterMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Method": "GET", + "Command": "Get-MgBetaPlannerPlanDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134280,6 +134079,22 @@ "PermissionType": "DelegatedWork", "IsLeastPrivilege": false }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, { "Name": "Tasks.ReadWrite.All", "Description": "Read and write all users’ tasks and tasklists", @@ -134289,19 +134104,83 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-beta", "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/planner/plans/{plannerPlan-id}/details", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerPlanDetails" }, { - "Command": "Get-MgBetaPlannerRosterMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Method": "GET", + "Command": "Get-MgBetaPlannerPlanTask", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.Read.All", + "Description": "Read all users’ tasks and tasklist", + "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Create, read, update, and delete your tasks and task lists", + "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Tasks.ReadWrite.All", + "Description": "Read and write all users’ tasks and tasklists", + "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Planner", + "Uri": "/planner/plans/{plannerPlan-id}/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTask" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaPlannerRoster", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134336,20 +134215,48 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/rosters/{plannerRoster-id}/members", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-beta", "Module": "Beta.Planner", + "Uri": "/planner/rosters/{plannerRoster-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRoster" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaPlannerRoster", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Planner", + "Uri": "/planner/rosters", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPlannerRoster" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Planner", + "Uri": "/planner/rosters/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaPlannerRosterMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134384,34 +134291,129 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", - "ApiReferenceLink": null, "Module": "Beta.Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRosterMember" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterMember", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.Read.All", + "Description": "Read all users’ tasks and tasklist", + "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Create, read, update, and delete your tasks and task lists", + "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Tasks.ReadWrite.All", + "Description": "Read and write all users’ tasks and tasklists", + "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/members", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-members?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerRosterMember" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterMemberCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.Read.All", + "Description": "Read all users’ tasks and tasklist", + "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Create, read, update, and delete your tasks and task lists", + "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Tasks.ReadWrite.All", + "Description": "Read and write all users’ tasks and tasklists", + "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Planner", + "Uri": "/planner/rosters/{plannerRoster-id}/members/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaPlannerRosterPlan", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaPlannerRosterPlan", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134446,20 +134448,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/rosters/{plannerRoster-id}/plans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-list-plans?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaPlannerRosterPlanCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPlannerRosterPlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134494,20 +134496,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/rosters/{plannerRoster-id}/plans/$count", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPlannerTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134558,19 +134560,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgBetaPlannerTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134621,20 +134623,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "GET", + "Command": "Get-MgBetaPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134685,20 +134687,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" }, { - "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "GET", + "Command": "Get-MgBetaPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134749,19 +134751,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" }, { - "Command": "Get-MgBetaPlannerTaskCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPlannerTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134812,19 +134814,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPlannerTaskDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaPlannerTaskDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134843,20 +134845,84 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgBetaPlannerTaskDetail", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.Read.All", + "Description": "Read all users’ tasks and tasklist", + "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Create, read, update, and delete your tasks and task lists", + "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Tasks.ReadWrite.All", + "Description": "Read and write all users’ tasks and tasklists", + "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Planner", + "Uri": "/planner/tasks/{plannerTask-id}/details", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPlannerTaskDetails" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "GET", + "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -134907,83 +134973,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/tasks/{plannerTask-id}/details", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-beta", "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaPlannerTaskProgressTaskBoardFormat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "Permissions": [ - { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.Read.All", - "Description": "Read all users’ tasks and tasklist", - "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Tasks.ReadWrite.All", - "Description": "Read and write all users’ tasks and tasklists", - "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" }, { - "Command": "Get-MgBetaPolicyAccessReviewPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyAccessReviewPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135002,20 +135004,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/accessReviewPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewPolicy" }, { - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135042,19 +135044,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" }, { - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135081,63 +135083,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" }, { - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyActivityBasedTimeoutPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135164,19 +135166,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyAdminConsentRequestPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135211,20 +135213,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" }, { - "Command": "Get-MgBetaPolicyAppManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135251,19 +135253,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "Get-MgBetaPolicyAppManagementPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135290,34 +135292,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/appManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -135352,20 +135354,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -135400,19 +135402,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyAppManagementPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyAppManagementPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135439,19 +135441,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/appManagementPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationFlowPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135470,77 +135472,77 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" }, { - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" }, { - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" }, { - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" }, { - "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135567,19 +135569,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135606,63 +135608,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthenticationStrengthPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135689,34 +135691,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyAuthorizationPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthorizationPolicy" }, { - "Command": "Get-MgBetaPolicyAuthorizationPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135735,19 +135737,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthorizationPolicy" }, { - "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135766,78 +135768,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" }, { - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" }, { - "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverrideCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyB2CAuthenticationMethodPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/b2cAuthenticationMethodsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy" }, { - "Command": "Get-MgBetaPolicyClaimMappingPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135864,19 +135866,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "Command": "Get-MgBetaPolicyClaimMappingPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135903,34 +135905,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/claimsMappingPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -135973,20 +135975,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136029,19 +136031,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyClaimMappingPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136068,33 +136070,33 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyConditionalAccessPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/conditionalAccessPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136113,19 +136115,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" }, { - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136144,20 +136146,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/default", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" }, { - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136176,19 +136178,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" }, { - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136207,19 +136209,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" }, { - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136238,20 +136240,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136270,19 +136272,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" }, { - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPolicyTemplate", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -136301,47 +136303,47 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPolicyTemplate" }, { - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" }, { - "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Method": "GET", + "Command": "Get-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" }, { - "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyDefaultAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136368,19 +136370,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/defaultAppManagementPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" }, { - "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyDeviceRegistrationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -136407,33 +136409,33 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/deviceRegistrationPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deviceregistrationpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy" }, { - "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyDirectoryRoleAccessReviewPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/directoryRoleAccessReviewPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy" }, { - "Command": "Get-MgBetaPolicyExternalIdentityPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyExternalIdentityPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136452,120 +136454,120 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/externalIdentitiesPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy" }, { - "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/featureRolloutPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-featurerolloutpolicies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyFeatureRolloutPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyFederatedTokenValidationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/federatedTokenValidationPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-federatedtokenvalidationpolicy?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy" }, { - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136592,19 +136594,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136631,34 +136633,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136701,20 +136703,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136757,19 +136759,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyHomeRealmDiscoveryPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136796,34 +136798,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" }, { - "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136842,19 +136844,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" }, { - "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136873,19 +136875,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" }, { - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136904,19 +136906,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136935,19 +136937,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136966,20 +136968,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-list-includedgroups?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -136998,49 +137000,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileAppManagementPolicyIncludedGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -137059,19 +137061,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" }, { - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -137090,19 +137092,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" }, { - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -137121,19 +137123,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -137152,19 +137154,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -137183,20 +137185,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-list-includedgroups?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -137215,49 +137217,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137276,19 +137278,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" }, { - "Command": "Get-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137307,19 +137309,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" }, { - "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137338,34 +137340,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137384,20 +137386,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyExcludeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137416,34 +137418,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137462,20 +137464,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPolicyIncludeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -137494,63 +137496,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy" }, { - "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPreApprovalPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy" }, { - "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyPermissionGrantPreApprovalPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPreApprovalPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137593,19 +137595,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137648,20 +137650,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137704,19 +137706,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137759,19 +137761,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137814,34 +137816,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyAssignmentPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137884,34 +137886,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -137954,20 +137956,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-effectiverules?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyEffectiveRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138010,20 +138012,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138066,19 +138068,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138121,20 +138123,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyRoleManagementPolicyRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -138177,151 +138179,151 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" }, { - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" }, { - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" }, { - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" }, { - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyExcludeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" }, { - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" }, { - "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyServicePrincipalCreationPolicyIncludeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyTokenIssuancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138348,19 +138350,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "Get-MgBetaPolicyTokenIssuancePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138387,34 +138389,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138457,20 +138459,75 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Policy.Read.All", + "Description": "Read your organization's policies", + "FullDescription": "Allows the app to read all your organization's policies without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Read and write your organization's application configuration policies", + "FullDescription": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.Read.All", + "Description": "Read all applications", + "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Identity.SignIns", + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138495,77 +138552,22 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Application.Read.All", - "Description": "Read all applications", - "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false } ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", - "ApiReferenceLink": null, "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaPolicyTokenIssuancePolicyCount", - "Variants": [ - "Get" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read all your organization's policies without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Policy.Read.ApplicationConfiguration", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/policies/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138592,19 +138594,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "Get-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138631,34 +138633,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138701,20 +138703,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyApplyToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138757,19 +138759,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPolicyTokenLifetimePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -138796,34 +138798,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrint", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPrint", + "Method": "GET", + "Command": "Get-MgBetaPrint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrint" }, { - "Command": "Get-MgBetaPrintConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", + "Command": "Get-MgBetaPrintConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -138842,19 +138844,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "Command": "Get-MgBetaPrintConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", + "Command": "Get-MgBetaPrintConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -138873,19 +138875,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/connectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "Command": "Get-MgBetaPrintConnectorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -138904,20 +138906,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/connectors/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "GET", + "Command": "Get-MgBetaPrintOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Create", @@ -138944,48 +138946,48 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "Command": "Get-MgBetaPrintOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "GET", + "Command": "Get-MgBetaPrintOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/operations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "Command": "Get-MgBetaPrintOperationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -139036,19 +139038,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinter" }, { - "Command": "Get-MgBetaPrintPrinter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -139075,20 +139077,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinter" }, { - "Command": "Get-MgBetaPrintPrinterCapability", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrinterCapabilities", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterCapability", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -139115,34 +139117,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/getCapabilities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-getcapabilities?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinterCapabilities" }, { - "Command": "Get-MgBetaPrintPrinterConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "Command": "Get-MgBetaPrintPrinterConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -139161,20 +139163,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/connectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "Command": "Get-MgBetaPrintPrinterConnectorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterConnectorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -139193,19 +139195,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/connectors/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -139232,20 +139234,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139312,19 +139314,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Get-MgBetaPrintPrinterJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139391,20 +139393,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Get-MgBetaPrintPrinterJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -139471,20 +139473,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Read", @@ -139519,34 +139521,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Get-MgBetaPrintPrinterJobDocument", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Get-MgBetaPrintPrinterJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobDocumentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Read", @@ -139581,104 +139583,101 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobDocumentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterJobTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgBetaPrintPrinterJobTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgBetaPrintPrinterJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterJobTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Get-MgBetaPrintPrinterShare", "Variants": [ "Get", "Get1", @@ -139687,197 +139686,200 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShare", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "Get-MgBetaPrintPrinterShare", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShare", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterShareAllowedUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareAllowedUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterShareCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -139904,212 +139906,212 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/shares/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterShareJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Get-MgBetaPrintPrinterShareJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Get-MgBetaPrintPrinterShareJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterShareJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Get-MgBetaPrintPrinterShareJobDocument", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobDocumentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobDocumentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterShareJobTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgBetaPrintPrinterShareJobTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterShareJobTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Get-MgBetaPrintPrinterSharePrinter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterSharePrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/printer", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinter" }, { - "Command": "Get-MgBetaPrintPrinterTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -140136,19 +140138,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Get-MgBetaPrintPrinterTaskTrigger", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -140175,20 +140177,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterTaskTriggerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -140215,35 +140217,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrintPrinterTaskTriggerDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Get-MgBetaPrintService", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintService", + "Method": "GET", + "Command": "Get-MgBetaPrintService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140414,19 +140416,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/services/{printService-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintService" }, { - "Command": "Get-MgBetaPrintService", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintService", + "Method": "GET", + "Command": "Get-MgBetaPrintService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140597,19 +140599,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/services", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintService" }, { - "Command": "Get-MgBetaPrintServiceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintServiceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140780,20 +140782,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/services/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintServiceEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "GET", + "Command": "Get-MgBetaPrintServiceEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -140964,19 +140966,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" }, { - "Command": "Get-MgBetaPrintServiceEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "GET", + "Command": "Get-MgBetaPrintServiceEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141147,20 +141149,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/services/{printService-id}/endpoints", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" }, { - "Command": "Get-MgBetaPrintServiceEndpointCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintServiceEndpointCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141331,20 +141333,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/services/{printService-id}/endpoints/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintShare", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", + "Command": "Get-MgBetaPrintShare", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -141371,19 +141373,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "Get-MgBetaPrintShare", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", + "Command": "Get-MgBetaPrintShare", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -141410,19 +141412,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "Get-MgBetaPrintShareAllowedGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141441,19 +141443,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaPrintShareAllowedGroupByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141472,20 +141474,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintShareAllowedGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141504,48 +141506,48 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintShareAllowedUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141564,19 +141566,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaPrintShareAllowedUserByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141595,20 +141597,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintShareAllowedUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -141627,63 +141629,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintShareAllowedUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintShareCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintShareCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -141710,20 +141712,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintShareJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", + "Command": "Get-MgBetaPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141790,19 +141792,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Get-MgBetaPrintShareJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", + "Command": "Get-MgBetaPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141869,20 +141871,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Get-MgBetaPrintShareJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -141949,153 +141951,153 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintShareJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Get-MgBetaPrintShareJobDocument", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Get-MgBetaPrintShareJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobDocumentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintShareJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobDocumentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintShareJobTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgBetaPrintShareJobTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgBetaPrintShareJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintShareJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Get-MgBetaPrintShareJobTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", + "Command": "Get-MgBetaPrintShareJobTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Get-MgBetaPrintSharePrinter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", + "Command": "Get-MgBetaPrintSharePrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -142122,124 +142124,124 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/printer", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinter" }, { - "Command": "Get-MgBetaPrintTaskDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Get-MgBetaPrintTaskDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Get-MgBetaPrintTaskDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintTaskDefinitionTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgBetaPrintTaskDefinitionTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", + "Command": "Get-MgBetaPrintTaskDefinitionTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142258,19 +142260,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142289,195 +142291,195 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApprover", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaborator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142496,34 +142498,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142542,20 +142544,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestNoteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -142574,1158 +142576,1158 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgBetaPrivacySubjectRightsRequestTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Get-MgBetaPrivilegedAccess", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccess" }, { - "Command": "Get-MgBetaPrivilegedAccess", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccess" }, { - "Command": "Get-MgBetaPrivilegedAccessCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedAccessResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedAccessResourceParent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceParent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceSubject" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceSubject" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleDefinitionRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceSubject" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleAssignmentSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceSubject" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleDefinitionRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSettingResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedAccessRoleSettingRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Get-MgBetaPrivilegedApproval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedApproval" }, { - "Command": "Get-MgBetaPrivilegedApproval", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedApproval" }, { - "Command": "Get-MgBetaPrivilegedApprovalCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedApprovalRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/request", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" }, { - "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRole" }, { - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" }, { - "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedApprovalRoleInfoSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" }, { - "Command": "Get-MgBetaPrivilegedOperationEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedOperationEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" }, { - "Command": "Get-MgBetaPrivilegedOperationEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedOperationEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedOperationEvents", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" }, { - "Command": "Get-MgBetaPrivilegedOperationEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedOperationEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedOperationEvents/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles/{privilegedRole-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRole" }, { - "Command": "Get-MgBetaPrivilegedRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRole" }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -143744,19 +143746,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -143775,288 +143777,288 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRole" }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRole" }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" }, { - "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" }, { - "Command": "Get-MgBetaPrivilegedRoleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Get-MgBetaPrivilegedRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" }, { - "Command": "Get-MgBetaPrivilegedRoleSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "GET", + "Command": "Get-MgBetaPrivilegedRoleSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles/{privilegedRole-id}/summary", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" }, { - "Command": "Get-MgBetaProgram", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProgram", + "Method": "GET", + "Command": "Get-MgBetaProgram", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programs/{program-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProgram" }, { - "Command": "Get-MgBetaProgram", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProgram", + "Method": "GET", + "Command": "Get-MgBetaProgram", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144075,15 +144077,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/programs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-list?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProgram" }, { - "Command": "Get-MgBetaProgramControl", "Variants": [ "Get", "Get1", @@ -144092,23 +144091,26 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": "IMicrosoftGraphProgramControl", + "Method": "GET", + "Command": "Get-MgBetaProgramControl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programControls/{programControl-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProgramControl" }, { - "Command": "Get-MgBetaProgramControl", "Variants": [ "List", "List1", "List2" ], - "OutputType": "IMicrosoftGraphProgramControl", + "Method": "GET", + "Command": "Get-MgBetaProgramControl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144127,15 +144129,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/programControls", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-list?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProgramControl" }, { - "Command": "Get-MgBetaProgramControlCount", "Variants": [ "Get", "Get1", @@ -144143,7 +144142,10 @@ "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaProgramControlCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144162,51 +144164,51 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/programControls/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaProgramControlProgram", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphProgram", + "Method": "GET", + "Command": "Get-MgBetaProgramControlProgram", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programControls/{programControl-id}/program", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProgram" }, { - "Command": "Get-MgBetaProgramControlType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProgramControlType", + "Method": "GET", + "Command": "Get-MgBetaProgramControlType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programControlTypes/{programControlType-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProgramControlType" }, { - "Command": "Get-MgBetaProgramControlType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProgramControlType", + "Method": "GET", + "Command": "Get-MgBetaProgramControlType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144225,19 +144227,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/programControlTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontroltype-list?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProgramControlType" }, { - "Command": "Get-MgBetaProgramControlTypeCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaProgramControlTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144256,19 +144258,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/programControlTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaProgramCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaProgramCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProgramControl.Read.All", @@ -144287,162 +144289,162 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/programs/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportAppCredentialSignInActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Method": "GET", + "Command": "Get-MgBetaReportAppCredentialSignInActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/appCredentialSignInActivities/{appCredentialSignInActivity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appcredentialsigninactivity-get?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppCredentialSignInActivity" }, { - "Command": "Get-MgBetaReportAppCredentialSignInActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppCredentialSignInActivity", + "Method": "GET", + "Command": "Get-MgBetaReportAppCredentialSignInActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/appCredentialSignInActivities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-appcredentialsigninactivities?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppCredentialSignInActivity" }, { - "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportAppCredentialSignInActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/appCredentialSignInActivities/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Method": "GET", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationsignindetailedsummary-get?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary" }, { - "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Method": "GET", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/applicationSignInDetailedSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-applicationsignindetailedsummary?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary" }, { - "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportApplicationSignInDetailedSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/applicationSignInDetailedSummary/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Method": "GET", + "Command": "Get-MgBetaReportAttackSimulationRepeatOffender", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getAttackSimulationRepeatOffenders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender" }, { - "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Method": "GET", + "Command": "Get-MgBetaReportAttackSimulationTrainingUserCoverage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getAttackSimulationTrainingUserCoverage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage" }, { - "Command": "Get-MgBetaReportAttackSimulationUserCoverage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Method": "GET", + "Command": "Get-MgBetaReportAttackSimulationUserCoverage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getAttackSimulationSimulationUserCoverage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage" }, { - "Command": "Get-MgBetaReportAuthenticationMethod", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Method": "GET", + "Command": "Get-MgBetaReportAuthenticationMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/authenticationMethods", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot" }, { - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "GET", + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -144461,19 +144463,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserRegistrationDetails" }, { - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "GET", + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -144492,19 +144494,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/reports/authenticationMethods/userRegistrationDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserRegistrationDetails" }, { - "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportAuthenticationMethodUserRegistrationDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -144523,3214 +144525,3214 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplicationSignInSummary", + "Method": "GET", + "Command": "Get-MgBetaReportAzureAdApplicationSignInSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getazureadapplicationsigninsummary?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplicationSignInSummary" }, { - "Command": "Get-MgBetaReportBrowserDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportBrowserDistributionUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportBrowserUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportBrowserUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getBrowserUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportBrowserUserDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportBrowserUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getBrowserUserDetail(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportCredentialUsageSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCredentialUsageSummary", + "Method": "GET", + "Command": "Get-MgBetaReportCredentialUsageSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getCredentialUsageSummary(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialusagesummary?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCredentialUsageSummary" }, { - "Command": "Get-MgBetaReportCredentialUserRegistrationCount", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", + "Method": "GET", + "Command": "Get-MgBetaReportCredentialUserRegistrationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getCredentialUserRegistrationCount", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getcredentialuserregistrationcount?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount" }, { - "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Method": "GET", + "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails" }, { - "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Method": "GET", + "Command": "Get-MgBetaReportCredentialUserRegistrationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/credentialUserRegistrationDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-credentialuserregistrationdetails?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails" }, { - "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportCredentialUserRegistrationDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/credentialUserRegistrationDetails/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportDailyPrintUsage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsage", + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsage/{printUsage-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsage" }, { - "Command": "Get-MgBetaReportDailyPrintUsage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsage", + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsage", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsage" }, { - "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsageByPrinter", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByPrinterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsageByPrinter/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportDailyPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "Command": "Get-MgBetaReportDailyPrintUsageByUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsageByUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageByUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsageByUser/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportDailyPrintUsageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsage/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsageSummariesByPrinter", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByPrinterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsageSummariesByPrinter/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsageSummariesByUser", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportDailyPrintUsageSummaryByUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/dailyPrintUsageSummariesByUser/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", "Variants": [ "Device" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportDeviceConfigurationDeviceActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/deviceConfigurationDeviceActivity", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", "Variants": [ "Device" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportDeviceConfigurationUserActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/deviceConfigurationUserActivity", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportEmailActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportEmailActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getEmailActivityCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportEmailActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportEmailActivityUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportEmailActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportEmailActivityUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getEmailActivityUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportEmailAppUsageAppUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportEmailAppUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportEmailAppUsageUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportEmailAppUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportEmailAppUsageUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportEmailAppUsageVersionUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportFormUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportFormUserActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportFormUserActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportFormUserActivityUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportFormUserActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportFormUserActivityUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportGroupArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Method": "GET", + "Command": "Get-MgBetaReportGroupArchivedPrintJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphArchivedPrintJob" }, { - "Command": "Get-MgBetaReportM365AppPlatformUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportM365AppPlatformUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportM365AppUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportM365AppUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getM365AppUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportM365AppUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportM365AppUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getM365AppUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportMailboxUsageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportMailboxUsageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getMailboxUsageDetail(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportMailboxUsageMailboxCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportMailboxUsageMailboxCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportMailboxUsageQuotaStatusMailboxCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportMailboxUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportMailboxUsageStorage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getMailboxUsageStorage(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", "Variants": [ "Detail", "DetailViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", "Variants": [ "Managed", "ManagedViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentAbandonmentSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", "Variants": [ "Detail", "Detail1", "DetailViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/managedDeviceEnrollmentFailureDetails", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", "Variants": [ "Managed" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentFailureTrend", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/managedDeviceEnrollmentFailureTrends", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportManagedDeviceEnrollmentTopFailure", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/managedDeviceEnrollmentTopFailures", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/monthlyPrintUsageByPrinter", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByPrinterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/monthlyPrintUsageByPrinter/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/monthlyPrintUsageByUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageByUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/monthlyPrintUsageByUser/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByPrinterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/monthlyPrintUsageSummariesByUser", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportMonthlyPrintUsageSummaryByUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/monthlyPrintUsageSummariesByUser/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportOffice365ActivationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActivationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOffice365ActivationCounts", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportOffice365ActivationUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActivationUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOffice365ActivationsUserCounts", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportOffice365ActivationUserDetail", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActivationUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOffice365ActivationsUserDetail", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportOffice365ActiveUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", + "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActiveUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts" }, { - "Command": "Get-MgBetaReportOffice365ActiveUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", + "Method": "GET", + "Command": "Get-MgBetaReportOffice365ActiveUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail" }, { - "Command": "Get-MgBetaReportOffice365GroupActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", + "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts" }, { - "Command": "Get-MgBetaReportOffice365GroupActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", + "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail" }, { - "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", + "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts" }, { - "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", + "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts" }, { - "Command": "Get-MgBetaReportOffice365GroupActivityStorage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", + "Method": "GET", + "Command": "Get-MgBetaReportOffice365GroupActivityStorage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage" }, { - "Command": "Get-MgBetaReportOffice365ServiceUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", + "Method": "GET", + "Command": "Get-MgBetaReportOffice365ServiceUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts" }, { - "Command": "Get-MgBetaReportOneDriveActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveActivityFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportOneDriveActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveActivityUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportOneDriveActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveActivityUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportOneDriveUsageAccountCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveUsageAccountCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveUsageAccountDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportOneDriveUsageFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveUsageFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportOneDriveUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportOneDriveUsageStorage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportPartner", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPartners", + "Method": "GET", + "Command": "Get-MgBetaReportPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartners" }, { - "Command": "Get-MgBetaReportPartnerBilling", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPartnersBilling", + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBilling", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBilling" }, { - "Command": "Get-MgBetaReportPartnerBillingManifest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingManifest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/manifests/{manifest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBillingManifest" }, { - "Command": "Get-MgBetaReportPartnerBillingManifest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingManifest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/manifests", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBillingManifest" }, { - "Command": "Get-MgBetaReportPartnerBillingManifestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingManifestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/manifests/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportPartnerBillingOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/operations/{operation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "Get-MgBetaReportPartnerBillingOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/operations", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "Get-MgBetaReportPartnerBillingOperationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportPartnerBillingReconciliation", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingReconciliation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/reconciliation", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" }, { - "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingReconciliationBilled", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/reconciliation/billed", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportPartnerBillingUsage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingUsage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/usage", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" }, { - "Command": "Get-MgBetaReportPartnerBillingUsageBilled", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingUsageBilled", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/usage/billed", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportPartnerBillingUsageUnbilled", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/usage/unbilled", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportPrinterArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Method": "GET", + "Command": "Get-MgBetaReportPrinterArchivedPrintJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphArchivedPrintJob" }, { - "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Method": "GET", + "Command": "Get-MgBetaReportRelyingPartyDetailedSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary" }, { - "Command": "Get-MgBetaReportSecurity", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSecurity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/security", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Method": "GET", + "Command": "Get-MgBetaReportSecurityAttackSimulationRepeatOffender", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/security/getAttackSimulationRepeatOffenders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender" }, { - "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Method": "GET", + "Command": "Get-MgBetaReportSecurityAttackSimulationTrainingUserCoverage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage" }, { - "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Method": "GET", + "Command": "Get-MgBetaReportSecurityAttackSimulationUserCoverage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage" }, { - "Command": "Get-MgBetaReportServiceActivity", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportServiceActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/serviceActivity", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Method": "GET", + "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessCompliantDeviceSignInSuccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessCompliantDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccesscompliantdevicessigninsuccess?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceActivityValueMetric" }, { - "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Method": "GET", + "Command": "Get-MgBetaReportServiceActivityMetricForConditionalAccessManagedDeviceSignInSuccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/serviceActivity/getMetricsForConditionalAccessManagedDevicesSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforconditionalaccessmanageddevicessigninsuccess?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceActivityValueMetric" }, { - "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Method": "GET", + "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInFailure", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/serviceActivity/getMetricsForMfaSignInFailure(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninfailure?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceActivityValueMetric" }, { - "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Method": "GET", + "Command": "Get-MgBetaReportServiceActivityMetricForMfaSignInSuccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/serviceActivity/getMetricsForMfaSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsformfasigninsuccess?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceActivityValueMetric" }, { - "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceActivityValueMetric", + "Method": "GET", + "Command": "Get-MgBetaReportServiceActivityMetricForSamlSignInSuccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/serviceActivity/getMetricsForSamlSignInSuccess(inclusiveIntervalStartDateTime={inclusiveIntervalStartDateTime},exclusiveIntervalEndDateTime={exclusiveIntervalEndDateTime},aggregationIntervalInMinutes=@aggregationIntervalInMinutes)", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceactivity-getmetricsforsamlsigninsuccess?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceActivityValueMetric" }, { - "Command": "Get-MgBetaReportServicePrincipalSignInActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Method": "GET", + "Command": "Get-MgBetaReportServicePrincipalSignInActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/servicePrincipalSignInActivities/{servicePrincipalSignInActivity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalsigninactivity-get?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity" }, { - "Command": "Get-MgBetaReportServicePrincipalSignInActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity", + "Method": "GET", + "Command": "Get-MgBetaReportServicePrincipalSignInActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/servicePrincipalSignInActivities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-serviceprincipalsigninactivities?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipalSignInActivity" }, { - "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportServicePrincipalSignInActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/servicePrincipalSignInActivities/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSharePointActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSharePointActivityFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSharePointActivityPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSharePointActivityPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSharePointActivityPages(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSharePointActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSharePointActivityUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSharePointActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSharePointActivityUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSharePointActivityUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSharePointSiteUsageDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsageFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSharePointSiteUsagePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsagePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsageSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSharePointSiteUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSharePointSiteUsageStorage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessActivityUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessActivityUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageDistributionUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessDeviceUsageUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityMinuteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessOrganizerActivityUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityMinuteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessParticipantActivityUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityMinuteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportSkypeForBusinessPeerToPeerActivityUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportSla", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot", + "Method": "GET", + "Command": "Get-MgBetaReportSla", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/sla", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceLevelAgreementRoot" }, { - "Command": "Get-MgBetaReportSlaAzureAdAuthentication", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "Method": "GET", + "Command": "Get-MgBetaReportSlaAzureAdAuthentication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/sla/azureADAuthentication", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/azureadauthentication-get?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAzureAdAuthentication" }, { - "Command": "Get-MgBetaReportTeamActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamActivityDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamActivityDistributionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamActivityDistributionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsTeamCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageDistributionTotalUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageDistributionUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageTotalUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamDeviceUsageUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityDistributionTotalUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityDistributionUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamUserActivityTotalCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityTotalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityTotalDistributionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityTotalUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamUserActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportTeamUserActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportTeamUserActivityUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Method": "GET", + "Command": "Get-MgBetaReportUserArchivedPrintJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphArchivedPrintJob" }, { - "Command": "Get-MgBetaReportUserCredentialUsageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Method": "GET", + "Command": "Get-MgBetaReportUserCredentialUsageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails" }, { - "Command": "Get-MgBetaReportUserCredentialUsageDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", + "Method": "GET", + "Command": "Get-MgBetaReportUserCredentialUsageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userCredentialUsageDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-usercredentialusagedetails?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails" }, { - "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserCredentialUsageDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userCredentialUsageDetails/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsight", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphUserInsightsRoot", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserInsightsRoot" }, { - "Command": "Get-MgBetaReportUserInsightDaily", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDaily", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot" }, { - "Command": "Get-MgBetaReportUserInsightDailyActiveUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyActiveUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/activeUsers/{activeUsersMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphActiveUsersMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailyActiveUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyActiveUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/activeUsers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphActiveUsersMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyActiveUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/activeUsers/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightDailyAuthentication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyAuthentication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/authentications/{authenticationsMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationsMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailyAuthentication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyAuthentication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/authentications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationsMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyAuthenticationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/authentications/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/inactiveUsers/{dailyInactiveUsersMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/inactiveUsers", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDailyInactiveUsersMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/{dailyInactiveUsersByApplicationMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/inactiveUsersByApplication", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDailyInactiveUsersByApplicationMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserByApplicationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/inactiveUsersByApplication/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyInactiveUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/inactiveUsers/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/mfaCompletions/{mfaCompletionMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMfaCompletionMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/mfaCompletions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMfaCompletionMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyMfaCompletionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/mfaCompletions/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightDailySignUp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailySignUp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/signUps/{userSignUpMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserSignUpMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailySignUp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailySignUp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/signUps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-signups?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserSignUpMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailySignUpCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailySignUpCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/signUps/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightDailySummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInsightSummary", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/summary/{insightSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInsightSummary" }, { - "Command": "Get-MgBetaReportUserInsightDailySummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphInsightSummary", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/summary", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInsightSummary" }, { - "Command": "Get-MgBetaReportUserInsightDailySummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailySummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/summary/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightDailyUserCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserCountMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/userCount/{userCountMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserCountMetric" }, { - "Command": "Get-MgBetaReportUserInsightDailyUserCount", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserCountMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightDailyUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily/userCount", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/dailyuserinsightmetricsroot-list-usercount?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserCountMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthly", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/activeUsers/{activeUsersMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphActiveUsersMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphActiveUsersMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/activeUsers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-activeusers?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphActiveUsersMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyActiveUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/activeUsers/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/authentications/{authenticationsMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationsMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationsMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyAuthentication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/authentications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-authentications?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationsMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyAuthenticationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/authentications/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/inactiveUsers/{monthlyInactiveUsersMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/inactiveUsers", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/{monthlyInactiveUsersByApplicationMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMonthlyInactiveUsersByApplicationMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserByApplicationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/inactiveUsersByApplication/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyInactiveUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/inactiveUsers/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/mfaCompletions/{mfaCompletionMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMfaCompletionMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMfaCompletionMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/mfaCompletions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-mfacompletions?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMfaCompletionMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyMfaCompletionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/mfaCompletions/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightMonthlyRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserRequestsMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/requests/{userRequestsMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserRequestsMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserRequestsMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/requests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-requests?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserRequestsMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlyRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/requests/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightMonthlySignUp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlySignUp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/signUps/{userSignUpMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserSignUpMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlySignUp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserSignUpMetric", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlySignUp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/signUps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/monthlyuserinsightmetricsroot-list-signups?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserSignUpMetric" }, { - "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlySignUpCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/signUps/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportUserInsightMonthlySummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInsightSummary", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/summary/{insightSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInsightSummary" }, { - "Command": "Get-MgBetaReportUserInsightMonthlySummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphInsightSummary", + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/summary", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInsightSummary" }, { - "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportUserInsightMonthlySummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly/summary/$count", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportYammerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportYammerActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getYammerActivityCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportYammerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportYammerActivityUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportYammerActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportYammerActivityUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getYammerActivityUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportYammerDeviceUsageDistributionUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportYammerDeviceUsageUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportYammerDeviceUsageUserDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportYammerGroupActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportYammerGroupActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportYammerGroupActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportYammerGroupActivityDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaReportYammerGroupActivityGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "GET", + "Command": "Get-MgBetaRiskDetection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/identityProtection/riskDetections/{riskDetection-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta", "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskDetection" }, { - "Command": "Get-MgBetaRiskDetection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "GET", + "Command": "Get-MgBetaRiskDetection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskDetections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskDetection" }, { - "Command": "Get-MgBetaRiskDetectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRiskDetectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskDetections/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRiskyServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147749,19 +147751,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" }, { - "Command": "Get-MgBetaRiskyServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147780,19 +147782,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" }, { - "Command": "Get-MgBetaRiskyServicePrincipalCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147811,34 +147813,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRiskyServicePrincipalHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipalHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" }, { - "Command": "Get-MgBetaRiskyServicePrincipalHistory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipalHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147857,20 +147859,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" }, { - "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRiskyServicePrincipalHistoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -147889,63 +147891,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRiskyUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "GET", + "Command": "Get-MgBetaRiskyUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyUser" }, { - "Command": "Get-MgBetaRiskyUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "GET", + "Command": "Get-MgBetaRiskyUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/identityProtection/riskyUsers", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-get?view=graph-rest-beta", "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/identityProtection/riskyUsers", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-list?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphRiskyUser" }, { - "Command": "Get-MgBetaRiskyUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRiskyUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRiskyUserHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "GET", + "Command": "Get-MgBetaRiskyUserHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -147964,19 +147966,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuserhistoryitem-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "Command": "Get-MgBetaRiskyUserHistory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "GET", + "Command": "Get-MgBetaRiskyUserHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -147995,20 +147997,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "Command": "Get-MgBetaRiskyUserHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRiskyUserHistoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -148027,19 +148029,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagement", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphRoleManagement", + "Method": "GET", + "Command": "Get-MgBetaRoleManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -148074,151 +148076,151 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleManagement" }, { - "Command": "Get-MgBetaRoleManagementCloudPc", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRbacApplicationMultiple" }, { - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionAuthenticationContext", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148253,19 +148255,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148300,63 +148302,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentAppScopeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -148391,123 +148393,123 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentDirectoryScopeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentPrincipalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -148614,19 +148616,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -148733,19 +148735,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -148852,48 +148854,48 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagement", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -148928,137 +148930,137 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRbacApplicationMultiple" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionAuthenticationContext", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -149093,19 +149095,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -149140,63 +149142,63 @@ "IsLeastPrivilege": false } ], - "Uri": "/roleManagement/deviceManagement/roleAssignments", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-get?view=graph-rest-beta", "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/roleManagement/deviceManagement/roleAssignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-roleassignments?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScopeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -149231,123 +149233,123 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentDirectoryScopeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentPrincipalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149454,19 +149456,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149573,19 +149575,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -149692,63 +149694,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDirectory", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149775,19 +149777,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149814,19 +149816,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-list-resourcenamespaces?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149853,20 +149855,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149893,19 +149895,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourceaction-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149932,35 +149934,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionAuthenticationContext", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -149987,35 +149989,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150058,19 +150060,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150113,121 +150115,121 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStepCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -150270,65 +150272,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -150371,19 +150373,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -150426,49 +150428,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -150511,35 +150513,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -150582,19 +150584,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -150637,49 +150639,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -150722,80 +150724,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentSchedulePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -150830,19 +150832,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -150877,49 +150879,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -150954,95 +150956,95 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151085,19 +151087,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151140,19 +151142,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151195,64 +151197,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151295,19 +151297,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151350,34 +151352,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151420,35 +151422,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151491,19 +151493,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151546,34 +151548,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151616,80 +151618,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedulePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -151732,19 +151734,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151787,34 +151789,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -151857,109 +151859,109 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -151994,34 +151996,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/transitiveRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-transitiveroleassignments?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -152056,1440 +152058,1440 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/transitiveRoleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionAuthenticationContext", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStepCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstancePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedulePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstancePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedulePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagement", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionAuthenticationContext", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -153548,19 +153550,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -153619,121 +153621,121 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStepCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -153792,434 +153794,434 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -154326,19 +154328,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -154445,19 +154447,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -154564,505 +154566,505 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementExchange", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchange", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacApplication" }, { - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155089,19 +155091,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomAppScope" }, { - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155128,19 +155130,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/customAppScopes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-list-customappscopes?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomAppScope" }, { - "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeCustomAppScopeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155167,137 +155169,137 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/customAppScopes/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionAuthenticationContext", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/authenticationContext", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155340,19 +155342,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155395,34 +155397,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155465,65 +155467,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155582,19 +155584,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155653,19 +155655,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Exchange", @@ -155724,152 +155726,152 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/transitiveRoleAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgBetaSchemaExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "GET", + "Command": "Get-MgBetaSchemaExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -155888,19 +155890,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.SchemaExtensions", "Uri": "/schemaExtensions/{schemaExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-beta", - "Module": "Beta.SchemaExtensions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchemaExtension" }, { - "Command": "Get-MgBetaSchemaExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "GET", + "Command": "Get-MgBetaSchemaExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -155919,19 +155921,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.SchemaExtensions", "Uri": "/schemaExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-beta", - "Module": "Beta.SchemaExtensions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchemaExtension" }, { - "Command": "Get-MgBetaSchemaExtensionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSchemaExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -155950,20 +155952,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.SchemaExtensions", "Uri": "/schemaExtensions/$count", "ApiReferenceLink": null, - "Module": "Beta.SchemaExtensions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSearchAcronym", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "GET", + "Command": "Get-MgBetaSearchAcronym", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -155982,19 +155984,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchAcronym" }, { - "Command": "Get-MgBetaSearchAcronym", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "GET", + "Command": "Get-MgBetaSearchAcronym", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156013,19 +156015,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/acronyms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchAcronym" }, { - "Command": "Get-MgBetaSearchAcronymCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSearchAcronymCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156044,20 +156046,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/acronyms/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSearchBookmark", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "GET", + "Command": "Get-MgBetaSearchBookmark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156076,19 +156078,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "Command": "Get-MgBetaSearchBookmark", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "GET", + "Command": "Get-MgBetaSearchBookmark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156107,19 +156109,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/bookmarks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "Command": "Get-MgBetaSearchBookmarkCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSearchBookmarkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156138,34 +156140,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/bookmarks/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSearchEntity", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSearchEntity", + "Method": "GET", + "Command": "Get-MgBetaSearchEntity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/search", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchEntity" }, { - "Command": "Get-MgBetaSearchQna", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSearchQna", + "Method": "GET", + "Command": "Get-MgBetaSearchQna", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156184,19 +156186,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchQna" }, { - "Command": "Get-MgBetaSearchQna", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSearchQna", + "Method": "GET", + "Command": "Get-MgBetaSearchQna", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156215,19 +156217,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/qnas", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchQna" }, { - "Command": "Get-MgBetaSearchQnaCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSearchQnaCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -156246,20 +156248,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/qnas/$count", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAction", + "Method": "GET", + "Command": "Get-MgBetaSecurityAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -156278,19 +156280,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/securityActions/{securityAction-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAction" }, { - "Command": "Get-MgBetaSecurityAction", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityAction", + "Method": "GET", + "Command": "Get-MgBetaSecurityAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -156309,19 +156311,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/securityActions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-list?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAction" }, { - "Command": "Get-MgBetaSecurityActionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityActionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityActions.Read.All", @@ -156340,20 +156342,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/securityActions/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAlert", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAlert", + "Method": "GET", + "Command": "Get-MgBetaSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -156372,19 +156374,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/alerts/{alert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAlert" }, { - "Command": "Get-MgBetaSecurityAlert", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAlert", + "Method": "GET", + "Command": "Get-MgBetaSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -156403,19 +156405,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/alerts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAlert" }, { - "Command": "Get-MgBetaSecurityAlertCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAlertCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -156434,20 +156436,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/alerts/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAlertV2", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", + "Command": "Get-MgBetaSecurityAlertV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -156466,19 +156468,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "Command": "Get-MgBetaSecurityAlertV2", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", + "Command": "Get-MgBetaSecurityAlertV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -156497,19 +156499,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/alerts_v2", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "Command": "Get-MgBetaSecurityAlertV2Count", "Variants": [ "Get1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAlertV2Count", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -156528,604 +156530,604 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/alerts_v2/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulation", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationRoot" }, { - "Command": "Get-MgBetaSecurityAttackSimulation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSimulation", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSimulation" }, { - "Command": "Get-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSimulationAutomation" }, { - "Command": "Get-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulationAutomations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSimulationAutomation" }, { - "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulationAutomations/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSimulationAutomationRun" }, { - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSimulationAutomationRun" }, { - "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationAutomationRunCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulations/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndUserNotification" }, { - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/endUserNotifications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndUserNotification" }, { - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/endUserNotifications/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" }, { - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" }, { - "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationEndUserNotificationDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLandingPage" }, { - "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/landingPages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLandingPage" }, { - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/landingPages/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLandingPageDetail" }, { - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLandingPageDetail" }, { - "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLandingPageDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLoginPage" }, { - "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLoginPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/loginPages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLoginPage" }, { - "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationLoginPageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/loginPages/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationOperation" }, { - "Command": "Get-MgBetaSecurityAttackSimulationOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/operations", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationOperation" }, { - "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulationPayload", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPayload", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationPayload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/payloads/{payload-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPayload" }, { - "Command": "Get-MgBetaSecurityAttackSimulationPayload", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPayload", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationPayload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/payloads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPayload" }, { - "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationPayloadCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/payloads/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulationTraining", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTraining", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTraining", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainings/{training-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTraining" }, { - "Command": "Get-MgBetaSecurityAttackSimulationTraining", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTraining", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTraining", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTraining" }, { - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTrainingCampaign", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrainingCampaign" }, { - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTrainingCampaign", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaign", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainingCampaigns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainingcampaigns?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrainingCampaign" }, { - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCampaignCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainingCampaigns/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainings/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" }, { - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" }, { - "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAttackSimulationTrainingLanguageDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAuditLog", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/auditLog", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot" }, { - "Command": "Get-MgBetaSecurityAuditLogQuery", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157184,19 +157186,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/auditLog/queries/{auditLogQuery-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" }, { - "Command": "Get-MgBetaSecurityAuditLogQuery", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157255,19 +157257,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/auditLog/queries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-list-auditlogqueries?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" }, { - "Command": "Get-MgBetaSecurityAuditLogQueryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQueryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157326,34 +157328,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/auditLog/queries/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityAuditLogQueryRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" }, { - "Command": "Get-MgBetaSecurityAuditLogQueryRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157412,20 +157414,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditlogquery-list-records?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" }, { - "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityAuditLogQueryRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -157484,34 +157486,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCase", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Method": "GET", + "Command": "Get-MgBetaSecurityCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCasesRoot" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157530,19 +157532,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157561,19 +157563,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157592,20 +157594,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157624,19 +157626,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157655,20 +157657,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157687,20 +157689,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157719,34 +157721,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157765,20 +157767,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157797,49 +157799,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157858,20 +157860,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157890,78 +157892,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -157980,20 +157982,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158012,20 +158014,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158044,19 +158046,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158075,20 +158077,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-legalholds?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158107,93 +158109,93 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158212,20 +158214,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158244,20 +158246,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158276,78 +158278,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCaseOperation" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158366,20 +158368,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCaseOperation" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158398,20 +158400,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158430,19 +158432,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158461,20 +158463,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158493,20 +158495,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158525,19 +158527,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryfile-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158556,35 +158558,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-files?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158603,20 +158605,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158635,35 +158637,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158682,49 +158684,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158743,19 +158745,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158774,20 +158776,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseReviewSetQueryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158806,20 +158808,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158838,19 +158840,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158869,79 +158871,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -158960,64 +158962,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159036,64 +159038,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159112,20 +159114,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159144,19 +159146,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159175,64 +159177,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagChildTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -159251,92 +159253,92 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Get-MgBetaSecurityCaseEdiscoveryCaseTagParent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" }, { - "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityCloudAppSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cloudAppSecurityProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" }, { - "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCloudAppSecurityProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cloudAppSecurityProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityCollaboration", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "Method": "GET", + "Command": "Get-MgBetaSecurityCollaboration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/collaboration", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCollaborationRoot" }, { - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Method": "GET", + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -159355,19 +159357,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" }, { - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Method": "GET", + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -159386,19 +159388,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/collaboration/analyzedEmails", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" }, { - "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityCollaborationAnalyzedEmailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAnalyzedMessage.Read.All", @@ -159417,321 +159419,321 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/collaboration/analyzedEmails/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityDomainSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityDomainSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomainSecurityProfile" }, { - "Command": "Get-MgBetaSecurityDomainSecurityProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityDomainSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/domainSecurityProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomainSecurityProfile" }, { - "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityDomainSecurityProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/domainSecurityProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityFileSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityFileSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFileSecurityProfile" }, { - "Command": "Get-MgBetaSecurityFileSecurityProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityFileSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/fileSecurityProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFileSecurityProfile" }, { - "Command": "Get-MgBetaSecurityFileSecurityProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityFileSecurityProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/fileSecurityProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityHostSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityHostSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHostSecurityProfile" }, { - "Command": "Get-MgBetaSecurityHostSecurityProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityHostSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/hostSecurityProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHostSecurityProfile" }, { - "Command": "Get-MgBetaSecurityHostSecurityProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityHostSecurityProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/hostSecurityProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityIdentity", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIdentityContainer" }, { - "Command": "Get-MgBetaSecurityIdentityHealthIssue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentityHealthIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/healthIssues/{healthIssue-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "Command": "Get-MgBetaSecurityIdentityHealthIssue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentityHealthIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/healthIssues", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-identitycontainer-list-healthissues?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentityHealthIssueCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/healthIssues/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityIdentitySensor", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySensor", + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentitySensor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/sensors/{sensor-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySensor" }, { - "Command": "Get-MgBetaSecurityIdentitySensor", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySensor", + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentitySensor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/sensors", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySensor" }, { - "Command": "Get-MgBetaSecurityIdentitySensorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentitySensorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/sensors/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityIdentitySensorDeploymentAccessKey", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentitySensorDeploymentAccessKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/sensors/getDeploymentAccessKey", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityIdentitySensorDeploymentPackageUri", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecuritySensorDeploymentPackage", + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentitySensorDeploymentPackageUri", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/sensors/getDeploymentPackageUri", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySensorDeploymentPackage" }, { - "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/{healthIssue-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/sensors/{sensor-id}/healthIssues", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "Command": "Get-MgBetaSecurityIdentitySensorHealthIssueCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityIdentitySensorHealthIssueCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/sensors/{sensor-id}/healthIssues/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityIncident", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "GET", + "Command": "Get-MgBetaSecurityIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -159750,19 +159752,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/incidents/{incident-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIncident" }, { - "Command": "Get-MgBetaSecurityIncident", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "GET", + "Command": "Get-MgBetaSecurityIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -159781,78 +159783,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/incidents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIncident" }, { - "Command": "Get-MgBetaSecurityIncidentAlert", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", + "Command": "Get-MgBetaSecurityIncidentAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "Command": "Get-MgBetaSecurityIncidentAlert", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", + "Command": "Get-MgBetaSecurityIncidentAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/incidents/{incident-id}/alerts", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "Command": "Get-MgBetaSecurityIncidentAlertCommentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityIncidentAlertCommentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityIncidentAlertCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityIncidentAlertCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/incidents/{incident-id}/alerts/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityIncidentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityIncidentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -159871,33 +159873,33 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/incidents/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityInformationProtection", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityInformationProtection" }, { - "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -159916,20 +159918,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Security", "Uri": "/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" }, { - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -159948,19 +159950,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -159979,19 +159981,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -160010,366 +160012,366 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "Command": "Get-MgBetaSecurityIPSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityIPSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIPSecurityProfile" }, { - "Command": "Get-MgBetaSecurityIPSecurityProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityIPSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/ipSecurityProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIPSecurityProfile" }, { - "Command": "Get-MgBetaSecurityIPSecurityProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityIPSecurityProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/ipSecurityProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityLabel", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityLabelsRoot" }, { - "Command": "Get-MgBetaSecurityLabelAuthority", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/authorities/{authorityTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "Command": "Get-MgBetaSecurityLabelAuthority", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/authorities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "Command": "Get-MgBetaSecurityLabelAuthorityCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelAuthorityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/authorities/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityLabelCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/categories/{categoryTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "Command": "Get-MgBetaSecurityLabelCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/categories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "Command": "Get-MgBetaSecurityLabelCategoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/categories/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityLabelCategorySubcategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCategorySubcategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" }, { - "Command": "Get-MgBetaSecurityLabelCategorySubcategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCategorySubcategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" }, { - "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCategorySubcategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityLabelCitation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/citations/{citationTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "Command": "Get-MgBetaSecurityLabelCitation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/citations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "Command": "Get-MgBetaSecurityLabelCitationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelCitationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/citations/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityLabelDepartment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelDepartment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/departments/{departmentTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "Command": "Get-MgBetaSecurityLabelDepartment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelDepartment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/departments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "Command": "Get-MgBetaSecurityLabelDepartmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelDepartmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/departments/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityLabelFilePlanReference", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelFilePlanReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "Command": "Get-MgBetaSecurityLabelFilePlanReference", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelFilePlanReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/filePlanReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelFilePlanReferenceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/filePlanReferences/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityLabelRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionEventType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "Command": "Get-MgBetaSecurityLabelRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -160388,19 +160390,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" }, { - "Command": "Get-MgBetaSecurityLabelRetentionLabel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -160419,19 +160421,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" }, { - "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -160450,168 +160452,168 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" }, { - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorAuthorityTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCategoryTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorCitationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorDepartmentTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" }, { - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" }, { - "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityLabelRetentionLabelDispositionReviewStageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityPartner", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPartnerSecurity", + "Method": "GET", + "Command": "Get-MgBetaSecurityPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/partner", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnerSecurity" }, { - "Command": "Get-MgBetaSecurityPartnerSecurityAlert", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "Method": "GET", + "Command": "Get-MgBetaSecurityPartnerSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PartnerSecurity.Read.All", @@ -160630,19 +160632,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnerSecurityAlert" }, { - "Command": "Get-MgBetaSecurityPartnerSecurityAlert", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "Method": "GET", + "Command": "Get-MgBetaSecurityPartnerSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PartnerSecurity.Read.All", @@ -160661,19 +160663,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/partner/securityAlerts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-list-securityalerts?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnerSecurityAlert" }, { - "Command": "Get-MgBetaSecurityPartnerSecurityAlertCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityPartnerSecurityAlertCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PartnerSecurity.Read.All", @@ -160692,77 +160694,77 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/partner/securityAlerts/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityProviderTenantSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Method": "GET", + "Command": "Get-MgBetaSecurityProviderTenantSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProviderTenantSetting" }, { - "Command": "Get-MgBetaSecurityProviderTenantSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Method": "GET", + "Command": "Get-MgBetaSecurityProviderTenantSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/providerTenantSettings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProviderTenantSetting" }, { - "Command": "Get-MgBetaSecurityProviderTenantSettingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityProviderTenantSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/providerTenantSettings/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityRule", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "Method": "GET", + "Command": "Get-MgBetaSecurityRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/rules", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRulesRoot" }, { - "Command": "Get-MgBetaSecurityRuleDetectionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Method": "GET", + "Command": "Get-MgBetaSecurityRuleDetectionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -160781,19 +160783,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/rules/detectionRules/{detectionRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDetectionRule" }, { - "Command": "Get-MgBetaSecurityRuleDetectionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Method": "GET", + "Command": "Get-MgBetaSecurityRuleDetectionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -160812,19 +160814,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/rules/detectionRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-detectionrule-list?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDetectionRule" }, { - "Command": "Get-MgBetaSecurityRuleDetectionRuleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityRuleDetectionRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomDetection.Read.All", @@ -160843,20 +160845,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/rules/detectionRules/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecuritySecureScore", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecureScore", + "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160875,19 +160877,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/secureScores/{secureScore-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecureScore" }, { - "Command": "Get-MgBetaSecuritySecureScore", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecureScore", + "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160906,20 +160908,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/secureScores", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecureScore" }, { - "Command": "Get-MgBetaSecuritySecureScoreControlProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScoreControlProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160938,19 +160940,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" }, { - "Command": "Get-MgBetaSecuritySecureScoreControlProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScoreControlProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -160969,19 +160971,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/secureScoreControlProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-list?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" }, { - "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScoreControlProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -161000,19 +161002,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/secureScoreControlProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecuritySecureScoreCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecuritySecureScoreCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -161031,20 +161033,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/secureScores/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161063,19 +161065,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161094,195 +161096,195 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApprover", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaborator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161301,20 +161303,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161333,49 +161335,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestFinalReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161394,20 +161396,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestNoteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -161426,666 +161428,663 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgBetaSecuritySubjectRightsRequestTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Get-MgBetaSecurityThreatIntelligence", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articles/{article-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articles/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articleIndicators", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceArticleIndicatorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articleIndicators/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPair", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostChildHostPairCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostComponent" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostComponents", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostComponent" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostComponents/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostComponentHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostCookie" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookie", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostCookies", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostCookie" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostCookies/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCookieHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPair", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPairs", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairChildHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPairs/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPairParentHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPair", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostParentHostPairCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDns", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPassiveDnsReverseCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPort" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPort", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPorts", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPort" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPorts/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostPortMostRecentSslCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostReputation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostReputation" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Get", "Get1", @@ -162094,858 +162093,861 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostSslCertificates", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSslCertificateHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostSubdomainCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostTracker" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostTrackers", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostTracker" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostTrackerHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceHostWhoi", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceIntelProfileIndicatorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/passiveDnsRecords", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligencePassiveDnsRecordParentHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceProfileIndicatorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/sslCertificates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/sslCertificates/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSslCertificateRelatedHostCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/subdomains", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/subdomains/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceSubdomainHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityVulnerability" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityVulnerability" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityArticleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityComponentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceVulnerabilityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisHistoryRecordHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisRecords", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisRecords/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHistoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatIntelligenceWhoisRecordHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgBetaSecurityThreatSubmission", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatSubmission", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot" }, { - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -162980,19 +162982,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" }, { - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163027,19 +163029,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/emailThreats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-list?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" }, { - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163074,20 +163076,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/emailThreats/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163130,19 +163132,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" }, { - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163185,19 +163187,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmissionpolicy-list?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" }, { - "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163240,20 +163242,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163288,19 +163290,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" }, { - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163335,19 +163337,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/fileThreats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-filethreatsubmission-list?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" }, { - "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionFileThreatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163382,20 +163384,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/fileThreats/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163430,19 +163432,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" }, { - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163477,19 +163479,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/urlThreats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-list?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" }, { - "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityThreatSubmissionUrlThreatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.Read", @@ -163524,77 +163526,77 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/urlThreats/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityTiIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "GET", + "Command": "Get-MgBetaSecurityTiIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/tiIndicators/{tiIndicator-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTiIndicator" }, { - "Command": "Get-MgBetaSecurityTiIndicator", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "GET", + "Command": "Get-MgBetaSecurityTiIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/tiIndicators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-list?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTiIndicator" }, { - "Command": "Get-MgBetaSecurityTiIndicatorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityTiIndicatorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/tiIndicators/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityTrigger", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Method": "GET", + "Command": "Get-MgBetaSecurityTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/triggers", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityTriggersRoot" }, { - "Command": "Get-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163613,19 +163615,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" }, { - "Command": "Get-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163644,19 +163646,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/triggers/retentionEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" }, { - "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163675,20 +163677,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/triggers/retentionEvents/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityTriggerRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerRetentionEventType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163707,34 +163709,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "Command": "Get-MgBetaSecurityTriggerType", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/triggerTypes", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" }, { - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163753,19 +163755,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163784,19 +163786,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/triggerTypes/retentionEventTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityTriggerTypeRetentionEventTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -163815,310 +163817,310 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/triggerTypes/retentionEventTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSecurityUserSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityUserSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserSecurityProfile" }, { - "Command": "Get-MgBetaSecurityUserSecurityProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Method": "GET", + "Command": "Get-MgBetaSecurityUserSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/userSecurityProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserSecurityProfile" }, { - "Command": "Get-MgBetaSecurityUserSecurityProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSecurityUserSecurityProfileCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/userSecurityProfiles/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceHealth" }, { - "Command": "Get-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceHealth" }, { - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementHealthOverviewIssueCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServiceAnnouncementIssue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "Get-MgBetaServiceAnnouncementIssue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "Get-MgBetaServiceAnnouncementIssueCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementIssueCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServiceAnnouncementMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceUpdateMessage" }, { - "Command": "Get-MgBetaServiceAnnouncementMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceUpdateMessage" }, { - "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServiceAnnouncementMessageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServiceAnnouncementMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164161,19 +164163,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164216,78 +164218,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppManagementPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164330,20 +164332,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignedToCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164386,34 +164388,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164456,20 +164458,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalAppRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164512,20 +164514,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalByAppId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164568,34 +164570,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaServicePrincipalById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -164638,19 +164640,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -164693,20 +164695,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalClaimMappingPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -164749,20 +164751,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalClaimPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomClaimsPolicy", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalClaimPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -164781,19 +164783,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customclaimspolicy-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomClaimsPolicy" }, { - "Command": "Get-MgBetaServicePrincipalCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164836,34 +164838,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalCreatedObject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaServicePrincipalCreatedObject", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164906,49 +164908,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-createdobjects?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObjectAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObjectCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -164991,49 +164993,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalCreatedObjectCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" }, { - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165060,20 +165062,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" }, { - "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalDelegatedPermissionClassificationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165100,19 +165102,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -165155,63 +165157,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaServicePrincipalEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaServicePrincipalEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaServicePrincipalEndpointCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalEndpointCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -165254,19 +165256,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -165309,20 +165311,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalHomeRealmDiscoveryPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -165365,81 +165367,81 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalLicenseDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalLicenseDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "Command": "Get-MgBetaServicePrincipalLicenseDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalLicenseDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalLicenseDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalLicenseDetailTeamLicensingDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/getTeamsLicensingDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsLicensingDetails" }, { - "Command": "Get-MgBetaServicePrincipalMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165522,22 +165524,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165636,34 +165638,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaServicePrincipalMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165706,107 +165708,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaServicePrincipalMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -165849,79 +165851,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -165948,20 +165950,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOauth2PermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -165988,34 +165990,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalOwnedObject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaServicePrincipalOwnedObject", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166058,136 +166060,136 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-ownedobjects?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166230,79 +166232,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnedObjectCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalOwner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166345,106 +166347,162 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaServicePrincipalOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaServicePrincipalOwnerAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaServicePrincipalOwnerByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read all applications", + "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166487,123 +166545,67 @@ "IsLeastPrivilege": false } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "ApiReferenceLink": null, "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaServicePrincipalOwnerCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read all applications", - "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Application.ReadWrite.OwnedBy", - "Description": "Manage apps that this app creates or owns", - "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Application.ReadWrite.All", - "Description": "Read and write all applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerCountAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalOwnerCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166638,64 +166640,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-getpasswordsinglesignoncredentials?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" }, { - "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-permissiongrantpreapprovalpolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy" }, { - "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy" }, { - "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalPermissionGrantPreApprovalPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/permissionGrantPreApprovalPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166746,20 +166748,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" }, { - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -166810,109 +166812,109 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetDeviceGroup" }, { - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetDeviceGroup" }, { - "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRiskDetection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" }, { - "Command": "Get-MgBetaServicePrincipalRiskDetection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRiskDetection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/servicePrincipalRiskDetections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" }, { - "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalRiskDetectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronization" }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalSynchronizationAccessToken", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166931,20 +166933,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -166971,19 +166973,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167010,50 +167012,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167080,20 +167082,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -167136,79 +167138,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationJobSchemaDirectoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationSecretCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167235,19 +167237,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167274,20 +167276,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167314,20 +167316,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -167354,122 +167356,122 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenIssuancePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -167512,20 +167514,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTokenLifetimePolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -167568,34 +167570,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -167630,107 +167632,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -167765,79 +167767,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaServicePrincipalTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaServicePrincipalUserOwnedObject", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaServicePrincipalUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaSettingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSettingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -167872,152 +167874,152 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/settings/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaShareContentTypeBase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaShareContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaShareContentTypeBaseType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaShareContentTypeBaseType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaShareContentTypeBaseType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaShareContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareContentTypeBaseTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaShareCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaShareCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaShareDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -168044,20 +168046,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/driveItem", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaShareDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -168108,20 +168110,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -168172,1198 +168174,1198 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaShareItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaShareItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaShareItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaShareItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareItemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/items/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaShareItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaShareItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaShareLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaShareLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgBetaShareList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgBetaShareListActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaShareListActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaShareListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaShareListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaShareListColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaShareListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaShareListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaShareListColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaShareListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaShareListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaShareListContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaShareListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaShareListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaShareListContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaShareListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaShareListContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnLinkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaShareListContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnPositionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeCompatibleHubContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaShareListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListContentTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaShareListCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaShareListCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaShareListDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/drive", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaShareListItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaShareListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaShareListItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaShareListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaShareListItemActivity", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaShareListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaShareListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaShareListItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaShareListItemAnalytic", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaShareListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaShareListItemCreatedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaShareListItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaShareListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaShareListItemDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaShareListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaShareListItemDocumentSetVersion", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaShareListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListItemDocumentSetVersionField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListItemDriveItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaShareListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaShareListItemDriveItemContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListItemDriveItemContentStream", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListItemField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListItemPermission", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaShareListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaShareListItemPermission", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaShareListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaShareListItemPermissionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListItemVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaShareListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaShareListItemVersion", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaShareListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaShareListItemVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListItemVersionField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaShareListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaShareListOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaShareListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/operations", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaShareListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaShareListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaShareListPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaShareListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaShareListPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaShareListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaShareListSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaShareListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaShareListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareListSubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSharePermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaSharePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaShareRoot", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaShareRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/root", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaShareRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareRootContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/root/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareRootContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaShareRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "GET", + "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -169390,49 +169392,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedDriveItem" }, { - "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "GET", + "Command": "Get-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedDriveItem" }, { - "Command": "Get-MgBetaShareSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaShareSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/site", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169451,19 +169453,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169482,35 +169484,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaSiteActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaSiteActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaSiteAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaSiteAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -169561,153 +169563,153 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticItemActivityStatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticLastSevenDay", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -169758,20 +169760,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaSiteAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaSiteAnalyticTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -169822,20 +169824,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/allTime", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaSiteApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaSiteApplicableContentTypeForList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169870,35 +169872,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaSiteByPath", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaSiteByPath", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaSiteColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169933,19 +169935,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -169980,20 +169982,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170028,35 +170030,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteContentModelAppliedDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentModelUsage", + "Method": "GET", + "Command": "Get-MgBetaSiteContentModelAppliedDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170083,20 +170085,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/getAppliedDrives", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentModelUsage" }, { - "Command": "Get-MgBetaSiteContentModelByName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentModel", + "Method": "GET", + "Command": "Get-MgBetaSiteContentModelByName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170123,35 +170125,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getbyname?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentModel" }, { - "Command": "Get-MgBetaSiteContentModelGetByNameAppliedDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentModelUsage", + "Method": "GET", + "Command": "Get-MgBetaSiteContentModelGetByNameAppliedDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/getAppliedDrives", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-getapplieddrives?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentModelUsage" }, { - "Command": "Get-MgBetaSiteContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170186,19 +170188,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaSiteContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170233,86 +170235,86 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaSiteContentTypeBase", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeBase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaSiteContentTypeBaseType", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeBaseType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaSiteContentTypeBaseType", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeBaseType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeBaseTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170347,19 +170349,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170394,20 +170396,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170442,123 +170444,123 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaSiteContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnLinkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnPositionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeCompatibleHubContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -170577,20 +170579,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaSiteContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteContentTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170625,19 +170627,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteCount", "Variants": [ "Get1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170656,20 +170658,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaSiteDefaultDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -170720,19 +170722,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/drive", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaSiteDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaSiteDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -170751,34 +170753,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaSiteDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaSiteDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaSiteDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaSiteDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -170829,20 +170831,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/drives", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaSiteDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteDriveCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -170893,398 +170895,398 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/drives/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteExternalColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteExternalColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteExternalColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteExternalColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/externalColumns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteExternalColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteExternalColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/externalColumns/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteGetByPath", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPath", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgBetaSiteGetByPathAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathApplicableContentTypeForList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaSiteGetByPathColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteGetByPathContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaSiteGetByPathDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaSiteGetByPathDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaSiteGetByPathExternalColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathExternalColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteGetByPathOnenote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathOnenote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenote" }, { - "Command": "Get-MgBetaSiteGetByPathOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaSiteGetByPathPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Get-MgBetaSiteGetByPathPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaSiteGetByPathSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/sites", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaSiteGetByPathTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", + "Command": "Get-MgBetaSiteGetByPathTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaSiteGetGraphBPrePathActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaSiteItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaSiteItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaSiteItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaSiteLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaSiteLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgBetaSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171303,19 +171305,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-get?view=graph-rest-beta", "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/sites/{site-id}/lists/{list-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgBetaSiteList", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgBetaSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171334,19 +171336,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgBetaSiteListActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaSiteListActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -171397,20 +171399,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaSiteListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171445,19 +171447,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteListColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171492,20 +171494,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171540,35 +171542,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteListColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171603,19 +171605,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaSiteListContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171650,20 +171652,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaSiteListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171698,19 +171700,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteListContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171745,20 +171747,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171793,123 +171795,123 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaSiteListContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnLinkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteListContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnPositionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -171928,20 +171930,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaSiteListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListContentTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -171976,20 +171978,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172008,94 +172010,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaSiteListCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaSiteListCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaSiteListDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/drive", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaSiteListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaSiteListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172122,19 +172124,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaSiteListItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaSiteListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172153,34 +172155,113 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaSiteListItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivity", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "Files.Read", + "Description": "Read your files", + "FullDescription": "Allows the app to read your files.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Edit or delete items in all site collections", + "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections", + "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Files.ReadWrite.All", + "Description": "Have full access to all files you have access to", + "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Files.ReadWrite", + "Description": "Have full access to your files", + "FullDescription": "Allows the app to read, create, update, and delete your files.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Files.Read.All", + "Description": "Read all files that you have access to", + "FullDescription": "Allows the app to read all files you can access.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityOld" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityByInterval", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaSiteListItemActivity", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -172231,159 +172312,80 @@ "IsLeastPrivilege": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaSiteListItemActivityByInterval", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphItemActivityStat", - "Permissions": [], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "ApiReferenceLink": null, "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaSiteListItemActivityCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "Files.Read", - "Description": "Read your files", - "FullDescription": "Allows the app to read your files.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Edit or delete items in all site collections", - "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Sites.Read.All", - "Description": "Read items in all site collections", - "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Files.ReadWrite.All", - "Description": "Have full access to all files you have access to", - "FullDescription": "Allows the app to read, create, update and delete all files that you can access.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Files.ReadWrite", - "Description": "Have full access to your files", - "FullDescription": "Allows the app to read, create, update, and delete your files.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Files.Read.All", - "Description": "Read all files that you have access to", - "FullDescription": "Allows the app to read all files you can access.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListItemActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListItemActivityListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemActivityListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaSiteListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -172434,81 +172436,81 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaSiteListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172527,20 +172529,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172583,19 +172585,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172638,20 +172640,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172694,35 +172696,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -172773,65 +172775,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaSiteListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172866,19 +172868,67 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaSiteListItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections ", + "FullDescription": "Allows the app to read documents and list items in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Read and write items in all site collections", + "FullDescription": "Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Sites.Manage.All", + "Description": "Create, edit, and delete items and lists in all site collections", + "FullDescription": "Allows the app to create or delete document libraries and lists in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Sites.FullControl.All", + "Description": "Have full control of all site collections", + "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPermission" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaSiteListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172913,68 +172963,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", - "ApiReferenceLink": null, "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaSiteListItemPermissionCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "Sites.Read.All", - "Description": "Read items in all site collections ", - "FullDescription": "Allows the app to read documents and list items in all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Read and write items in all site collections", - "FullDescription": "Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Sites.Manage.All", - "Description": "Create, edit, and delete items and lists in all site collections", - "FullDescription": "Allows the app to create or delete document libraries and lists in all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Sites.FullControl.All", - "Description": "Have full control of all site collections", - "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -172993,19 +172995,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaSiteListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173024,20 +173026,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaSiteListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173056,35 +173058,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaSiteListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173119,19 +173121,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaSiteListOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaSiteListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173166,20 +173168,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaSiteListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173214,20 +173216,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173262,19 +173264,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaSiteListPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173309,20 +173311,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaSiteListPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -173357,64 +173359,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaSiteListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaSiteListSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaSiteListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaSiteListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteListSubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173457,19 +173459,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaSiteOnenoteNotebook", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173512,133 +173514,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaSiteOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/$count", - "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebookCount", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", - "Module": "Beta.Sites", "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" - }, - { - "Command": "Get-MgBetaSiteOnenoteNotebookSection", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -173681,19 +173570,132 @@ "IsLeastPrivilege": false } ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "ApiReferenceLink": null, "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Get-MgBetaSiteOnenoteNotebookFromWebUrl", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Sites", + "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCopyNotebookModel" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebookSection", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Notes", + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173736,20 +173738,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaSiteOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -173792,35 +173794,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Get-MgBetaSiteOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -173855,19 +173857,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaSiteOnenotePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -173902,35 +173904,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaSiteOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteOnenotePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -173965,35 +173967,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/pages/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Get-MgBetaSiteOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteResourceContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -174028,35 +174030,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -174099,19 +174101,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaSiteOnenoteSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -174154,20 +174156,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaSiteOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -174210,20 +174212,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -174266,20 +174268,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaSiteOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -174322,22 +174324,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaSiteOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -174380,19 +174382,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -174435,19 +174437,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaSiteOnenoteSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaSiteOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -174482,20 +174484,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaSiteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaSiteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174530,19 +174532,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaSiteOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaSiteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174577,20 +174579,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaSiteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174625,20 +174627,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", + "Command": "Get-MgBetaSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174657,19 +174659,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Get-MgBetaSitePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", + "Command": "Get-MgBetaSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174688,34 +174690,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Get-MgBetaSitePageAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSitePage" }, { - "Command": "Get-MgBetaSitePageAsSitePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -174734,388 +174736,388 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/sitePage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSitePage" }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCanvasLayout" }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebPart" }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVerticalSection" }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebPart" }, { - "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageAsSitePageWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageAsSitePageWebPart", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebPart" }, { - "Command": "Get-MgBetaSitePageAsSitePageWebPartCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageAsSitePageWebPartCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -175134,20 +175136,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageCountAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageCountAsSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -175166,227 +175168,227 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/sitePage/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaSitePageCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaSitePageLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebPartPosition" }, { - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebPartPosition" }, { - "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgBetaSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebPartPosition" }, { - "Command": "Get-MgBetaSitePermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaSitePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaSitePermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaSitePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/permissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaSitePermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSitePermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", + "Command": "Get-MgBetaSiteRecentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -175429,20 +175431,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRecentNotebook" }, { - "Command": "Get-MgBetaSiteTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175461,20 +175463,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Get-MgBetaSiteTermStoreGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175493,19 +175495,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgBetaSiteTermStoreGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175524,20 +175526,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgBetaSiteTermStoreGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175556,34 +175558,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreGroupSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175602,186 +175604,186 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetChildSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175800,124 +175802,124 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetParentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -175936,301 +175938,301 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermChildSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreGroupSetTermSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -176249,51 +176251,51 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetChild", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -176312,793 +176314,793 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetChildSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetChildSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermChildSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetParentGroupSetTermSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177117,20 +177119,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177149,65 +177151,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177226,48 +177228,48 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetTerm", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177286,20 +177288,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177318,153 +177320,153 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermChildSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177483,20 +177485,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -177515,1340 +177517,1340 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationFromTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermRelationToTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgBetaSiteTermStoreSetTermSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgBetaSiteTermStoreSetTermSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgBetaSolutionBackupRestore", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphBackupRestoreRoot", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBackupRestoreRoot" }, { - "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/driveInclusionRules", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreDriveInclusionRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/driveInclusionRules/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/driveProtectionUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreDriveProtectionUnitCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/driveProtectionUnits/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExchangeRestoreSession" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExchangeRestoreSession" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/mailboxInclusionRules", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreMailboxInclusionRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/mailboxInclusionRules/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/mailboxProtectionUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreMailboxProtectionUnitCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/mailboxProtectionUnits/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Get-MgBetaSolutionBackupRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestorePoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Get-MgBetaSolutionBackupRestorePoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestorePoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restorePoints", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Get-MgBetaSolutionBackupRestorePointCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestorePointCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restorePoints/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestorePointProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestorePointProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProtectionUnitBase" }, { - "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/protectionPolicies", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreProtectionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/protectionPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProtectionUnitBase" }, { - "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/protectionUnits", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProtectionUnitBase" }, { - "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnitCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreProtectionUnitCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/protectionUnits/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceApp" }, { - "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreServiceApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/serviceApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceApp" }, { - "Command": "Get-MgBetaSolutionBackupRestoreServiceAppCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreServiceAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/serviceApps/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restoreSessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSessionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restoreSessions/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharePointRestoreSession" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharePointRestoreSession" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/siteInclusionRules", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSiteInclusionRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/siteInclusionRules/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/siteProtectionUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBackupRestoreSiteProtectionUnitCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/siteProtectionUnits/$count", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBusinessScenario", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenario", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178883,19 +178885,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBusinessScenario" }, { - "Command": "Get-MgBetaSolutionBusinessScenario", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenario", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178930,20 +178932,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-list-businessscenarios?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBusinessScenario" }, { - "Command": "Get-MgBetaSolutionBusinessScenarioByUniqueName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -178978,19 +178980,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-get?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBusinessScenario" }, { - "Command": "Get-MgBetaSolutionBusinessScenarioCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -179025,20 +179027,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/$count", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlanner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -179073,20 +179075,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-get?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner" }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -179121,20 +179123,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-get?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration" }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -179169,19 +179171,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -179216,20 +179218,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-list-localizations?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalizationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -179264,20 +179266,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/$count", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -179296,19 +179298,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-get?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBusinessScenarioTask" }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -179327,50 +179329,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-list-tasks?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBusinessScenarioTask" }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.Read.OwnedBy", @@ -179405,20 +179407,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-get?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration" }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioData.Read.OwnedBy", @@ -179437,50 +179439,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTaskDetails" }, { - "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "GET", + "Command": "Get-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" }, { - "Command": "Get-MgBetaSubscribedSku", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "GET", + "Command": "Get-MgBetaSubscribedSku", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -179515,19 +179517,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/subscribedSkus/{subscribedSku-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscribedSku" }, { - "Command": "Get-MgBetaSubscribedSku", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "GET", + "Command": "Get-MgBetaSubscribedSku", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -179562,63 +179564,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/subscribedSkus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscribedSku" }, { - "Command": "Get-MgBetaSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ChangeNotifications", "Uri": "/subscriptions/{subscription-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-beta", - "Module": "Beta.ChangeNotifications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ChangeNotifications", "Uri": "/subscriptions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-beta", - "Module": "Beta.ChangeNotifications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaSubSite", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaSubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/sites/{site-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaSubSite", "Variants": [ "List2" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaSubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -179637,20 +179639,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaSubSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaSubSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -179669,20 +179671,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/sites/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeam", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgBetaTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -179757,19 +179759,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Get-MgBetaTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgBetaTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -179796,20 +179798,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Get-MgBetaTeamChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -179884,19 +179886,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaTeamChannel", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -179971,20 +179973,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamChannelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -180059,20 +180061,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelFileFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read.All", @@ -180147,50 +180149,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamChannelFileFolderContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -180225,19 +180227,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamChannelMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -180264,20 +180266,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -180304,22 +180306,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamChannelMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180354,165 +180356,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamChannelMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", - "Permissions": [ - { - "Name": "ChannelMessage.Read.Group", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "ChannelMessage.Read.All", - "Description": "Read all channel messages", - "FullDescription": "Allows the app to read all channel messages in Microsoft Teams", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaTeamChannelMessageCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "ChannelMessage.Read.Group", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "ChannelMessage.Read.All", - "Description": "Read all channel messages", - "FullDescription": "Allows the app to read all channel messages in Microsoft Teams", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", - "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessage", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaTeamChannelMessageDelta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "OutputType": "IMicrosoftGraphChatMessage", - "Permissions": [ - { - "Name": "ChannelMessage.Read.Group", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "ChannelMessage.Read.All", - "Description": "Read all channel messages", - "FullDescription": "Allows the app to read all channel messages in Microsoft Teams", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Module": "Beta.Teams", "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaTeamChannelMessageHostedContent", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180547,19 +180403,165 @@ "IsLeastPrivilege": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "ApiReferenceLink": null, "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageCount", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "ChannelMessage.Read.Group", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "ChannelMessage.Read.All", + "Description": "Read all channel messages", + "FullDescription": "Allows the app to read all channel messages in Microsoft Teams", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageDelta", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "ChannelMessage.Read.Group", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "ChannelMessage.Read.All", + "Description": "Read all channel messages", + "FullDescription": "Allows the app to read all channel messages in Microsoft Teams", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" }, { + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], + "Method": "GET", "Command": "Get-MgBetaTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "ChannelMessage.Read.Group", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "ChannelMessage.Read.All", + "Description": "Read all channel messages", + "FullDescription": "Allows the app to read all channel messages in Microsoft Teams", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Teams", + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180594,20 +180596,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180642,20 +180644,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180690,19 +180692,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamChannelMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180737,20 +180739,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180785,20 +180787,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180833,22 +180835,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180883,19 +180885,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180930,20 +180932,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -180978,37 +180980,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamChannelRetainedMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelRetainedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -181027,19 +181029,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgBetaTeamChannelSharedWithTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -181058,34 +181060,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -181104,20 +181106,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -181136,20 +181138,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamChannelSharedWithTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -181168,20 +181170,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -181280,19 +181282,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaTeamChannelTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -181391,20 +181393,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamChannelTabCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -181503,34 +181505,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaTeamChannelTabTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaTeamCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -181557,63 +181559,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaTeamGroupServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamGroupServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamIncomingChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaTeamIncomingChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaTeamIncomingChannel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaTeamIncomingChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -181640,20 +181642,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/incomingChannels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaTeamIncomingChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamIncomingChannelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -181680,20 +181682,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/incomingChannels/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgBetaTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.Read.Group", @@ -181848,19 +181850,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgBetaTeamInstalledApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgBetaTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -182007,20 +182009,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgBetaTeamInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamInstalledAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -182167,50 +182169,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/installedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaTeamInstalledAppTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgBetaTeamInstalledAppTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgBetaTeamMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -182237,19 +182239,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -182276,20 +182278,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -182316,19 +182318,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamOpenShift", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", + "Command": "Get-MgBetaTeamOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -182403,166 +182405,166 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/getOpenShifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getopenshifts?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Get-MgBetaTeamOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", + "Command": "Get-MgBetaTeamOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Get-MgBetaTeamOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", + "Command": "Get-MgBetaTeamOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Get-MgBetaTeamOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamOwner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaTeamOwner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/owners/{user-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaTeamOwner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaTeamOwner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/owners", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaTeamOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamOwnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/owners/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamOwnerMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaTeamOwnerMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaTeamOwnerServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaTeamOwnerServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamOwnerServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/owners/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgBetaTeamPermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -182653,20 +182655,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/permissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgBetaTeamPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamPermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -182757,50 +182759,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/permissionGrants/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgBetaTeamPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/photo", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgBetaTeamPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPrimaryChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -182843,468 +182845,468 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelFileFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/filesFolder", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPrimaryChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamPrimaryChannelMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelMessageReplyHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelSharedWithTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPrimaryChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaTeamPrimaryChannelTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaTeamPrimaryChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelTabCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaTeamPrimaryChannelTabTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaTeamSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSchedule", + "Method": "GET", + "Command": "Get-MgBetaTeamSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183339,20 +183341,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchedule" }, { - "Command": "Get-MgBetaTeamScheduleDayNote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDayNote", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleDayNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183371,19 +183373,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDayNote" }, { - "Command": "Get-MgBetaTeamScheduleDayNote", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDayNote", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleDayNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183402,20 +183404,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/dayNotes", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDayNote" }, { - "Command": "Get-MgBetaTeamScheduleDayNoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleDayNoteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183434,20 +183436,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/dayNotes/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183482,19 +183484,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -183513,20 +183515,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOfferShiftRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -183545,20 +183547,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamScheduleOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183593,19 +183595,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Get-MgBetaTeamScheduleOpenShift", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183640,20 +183642,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/openShifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183688,19 +183690,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183735,20 +183737,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShiftChangeRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183783,20 +183785,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamScheduleOpenShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleOpenShiftCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183831,20 +183833,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/openShifts/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183879,19 +183881,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "Get-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183926,20 +183928,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/schedulingGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSchedulingGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -183974,20 +183976,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamScheduleShift", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -184022,19 +184024,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Get-MgBetaTeamScheduleShift", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184069,20 +184071,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/shifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Get-MgBetaTeamScheduleShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShiftCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184117,20 +184119,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/shifts/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184157,19 +184159,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" }, { - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184196,20 +184198,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" }, { - "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleShiftRoleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184236,34 +184238,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184298,20 +184300,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleSwapShiftChangeRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184346,20 +184348,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamScheduleTimeCard", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184378,19 +184380,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "Get-MgBetaTeamScheduleTimeCard", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184409,20 +184411,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeCards", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "Get-MgBetaTeamScheduleTimeCardCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeCardCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184441,20 +184443,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeCards/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamScheduleTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184489,19 +184491,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Get-MgBetaTeamScheduleTimeOff", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184536,20 +184538,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timesOff", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Get-MgBetaTeamScheduleTimeOffCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184584,20 +184586,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timesOff/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamScheduleTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184632,19 +184634,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "Get-MgBetaTeamScheduleTimeOffReason", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184679,20 +184681,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeOffReasons", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffReasonCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184727,20 +184729,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamScheduleTimeOffRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184775,19 +184777,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "Get-MgBetaTeamScheduleTimeOffRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184822,20 +184824,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeOffRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamScheduleTimeOffRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -184870,19 +184872,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamShift", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "GET", + "Command": "Get-MgBetaTeamShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -184957,20 +184959,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/getShifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-getshifts?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Get-MgBetaTeamTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", + "Command": "Get-MgBetaTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -185005,19 +185007,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "Get-MgBetaTeamTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", + "Command": "Get-MgBetaTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -185052,20 +185054,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "Get-MgBetaTeamTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -185100,20 +185102,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/tags/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", + "Command": "Get-MgBetaTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -185148,19 +185150,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "Get-MgBetaTeamTagMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", + "Command": "Get-MgBetaTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -185195,20 +185197,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "Get-MgBetaTeamTagMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamTagMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -185243,49 +185245,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/template", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamTemplateDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "GET", + "Command": "Get-MgBetaTeamTemplateDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/templateDefinition", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamTemplateDefinition" }, { - "Command": "Get-MgBetaTeamTimeOff", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", + "Command": "Get-MgBetaTeamTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -185360,629 +185362,629 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/getTimesOff", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-gettimesoff?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Get-MgBetaTeamwork", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphTeamwork", + "Method": "GET", + "Command": "Get-MgBetaTeamwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamwork" }, { - "Command": "Get-MgBetaTeamworkDeletedChat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedChats/{deletedChat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedChat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeletedChat", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedChats", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeletedChat" }, { - "Command": "Get-MgBetaTeamworkDeletedChatCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedChatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedChats/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedTeam", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeletedTeam" }, { - "Command": "Get-MgBetaTeamworkDeletedTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeletedTeam" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelRetainedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-getallretainedmessages?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelSharedWithTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamChannelTabTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaTeamworkDeletedTeamCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeletedTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkDevice", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -186001,19 +186003,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkDevice" }, { - "Command": "Get-MgBetaTeamworkDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamworkDevice", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -186032,20 +186034,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/devices", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkDevice" }, { - "Command": "Get-MgBetaTeamworkDeviceActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -186064,20 +186066,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceactivity-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity" }, { - "Command": "Get-MgBetaTeamworkDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -186096,19 +186098,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceconfiguration-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration" }, { - "Command": "Get-MgBetaTeamworkDeviceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -186127,20 +186129,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkDeviceHealth", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceHealth", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -186159,20 +186161,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/health", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevicehealth-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth" }, { - "Command": "Get-MgBetaTeamworkDeviceOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -186191,19 +186193,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" }, { - "Command": "Get-MgBetaTeamworkDeviceOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -186222,20 +186224,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdeviceoperation-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" }, { - "Command": "Get-MgBetaTeamworkDeviceOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkDeviceOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkDevice.Read.All", @@ -186254,19 +186256,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkTeamAppSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamAppSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -186285,34 +186287,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/teamsAppSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppSettings" }, { - "Command": "Get-MgBetaTeamworkTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamTemplate", + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamTemplate" }, { - "Command": "Get-MgBetaTeamworkTeamTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamTemplate", + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamTemplates.Read", @@ -186331,19 +186333,19 @@ "IsLeastPrivilege": true } ], - "Uri": "/teamwork/teamTemplates", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplate-list-definitions?view=graph-rest-beta", "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/teamwork/teamTemplates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-teamtemplates?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphTeamTemplate" }, { - "Command": "Get-MgBetaTeamworkTeamTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamTemplates.Read", @@ -186362,20 +186364,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Teams", "Uri": "/teamwork/teamTemplates/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamTemplates.Read", @@ -186394,49 +186396,49 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Teams", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamtemplatedefinition-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamTemplateDefinition" }, { - "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplateDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamTemplateDefinition" }, { - "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkTeamTemplateDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTeamworkWorkforceIntegration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "GET", + "Command": "Get-MgBetaTeamworkWorkforceIntegration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -186455,19 +186457,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWorkforceIntegration" }, { - "Command": "Get-MgBetaTeamworkWorkforceIntegration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "GET", + "Command": "Get-MgBetaTeamworkWorkforceIntegration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -186486,19 +186488,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/workforceIntegrations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWorkforceIntegration" }, { - "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTeamworkWorkforceIntegrationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -186517,20 +186519,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/workforceIntegrations/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186549,19 +186551,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186580,19 +186582,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186611,34 +186613,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186657,20 +186659,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186689,20 +186691,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186721,19 +186723,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186752,20 +186754,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186784,19 +186786,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186815,20 +186817,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186847,19 +186849,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186878,20 +186880,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186910,19 +186912,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186941,20 +186943,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -186973,20 +186975,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -187005,19 +187007,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -187036,20 +187038,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" }, { - "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipDelegatedAdminRelationshipRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -187068,20 +187070,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187100,19 +187102,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsTenant" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187131,34 +187133,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenants?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsTenant" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -187177,19 +187179,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-aggregatedpolicycompliances?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAggregatedPolicyComplianceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -187208,493 +187210,493 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertApiNotificationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertEmailNotificationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertLogCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleAlertCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionAlertRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAlertRuleDefinitionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantApiNotificationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/appPerformances", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAppPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/appPerformances/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -187713,48 +187715,48 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-auditevent-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/auditEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-auditevents?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantAuditEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/auditEvents/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187773,19 +187775,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcconnection-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187804,19 +187806,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcconnections?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcConnectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187835,20 +187837,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187867,19 +187869,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcdevice-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187898,19 +187900,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcdevices?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187929,20 +187931,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187961,19 +187963,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-cloudpcoverview-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -187992,19 +187994,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-cloudpcsoverview?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCloudPcOverviewCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -188023,20 +188025,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -188063,19 +188065,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-conditionalaccesspolicycoverage-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -188102,19 +188104,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -188141,19 +188143,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188172,63 +188174,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenants/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-credentialuserregistrationssummary-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188247,19 +188249,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188278,19 +188280,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantscustomizedinformation?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantCustomizedInformationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188309,20 +188311,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188341,19 +188343,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantdetailedinformation-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188372,19 +188374,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantsdetailedinformation?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDetailedInformationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188403,63 +188405,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceAppPerformanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -188478,19 +188480,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-devicecompliancepolicysettingstatesummary-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188509,19 +188511,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188540,121 +188542,121 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantDeviceHealthStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantEmailNotificationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188673,19 +188675,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantgroup-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188704,19 +188706,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenantgroups?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188735,20 +188737,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188767,19 +188769,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliance-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188798,19 +188800,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliances?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188829,20 +188831,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188861,19 +188863,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-manageddevicecompliancetrend-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188892,19 +188894,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-manageddevicecompliancetrends?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrendCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -188923,20 +188925,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188955,19 +188957,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementaction-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -188986,19 +188988,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementActions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactions?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189017,20 +189019,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementActions/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189049,19 +189051,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementactiontenantdeploymentstatus-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189080,19 +189082,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatusCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189111,20 +189113,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189143,19 +189145,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementintent-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189174,19 +189176,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementIntents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementintents?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementIntentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189205,20 +189207,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementIntents/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189237,19 +189239,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managementtemplate-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189268,154 +189270,154 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-managementtemplates?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189434,292 +189436,292 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplates/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsMyRole" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189738,19 +189740,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/myRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-myroles?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsMyRole" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantMyRoleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189769,20 +189771,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/myRoles/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189801,19 +189803,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189832,19 +189834,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantTags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-tenanttags?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTagCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -189863,63 +189865,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantTags/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantTicketingEndpointCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189938,19 +189940,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsdevicemalwarestate-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -189969,19 +189971,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsdevicemalwarestates?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -190000,20 +190002,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -190032,19 +190034,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-windowsprotectionstate-get?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -190063,19 +190065,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-list-windowsprotectionstates?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" }, { - "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipManagedTenantWindowsProtectionStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -190094,19 +190096,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/$count", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -190133,19 +190135,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMultiTenantOrganization" }, { - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -190164,34 +190166,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" }, { - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -190218,19 +190220,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/tenants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTenantRelationshipMultiTenantOrganizationTenantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -190257,34 +190259,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTrustFramework", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphTrustFramework", + "Method": "GET", + "Command": "Get-MgBetaTrustFramework", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrustFramework" }, { - "Command": "Get-MgBetaTrustFrameworkKeySet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -190303,19 +190305,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" }, { - "Command": "Get-MgBetaTrustFrameworkKeySet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -190334,20 +190336,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-keysets?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" }, { - "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySetActiveKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -190366,19 +190368,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-getactivekey?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrustFrameworkKey" }, { - "Command": "Get-MgBetaTrustFrameworkKeySetCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySetCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TrustFrameworkKeySet.Read.All", @@ -190397,64 +190399,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTrustFrameworkKeySetKey", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySetKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2/{trustFrameworkKey_v2-kid}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkey_v2-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2" }, { - "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkKeySetKeyV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/keys_v2", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrustFrameworkKeyV2" }, { - "Command": "Get-MgBetaTrustFrameworkPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -190473,19 +190475,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTrustFrameworkPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -190504,20 +190506,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/policies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrustFrameworkPolicy" }, { - "Command": "Get-MgBetaTrustFrameworkPolicyContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkPolicyContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -190536,19 +190538,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-list-trustframeworkpolicies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaTrustFrameworkPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaTrustFrameworkPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -190567,20 +190569,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/policies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -190703,19 +190705,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -190822,166 +190824,166 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", + "Command": "Get-MgBetaUserActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserActivity" }, { - "Command": "Get-MgBetaUserActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", + "Command": "Get-MgBetaUserActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserActivity" }, { - "Command": "Get-MgBetaUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserActivityHistoryItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "GET", + "Command": "Get-MgBetaUserActivityHistoryItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphActivityHistoryItem" }, { - "Command": "Get-MgBetaUserActivityHistoryItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "GET", + "Command": "Get-MgBetaUserActivityHistoryItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphActivityHistoryItem" }, { - "Command": "Get-MgBetaUserActivityHistoryItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", + "Command": "Get-MgBetaUserActivityHistoryItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserActivity" }, { - "Command": "Get-MgBetaUserActivityHistoryItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserActivityHistoryItemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserActivityStatistics", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "GET", + "Command": "Get-MgBetaUserActivityStatistics", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.People", "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphActivityStatistics" }, { - "Command": "Get-MgBetaUserActivityStatistics", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "GET", + "Command": "Get-MgBetaUserActivityStatistics", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.People", "Uri": "/users/{user-id}/analytics/activityStatistics", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphActivityStatistics" }, { - "Command": "Get-MgBetaUserAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgBetaUserAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Get-MgBetaUserAgreementAcceptance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgBetaUserAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -191000,20 +191002,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/users/{user-id}/agreementAcceptances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Get-MgBetaUserAgreementAcceptanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAgreementAcceptanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -191032,49 +191034,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/users/{user-id}/agreementAcceptances/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAnalyticActivityStatisticsCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.People", "Uri": "/users/{user-id}/analytics/activityStatistics/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAppRoleAssignedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/appRoleAssignedResources/{servicePrincipal-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaUserAppRoleAssignedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -191093,20 +191095,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/appRoleAssignedResources", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignedResourceByAppId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -191125,20 +191127,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/appRoleAssignedResources(appId='{appId}')", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -191157,34 +191159,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/appRoleAssignedResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgBetaUserAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -191203,20 +191205,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/users/{user-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgBetaUserAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAppRoleAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -191235,20 +191237,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/users/{user-id}/appRoleAssignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAuthenticationEmailMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191283,19 +191285,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationEmailMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191330,115 +191332,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/emailMethods", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, - "Permissions": [ - { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite.All", - "Description": "Read and write all users' authentication methods", - "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.ReadWrite", - "Description": "Read and write your authentication methods", - "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/authentication/emailMethods/$count", - "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationEmailMethodCount", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaUserAuthenticationFido2Method", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "Permissions": [ - { - "Name": "UserAuthenticationMethod.Read", - "Description": "Read your authentication methods.", - "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "UserAuthenticationMethod.ReadWrite.All", - "Description": "Read and write all users' authentication methods", - "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.ReadWrite", - "Description": "Read and write your authentication methods", - "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "UserAuthenticationMethod.Read.All", - "Description": "Read all users' authentication methods", - "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaUserAuthenticationFido2Method", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191473,20 +191380,115 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/authentication/fido2Methods", - "ApiReferenceLink": null, "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/emailMethods/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationFido2Method", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationFido2Method", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "UserAuthenticationMethod.Read", + "Description": "Read your authentication methods.", + "FullDescription": "Allows the app to read your authentication methods, including phone numbers and Authenticator app settings. This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "UserAuthenticationMethod.ReadWrite.All", + "Description": "Read and write all users' authentication methods", + "FullDescription": "Allows the app to read and write authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.ReadWrite", + "Description": "Read and write your authentication methods", + "FullDescription": "Allows the app to read and write your authentication methods, including phone numbers and Authenticator app settings.This does not allow the app to see secret information like your passwords, or to sign-in or otherwise use your authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "UserAuthenticationMethod.Read.All", + "Description": "Read all users' authentication methods", + "FullDescription": "Allows the app to read authentication methods of all users you have access to in your organization. Authentication methods include things like a user’s phone numbers and Authenticator app settings. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Identity.SignIns", + "Uri": "/users/{user-id}/authentication/fido2Methods", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationFido2MethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191521,20 +191523,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/fido2Methods/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191569,19 +191571,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191616,20 +191618,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/methods", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191664,20 +191666,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/methods/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191712,19 +191714,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191759,20 +191761,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191807,35 +191809,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaUserAuthenticationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -191870,49 +191872,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "Get-MgBetaUserAuthenticationOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/operations", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "Get-MgBetaUserAuthenticationOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191947,19 +191949,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -191994,20 +191996,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192042,35 +192044,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaUserAuthenticationPasswordMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -192105,19 +192107,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationPasswordMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -192152,20 +192154,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/passwordMethods", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPasswordMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -192200,20 +192202,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/passwordMethods/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -192248,19 +192250,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -192295,20 +192297,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/phoneMethods", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPhoneMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -192343,94 +192345,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/phoneMethods/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/platformCredentialMethods", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlatformCredentialAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/platformCredentialMethods/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationPlatformCredentialMethodDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaUserAuthenticationSignInPreference", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSignInPreferences", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSignInPreference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/signInPreferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSignInPreferences" }, { - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192465,19 +192467,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192512,20 +192514,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/softwareOathMethods", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationSoftwareOathMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192560,20 +192562,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192608,19 +192610,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192655,20 +192657,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationTemporaryAccessPassMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192703,20 +192705,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192751,19 +192753,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192798,20 +192800,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" }, { - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -192846,64 +192848,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaUserAuthenticationWindowsHelloForBusinessMethodDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaUserById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaUserById", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserCalendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaUserCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendars/{calendar-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaUserCalendar", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaUserCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192938,20 +192940,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendars", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaUserCalendarCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserCalendarCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -192986,19 +192988,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendars/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserCalendarEvent", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -193025,22 +193027,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserCalendarEventDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarEventDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -193067,20 +193069,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/calendar/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserCalendarGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -193099,106 +193101,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendarGroup" }, { - "Command": "Get-MgBetaUserCalendarGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCalendarGroup", - "Permissions": [ - { - "Name": "Calendars.ReadBasic", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Calendars.ReadWrite", - "Description": "Read and write calendars in all mailboxes", - "FullDescription": "Allows the app to create, read, update, and delete events of all calendars without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Calendars.Read", - "Description": "Read calendars in all mailboxes", - "FullDescription": "Allows the app to read events of all calendars without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/calendarGroups", - "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaUserCalendarGroup", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaUserCalendarGroupCalendar", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphCalendar", - "Permissions": [ - { - "Name": "Calendars.ReadBasic", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Calendars.Read.Shared", - "Description": "Read calendars you can access", - "FullDescription": "Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Calendars.ReadWrite", - "Description": "Read and write calendars in all mailboxes", - "FullDescription": "Allows the app to create, read, update, and delete events of all calendars without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Calendars.Read", - "Description": "Read calendars in all mailboxes", - "FullDescription": "Allows the app to read events of all calendars without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "ApiReferenceLink": null, - "Module": "Beta.Calendar", "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaUserCalendarGroupCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -193225,86 +193140,173 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/calendarGroups/$count", - "ApiReferenceLink": null, "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendarGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserCalendarGroupCalendar", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "Calendars.ReadBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Calendars.Read.Shared", + "Description": "Read calendars you can access", + "FullDescription": "Allows the app to read events in all calendars that you can access, including delegate and shared calendars. ", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Calendars.ReadWrite", + "Description": "Read and write calendars in all mailboxes", + "FullDescription": "Allows the app to create, read, update, and delete events of all calendars without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calendars.Read", + "Description": "Read calendars in all mailboxes", + "FullDescription": "Allows the app to read events of all calendars without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendar" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserCalendarGroupCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Calendars.ReadBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Calendars.ReadWrite", + "Description": "Read and write calendars in all mailboxes", + "FullDescription": "Allows the app to create, read, update, and delete events of all calendars without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calendars.Read", + "Description": "Read calendars in all mailboxes", + "FullDescription": "Allows the app to read events of all calendars without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Calendar", + "Uri": "/users/{user-id}/calendarGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaUserCalendarPermission", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "Get-MgBetaUserCalendarPermission", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendar/calendarPermissions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "Get-MgBetaUserCalendarPermissionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserCalendarPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserCalendarSchedule", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", + "Command": "Get-MgBetaUserCalendarSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphScheduleInformation" }, { - "Command": "Get-MgBetaUserCalendarView", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserCalendarView", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -193331,20 +193333,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendar/calendarView", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserChat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "GET", + "Command": "Get-MgBetaUserChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -193427,19 +193429,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Get-MgBetaUserChat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "GET", + "Command": "Get-MgBetaUserChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -193482,20 +193484,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Get-MgBetaUserChatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserChatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -193538,109 +193540,109 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserChatInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgBetaUserChatInstalledApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgBetaUserChatInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserChatInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledAppTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgBetaUserChatInstalledAppTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgBetaUserChatLastMessagePreview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "GET", + "Command": "Get-MgBetaUserChatLastMessagePreview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageInfo" }, { - "Command": "Get-MgBetaUserChatMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaUserChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -193739,19 +193741,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaUserChatMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgBetaUserChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -193850,20 +193852,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgBetaUserChatMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserChatMemberCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -193962,20 +193964,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -194034,19 +194036,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaUserChatMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -194089,20 +194091,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaUserChatMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -194145,20 +194147,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserChatMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -194217,22 +194219,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaUserChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -194291,19 +194293,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaUserChatMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -194362,20 +194364,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaUserChatMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -194434,259 +194436,259 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserChatMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaUserChatMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaUserChatMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReplyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserChatMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReplyDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserChatMessageReplyHostedContentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserChatOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", + "Command": "Get-MgBetaUserChatOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Get-MgBetaUserChatOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", + "Command": "Get-MgBetaUserChatOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Get-MgBetaUserChatOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserChatOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserChatPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaUserChatPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgBetaUserChatPermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaUserChatPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgBetaUserChatPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserChatPermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserChatPinnedMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", + "Command": "Get-MgBetaUserChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "Get-MgBetaUserChatPinnedMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", + "Command": "Get-MgBetaUserChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "Get-MgBetaUserChatPinnedMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserChatPinnedMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserChatRetainedMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgBetaUserChatRetainedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read.All", @@ -194705,109 +194707,109 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/chats/getAllRetainedMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-getallretainedmessages?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgBetaUserChatTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaUserChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaUserChatTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgBetaUserChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgBetaUserChatTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserChatTabCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserChatTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaUserChatTabTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaUserCloudPcConnectivityHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcConnectivityHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpcconnectivityhistory?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent" }, { - "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcFrontlineCloudPcAccessState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getFrontlineCloudPcAccessState", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getfrontlinecloudpcaccessstate?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserCloudPcLaunchInfo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcLaunchInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -194826,20 +194828,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getcloudpclaunchinfo?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo" }, { - "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcProvisionedCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -194858,65 +194860,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getprovisionedcloudpcs?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPc" }, { - "Command": "Get-MgBetaUserCloudPcRemoteActionResult", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcRemoteActionResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveCloudPCRemoteActionResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrievecloudpcremoteactionresults?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" }, { - "Command": "Get-MgBetaUserCloudPcReviewStatus", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retrieveReviewStatus", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcReviewStatus" }, { - "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", + "Method": "GET", + "Command": "Get-MgBetaUserCloudPcSupportedCloudPcRemoteAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-getsupportedcloudpcremoteactions?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability" }, { - "Command": "Get-MgBetaUserContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgBetaUserContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -194935,19 +194937,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgBetaUserContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgBetaUserContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -194966,20 +194968,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgBetaUserContactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -194998,20 +195000,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/$count", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgBetaUserContactDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195030,64 +195032,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgBetaUserContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195106,19 +195108,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Get-MgBetaUserContactFolder", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195137,34 +195139,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Get-MgBetaUserContactFolderChildFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Get-MgBetaUserContactFolderChildFolder", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195183,20 +195185,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Get-MgBetaUserContactFolderChildFolderContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195215,19 +195217,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgBetaUserContactFolderChildFolderContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195246,20 +195248,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195278,20 +195280,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195310,94 +195312,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactFolderChildFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195416,35 +195418,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactFolderChildFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderChildFolderDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Get-MgBetaUserContactFolderContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195463,19 +195465,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgBetaUserContactFolderContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195494,20 +195496,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgBetaUserContactFolderContactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195526,20 +195528,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactFolderContactDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195558,94 +195560,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgBetaUserContactFolderContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactFolderContactExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserContactFolderContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactFolderContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgBetaUserContactFolderContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderContactPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195664,20 +195666,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/$count", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserContactFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgBetaUserContactFolderDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -195696,49 +195698,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/contactFolders/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Get-MgBetaUserContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgBetaUserContactPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgBetaUserContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserContactPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -195845,34 +195847,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserCreatedObject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserCreatedObject", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -195923,49 +195925,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/createdObjects", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObjectAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/createdObjects/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaUserCreatedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObjectCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -196016,49 +196018,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/createdObjects/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserCreatedObjectCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDefaultCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaUserDefaultCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendar", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaUserDefaultCalendarEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserDefaultCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -196085,22 +196087,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendar/events", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserDefaultCalendarSchedule", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", + "Command": "Get-MgBetaUserDefaultCalendarSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -196127,20 +196129,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/calendar/getSchedule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphScheduleInformation" }, { - "Command": "Get-MgBetaUserDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaUserDefaultDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -196191,19 +196193,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drive", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaUserDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -196238,1001 +196240,1001 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaUserDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaUserDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaUserDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaUserDeviceByDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceByDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaUserDeviceCommand", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCommand", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceCommand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCommand" }, { - "Command": "Get-MgBetaUserDeviceCommand", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCommand", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceCommand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/commands", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCommand" }, { - "Command": "Get-MgBetaUserDeviceCommandCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceCommandCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/commands/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceCommandResponsepayload", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceCommandResponsepayload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/devices/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationAssignmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceEnrollmentConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserDeviceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceManagementTroubleshootingEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserDeviceMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/memberOf", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaUserDeviceMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceRegisteredOwner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredOwnerCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceRegisteredUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceRegisteredUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceRegisteredUserCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDeviceUsageRights", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceUsageRights", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUsageRight" }, { - "Command": "Get-MgBetaUserDeviceUsageRights", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "GET", + "Command": "Get-MgBetaUserDeviceUsageRights", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/usageRights", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUsageRight" }, { - "Command": "Get-MgBetaUserDeviceUsageRightsCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDeviceUsageRightsCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/usageRights/$count", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDirectReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserDirectReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/directReports/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserDirectReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserDirectReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -197275,78 +197277,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/directReports", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserDirectReportAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaUserDirectReportAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/directReports/orgContact", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgBetaUserDirectReportAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDirectReportAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/directReports/user", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDirectReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -197389,64 +197391,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/directReports/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportCountAsOrgContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/directReports/orgContact/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDirectReportCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDirectReportCountAsUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/directReports/user/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaUserDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaUserDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaUserDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -197497,167 +197499,167 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaUserDriveActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaUserDriveActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaUserDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveBundle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveBundle", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveBundle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveBundleContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveBundleContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveBundleContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveBundleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaUserDriveContentTypeBase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaUserDriveContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaUserDriveContentTypeBaseType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaUserDriveContentTypeBaseType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaUserDriveContentTypeBaseType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveContentTypeBaseTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -197708,3197 +197710,3197 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDriveCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserDriveCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveFollowing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveFollowing", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/following", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveFollowingContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowingContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveFollowingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaUserDriveItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticItemActivityStatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticLastSevenDay", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemAnalyticTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveItemChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemChildContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaUserDriveItemListItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaUserDriveItemListItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaUserDriveItemListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaUserDriveItemListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaUserDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaUserDriveItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaUserDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Get-MgBetaUserDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaUserDriveItemSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaUserDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemSubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgBetaUserDriveItemThumbnail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgBetaUserDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemThumbnailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgBetaUserDriveItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgBetaUserDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDriveLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgBetaUserDriveList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgBetaUserDriveListActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaUserDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaUserDriveListColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaUserDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaUserDriveListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaUserDriveListContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaUserDriveListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaUserDriveListContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnLinkCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnPosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnPositionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeColumnSourceColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgBetaUserDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListContentTypeCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgBetaUserDriveListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaUserDriveListItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaUserDriveListItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaUserDriveListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaUserDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaUserDriveListItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaUserDriveListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaUserDriveListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaUserDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaUserDriveListOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgBetaUserDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListOperationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaUserDriveListPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaUserDriveListPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaUserDriveListSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaUserDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaUserDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveListSubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRoot", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveRootActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaUserDriveRootActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivity-getbyinterval?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticItemActivityStatCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticLastSevenDay", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootAnalyticTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveRootChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveRootChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootChildContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootChildCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgBetaUserDriveRootListItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemActivityByInterval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgBetaUserDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootListItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaUserDriveRootListItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaUserDriveRootListItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaUserDriveRootListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgBetaUserDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaUserDriveRootPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgBetaUserDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootPermissionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Get-MgBetaUserDriveRootSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaUserDriveRootSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgBetaUserDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootSubscriptionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgBetaUserDriveRootThumbnail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgBetaUserDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootThumbnailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgBetaUserDriveRootVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgBetaUserDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveRootVersionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveSpecial", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecial", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveSpecial", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecial", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/special", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgBetaUserDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecialContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveSpecialContentStream", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecialContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserDriveSpecialCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", + "Command": "Get-MgBetaUserEffectiveDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "Get-MgBetaUserEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -200917,19 +200919,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -200956,79 +200958,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserEventAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserEventAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserEventAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserEventAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserEventAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaUserEventCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/calendar", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaUserEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -201055,20 +201057,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserEventDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -201095,372 +201097,372 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrence", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrence", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserEventExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserEventExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserEventInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -201479,79 +201481,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserEventInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserEventInstanceAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserEventInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaUserEventInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -201570,284 +201572,284 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventInstanceDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/events/{event-id}/instances/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserEventInstanceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserEventInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserEventInstanceExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserFollowedSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaUserFollowedSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/users/{user-id}/followedSites/{site-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaUserFollowedSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgBetaUserFollowedSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -201866,20 +201868,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/users/{user-id}/followedSites", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgBetaUserFollowedSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserFollowedSiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -201898,212 +201900,212 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/users/{user-id}/followedSites/$count", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInferenceClassification", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInferenceClassification", + "Method": "GET", + "Command": "Get-MgBetaUserInferenceClassification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/inferenceClassification", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInferenceClassification" }, { - "Command": "Get-MgBetaUserInferenceClassificationOverride", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET", + "Command": "Get-MgBetaUserInferenceClassificationOverride", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" }, { - "Command": "Get-MgBetaUserInferenceClassificationOverride", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET", + "Command": "Get-MgBetaUserInferenceClassificationOverride", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/inferenceClassification/overrides", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" }, { - "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInferenceClassificationOverrideCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInformationProtection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "Command": "Get-MgBetaUserInformationProtectionBitlocker", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBitlocker", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionBitlocker", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/bitlocker", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBitlocker" }, { - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionBitlockerRecoveryKeyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionDataLossPreventionPolicyCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/policy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtectionPolicy" }, { - "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -202122,19 +202124,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -202153,20 +202155,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/policy/labels", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionPolicyLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -202185,240 +202187,240 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/policy/labels/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityLabelSublabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSensitivityPolicySettings" }, { - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInformationProtectionThreatAssessmentRequestResultCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemInsights", + "Method": "GET", + "Command": "Get-MgBetaUserInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemInsights" }, { - "Command": "Get-MgBetaUserInsightShared", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "GET", + "Command": "Get-MgBetaUserInsightShared", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedInsight" }, { - "Command": "Get-MgBetaUserInsightShared", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "GET", + "Command": "Get-MgBetaUserInsightShared", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202437,20 +202439,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/shared", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedInsight" }, { - "Command": "Get-MgBetaUserInsightSharedCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInsightSharedCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202469,64 +202471,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/shared/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInsightSharedLastSharedMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInsightSharedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInsightSharedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInsightTrending", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTrending", + "Method": "GET", + "Command": "Get-MgBetaUserInsightTrending", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/trending/{trending-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrending" }, { - "Command": "Get-MgBetaUserInsightTrending", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTrending", + "Method": "GET", + "Command": "Get-MgBetaUserInsightTrending", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202545,20 +202547,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/trending", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrending" }, { - "Command": "Get-MgBetaUserInsightTrendingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInsightTrendingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202577,20 +202579,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/trending/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInsightTrendingResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInsightTrendingResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202609,34 +202611,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInsightUsed", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "GET", + "Command": "Get-MgBetaUserInsightUsed", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUsedInsight" }, { - "Command": "Get-MgBetaUserInsightUsed", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "GET", + "Command": "Get-MgBetaUserInsightUsed", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202655,20 +202657,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/used", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUsedInsight" }, { - "Command": "Get-MgBetaUserInsightUsedCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInsightUsedCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202687,20 +202689,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/used/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInsightUsedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserInsightUsedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -202719,48 +202721,48 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserInvitedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserInvitedBy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/invitedBy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-invitedby?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserJoinedGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaUserJoinedGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/users/{user-id}/joinedGroups", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaUserJoinedTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgBetaUserJoinedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -202819,34 +202821,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/joinedTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Get-MgBetaUserLicenseDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", + "Command": "Get-MgBetaUserLicenseDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "Command": "Get-MgBetaUserLicenseDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", + "Command": "Get-MgBetaUserLicenseDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -202889,20 +202891,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/licenseDetails", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "Command": "Get-MgBetaUserLicenseDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserLicenseDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -202945,20 +202947,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/licenseDetails/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "Method": "GET", + "Command": "Get-MgBetaUserLicenseDetailTeamLicensingDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -202993,35 +202995,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsLicensingDetails" }, { - "Command": "Get-MgBetaUserLoggedOnManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaUserLoggedOnManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/getLoggedOnManagedDevices", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgBetaUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgBetaUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "MailboxSettings.Read", @@ -203040,20 +203042,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgBetaUserMailFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203088,19 +203090,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Get-MgBetaUserMailFolder", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203135,34 +203137,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Get-MgBetaUserMailFolderChildFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Get-MgBetaUserMailFolderChildFolder", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203197,20 +203199,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203245,329 +203247,329 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderChildFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageMentionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderMessageRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserConfiguration" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserConfiguration" }, { - "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderChildFolderUserConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203602,20 +203604,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203650,20 +203652,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/mailFolders/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Get-MgBetaUserMailFolderMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -203690,19 +203692,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgBetaUserMailFolderMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203737,64 +203739,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgBetaUserMailFolderMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserMailFolderMessageAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203829,20 +203831,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -203877,198 +203879,198 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgBetaUserMailFolderMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderMessageExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderMessageMention", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaUserMailFolderMessageMention", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaUserMailFolderMessageMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageMentionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "Get-MgBetaUserMailFolderMessageRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "Get-MgBetaUserMailFolderMessageRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderMessageRuleCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailFolderUserConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderUserConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserConfiguration" }, { - "Command": "Get-MgBetaUserMailFolderUserConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserConfiguration", + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderUserConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserConfiguration" }, { - "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMailFolderUserConfigurationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMailTip", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailTips", + "Method": "POST", + "Command": "Get-MgBetaUserMailTip", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -204087,19 +204089,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/getMailTips", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailTips" }, { - "Command": "Get-MgBetaUserManagedAppBlockedUser", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedAppBlockedUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -204134,20 +204136,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/getManagedAppBlockedUsers", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Method": "GET", + "Command": "Get-MgBetaUserManagedAppDiagnosticStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -204166,20 +204168,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus" }, { - "Command": "Get-MgBetaUserManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgBetaUserManagedAppPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -204198,652 +204200,652 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/getManagedAppPolicies", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgBetaUserManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", + "Command": "Get-MgBetaUserManagedAppRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "Command": "Get-MgBetaUserManagedAppRegistration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", + "Command": "Get-MgBetaUserManagedAppRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedAppRegistrations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "Command": "Get-MgBetaUserManagedAppRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedAppRegistrationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedAppRegistrations/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgBetaUserManagedDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCloudPcRemoteActionResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcremoteactionresults?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" }, { - "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-getcloudpcreviewstatus?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcReviewStatus" }, { - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCompliancePolicyStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Get-MgBetaUserManagedDeviceConfigurationState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceConfigurationStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "Command": "Get-MgBetaUserManagedDeviceDetectedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceDetectedAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceFileVaultKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceHealthScriptStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceLogCollectionRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceMobileAppConfigurationStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceNonCompliantSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState" }, { - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceSecurityBaselineStateSettingStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsProtectionState" }, { - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWithAppFailure", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -204862,20 +204864,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "Method": "GET", + "Command": "Get-MgBetaUserManagedDeviceWithFailedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -204894,20 +204896,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState" }, { - "Command": "Get-MgBetaUserManager", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserManager", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -204942,20 +204944,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/manager", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserManagerByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserManagerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -204990,22 +204992,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaUserMemberGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -205088,22 +205090,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaUserMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgBetaUserMemberObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -205202,20 +205204,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/getMemberObjects", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgBetaUserMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205234,19 +205236,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205281,34 +205283,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205327,34 +205329,34 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205373,34 +205375,34 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/memberOf/directoryRole", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgBetaUserMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaUserMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205419,20 +205421,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/memberOf/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaUserMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205467,20 +205469,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/memberOf/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205499,20 +205501,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfCountAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205531,20 +205533,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/memberOf/directoryRole/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -205563,20 +205565,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgBetaUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -205603,19 +205605,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgBetaUserMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgBetaUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -205650,64 +205652,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgBetaUserMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserMessageAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMessageAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMessageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMessageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -205734,20 +205736,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMessageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -205782,20 +205784,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgBetaUserMessageDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -205822,108 +205824,108 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgBetaUserMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMessageExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMessageExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMessageMention", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaUserMessageMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaUserMessageMention", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "GET", + "Command": "Get-MgBetaUserMessageMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/mentions", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "Get-MgBetaUserMessageMentionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMessageMentionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/mentions/$count", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMobileAppIntentAndState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppIntentAndState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -205942,19 +205944,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppIntentAndState" }, { - "Command": "Get-MgBetaUserMobileAppIntentAndState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppIntentAndState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -205973,20 +205975,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppIntentAndStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppIntentAndState" }, { - "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppIntentAndStateCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -206005,166 +206007,166 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppIntentAndStates/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserMobileAppTroubleshootingEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserNotification", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotification", + "Method": "GET", + "Command": "Get-MgBetaUserNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/notifications/{notification-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotification" }, { - "Command": "Get-MgBetaUserNotification", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNotification", + "Method": "GET", + "Command": "Get-MgBetaUserNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/notifications", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotification" }, { - "Command": "Get-MgBetaUserNotificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserNotificationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/notifications/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaUserOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgBetaUserOauth2PermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgBetaUserOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -206183,20 +206185,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgBetaUserOauth2PermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOauth2PermissionGrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -206215,20 +206217,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206271,19 +206273,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaUserOnenoteNotebook", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206326,20 +206328,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgBetaUserOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebookCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206382,22 +206384,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/notebooks/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", + "Command": "Get-MgBetaUserOnenoteNotebookFromWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206440,19 +206442,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCopyNotebookModel" }, { - "Command": "Get-MgBetaUserOnenoteNotebookSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206495,75 +206497,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSectionGroup", - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteNotebookSectionGroup", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaUserOnenoteOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206606,135 +206552,25 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", - "ApiReferenceLink": null, "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaUserOnenoteOperationCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [], - "Uri": "/users/{user-id}/onenote/operations/$count", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaUserOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", - "Permissions": [ - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteOperation", "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaUserOnenotePage", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphOnenotePage", - "Permissions": [ - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/onenote/pages", - "ApiReferenceLink": null, - "Module": "Beta.Notes", "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaUserOnenotePageContent", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, "Permissions": [ { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", "IsAdmin": false, "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": true @@ -206762,22 +206598,45 @@ "IsAdmin": false, "PermissionType": "DelegatedPersonal", "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", - "ApiReferenceLink": null, "Module": "Beta.Notes", - "CommandAlias": null, + "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteOperation" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteOperationCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/operations/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaUserOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -206812,20 +206671,163 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/onenote/pages/$count", + "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/pages", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenotePage" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnenotePageContent", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserOnenotePageCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.Notes", + "Uri": "/users/{user-id}/onenote/pages/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaUserOnenoteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteRecentNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -206868,35 +206870,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRecentNotebook" }, { - "Command": "Get-MgBetaUserOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Get-MgBetaUserOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteResourceContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -206931,35 +206933,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -207002,19 +207004,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaUserOnenoteSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -207057,20 +207059,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaUserOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -207113,20 +207115,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -207169,20 +207171,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaUserOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -207225,22 +207227,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgBetaUserOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -207283,19 +207285,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnenoteSectionGroupSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -207338,19 +207340,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgBetaUserOnenoteSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgBetaUserOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -207385,20 +207387,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgBetaUserOnlineMeeting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207433,19 +207435,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Get-MgBetaUserOnlineMeeting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207480,20 +207482,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAlternativeRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -207536,145 +207538,145 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendanceReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingAttendeeReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingBroadcastRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207709,20 +207711,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Get-MgBetaUserOnlineMeetingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207757,20 +207759,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207805,22 +207807,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/getVirtualAppointmentJoinWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingRecording", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetingArtifact.Read.All", @@ -207863,79 +207865,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingRecording", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRecordingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRecordingCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRecordingDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Get-MgBetaUserOnlineMeetingRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -207970,20 +207972,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingRegistration" }, { - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -208002,63 +208004,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" }, { - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" }, { - "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationCustomQuestionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" }, { - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -208085,20 +208087,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" }, { - "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingRegistrationRegistrantCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -208125,109 +208127,109 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingTranscript", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgBetaUserOnlineMeetingTranscript", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscriptContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscriptCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscriptDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOnlineMeetingVirtualAppointmentJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -208278,474 +208280,474 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOutlookMasterCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookMasterCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookCategory" }, { - "Command": "Get-MgBetaUserOutlookMasterCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookMasterCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/masterCategories", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookCategory" }, { - "Command": "Get-MgBetaUserOutlookMasterCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOutlookMasterCategoryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/masterCategories/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOutlookTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "Get-MgBetaUserOutlookTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/tasks", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "Get-MgBetaUserOutlookTaskAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserOutlookTaskAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-list-attachments?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOutlookTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOutlookTaskFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookTaskFolder" }, { - "Command": "Get-MgBetaUserOutlookTaskFolder", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookTaskFolder" }, { - "Command": "Get-MgBetaUserOutlookTaskFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "Get-MgBetaUserOutlookTaskFolderTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTaskAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskFolderTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOutlookTaskGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookTaskGroup" }, { - "Command": "Get-MgBetaUserOutlookTaskGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookTaskGroup" }, { - "Command": "Get-MgBetaUserOutlookTaskGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookTaskFolder" }, { - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookTaskFolder" }, { - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOutlookTaskGroupTaskFolderTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOwnedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserOwnedDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -208788,78 +208790,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedDevices", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserOwnedDeviceAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaUserOwnedDeviceAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedDevices/device", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedDevices/endpoint", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaUserOwnedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -208902,64 +208904,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedDevices/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceCountAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedDevices/device/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOwnedDeviceCountAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOwnedObject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserOwnedObject", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -209002,122 +209004,122 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedObjects", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserOwnedObjectAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaUserOwnedObjectAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedObjects/application", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgBetaUserOwnedObjectAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaUserOwnedObjectAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedObjects/group", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgBetaUserOwnedObjectByType", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgBetaUserOwnedObjectByType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/getUserOwnedObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-getuserownedobjects?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserOwnedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -209160,65 +209162,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedObjects/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectCountAsApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedObjects/application/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedObjects/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserOwnedObjectCountAsServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserPasswordSingleSignOnCredential", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Method": "POST", + "Command": "Get-MgBetaUserPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -209245,34 +209247,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/getPasswordSingleSignOnCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getpasswordsinglesignoncredentials?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" }, { - "Command": "Get-MgBetaUserPerson", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPerson", + "Method": "GET", + "Command": "Get-MgBetaUserPerson", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.People", "Uri": "/users/{user-id}/people/{person-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPerson" }, { - "Command": "Get-MgBetaUserPerson", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPerson", + "Method": "GET", + "Command": "Get-MgBetaUserPerson", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "People.Read", @@ -209291,20 +209293,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/people", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPerson" }, { - "Command": "Get-MgBetaUserPersonCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserPersonCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "People.Read", @@ -209323,22 +209325,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/people/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserPhoto", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgBetaUserPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -209381,19 +209383,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/photo", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgBetaUserPhoto", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgBetaUserPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -209436,22 +209438,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/photos", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgBetaUserPhotoContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -209494,22 +209496,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserPlanner", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPlannerUser", + "Method": "GET", + "Command": "Get-MgBetaUserPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209552,49 +209554,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerUser" }, { - "Command": "Get-MgBetaUserPlanner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerDelta", + "Method": "GET", + "Command": "Get-MgBetaUserPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/all", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerDelta" }, { - "Command": "Get-MgBetaUserPlannerAllCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserPlannerAllCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/all/$count", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserPlannerAllDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerDelta", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerAllDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209629,34 +209631,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/planner/all/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerDelta" }, { - "Command": "Get-MgBetaUserPlannerFavoritePlan", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerFavoritePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaUserPlannerFavoritePlan", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerFavoritePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209683,20 +209685,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/favoritePlans", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaUserPlannerFavoritePlanCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserPlannerFavoritePlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209723,34 +209725,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/favoritePlans/$count", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserPlannerMyDayTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerMyDayTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/myDayTasks/{plannerTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgBetaUserPlannerMyDayTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerMyDayTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209785,20 +209787,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/myDayTasks", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgBetaUserPlannerMyDayTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserPlannerMyDayTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209833,19 +209835,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/myDayTasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserPlannerPlan", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209880,94 +209882,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/plans", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaUserPlannerPlanBucketDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlanBucketDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlanBucketTaskDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgBetaUserPlannerPlanDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlanDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/planner/plans/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaUserPlannerPlanTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerPlanTaskDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgBetaUserPlannerRecentPlan", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerRecentPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaUserPlannerRecentPlan", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerRecentPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -209994,20 +209996,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/recentPlans", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaUserPlannerRecentPlanCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserPlannerRecentPlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -210034,34 +210036,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/recentPlans/$count", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserPlannerRosterPlan", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerRosterPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaUserPlannerRosterPlan", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerRosterPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -210096,20 +210098,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/rosterPlans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planneruser-list-rosterplans?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgBetaUserPlannerRosterPlanCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserPlannerRosterPlanCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -210144,19 +210146,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/rosterPlans/$count", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserPlannerTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -210207,20 +210209,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner/tasks", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgBetaUserPlannerTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgBetaUserPlannerTaskDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -210239,20 +210241,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/planner/tasks/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delta?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgBetaUserPresence", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", + "Command": "Get-MgBetaUserPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read", @@ -210279,20 +210281,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/presence", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta", "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/users/{user-id}/presence", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "Get-MgBetaUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfile", + "Method": "GET", + "Command": "Get-MgBetaUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210335,20 +210337,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfile" }, { - "Command": "Get-MgBetaUserProfileAccount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserAccountInformation", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210391,19 +210393,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserAccountInformation" }, { - "Command": "Get-MgBetaUserProfileAccount", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserAccountInformation", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210446,20 +210448,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/account", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserAccountInformation" }, { - "Command": "Get-MgBetaUserProfileAccountCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileAccountCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210502,20 +210504,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/account/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileAddress", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAddress", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAddress", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210558,19 +210560,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAddress" }, { - "Command": "Get-MgBetaUserProfileAddress", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemAddress", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAddress", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210613,20 +210615,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/addresses", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAddress" }, { - "Command": "Get-MgBetaUserProfileAddressCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileAddressCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210669,20 +210671,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/addresses/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileAnniversary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAnniversary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210725,19 +210727,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonAnnualEvent" }, { - "Command": "Get-MgBetaUserProfileAnniversary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAnniversary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210780,20 +210782,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/anniversaries", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonAnnualEvent" }, { - "Command": "Get-MgBetaUserProfileAnniversaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileAnniversaryCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210836,20 +210838,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/anniversaries/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileAward", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPersonAward", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210892,19 +210894,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/awards/{personAward-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonAward" }, { - "Command": "Get-MgBetaUserProfileAward", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPersonAward", + "Method": "GET", + "Command": "Get-MgBetaUserProfileAward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -210947,20 +210949,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/awards", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonAward" }, { - "Command": "Get-MgBetaUserProfileAwardCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileAwardCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211003,20 +211005,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/awards/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileCertification", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPersonCertification", + "Method": "GET", + "Command": "Get-MgBetaUserProfileCertification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211059,19 +211061,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonCertification" }, { - "Command": "Get-MgBetaUserProfileCertification", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPersonCertification", + "Method": "GET", + "Command": "Get-MgBetaUserProfileCertification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211114,20 +211116,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/certifications", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonCertification" }, { - "Command": "Get-MgBetaUserProfileCertificationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileCertificationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211170,20 +211172,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/certifications/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileEducationalActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationalActivity", + "Method": "GET", + "Command": "Get-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211226,19 +211228,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationalActivity" }, { - "Command": "Get-MgBetaUserProfileEducationalActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationalActivity", + "Method": "GET", + "Command": "Get-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211281,20 +211283,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/educationalActivities", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationalActivity" }, { - "Command": "Get-MgBetaUserProfileEducationalActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileEducationalActivityCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211337,20 +211339,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/educationalActivities/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileEmail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemEmail", + "Method": "GET", + "Command": "Get-MgBetaUserProfileEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211393,19 +211395,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-get?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemEmail" }, { - "Command": "Get-MgBetaUserProfileEmail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemEmail", + "Method": "GET", + "Command": "Get-MgBetaUserProfileEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211448,20 +211450,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/emails", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemEmail" }, { - "Command": "Get-MgBetaUserProfileEmailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileEmailCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211504,20 +211506,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/emails/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileInterest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPersonInterest", + "Method": "GET", + "Command": "Get-MgBetaUserProfileInterest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211560,19 +211562,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonInterest" }, { - "Command": "Get-MgBetaUserProfileInterest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPersonInterest", + "Method": "GET", + "Command": "Get-MgBetaUserProfileInterest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211615,20 +211617,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/interests", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonInterest" }, { - "Command": "Get-MgBetaUserProfileInterestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileInterestCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211671,20 +211673,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/interests/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileLanguage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLanguageProficiency", + "Method": "GET", + "Command": "Get-MgBetaUserProfileLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211727,19 +211729,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLanguageProficiency" }, { - "Command": "Get-MgBetaUserProfileLanguage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLanguageProficiency", + "Method": "GET", + "Command": "Get-MgBetaUserProfileLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211782,20 +211784,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/languages", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLanguageProficiency" }, { - "Command": "Get-MgBetaUserProfileLanguageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileLanguageCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211838,20 +211840,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/languages/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPersonName", + "Method": "GET", + "Command": "Get-MgBetaUserProfileName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211894,19 +211896,75 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/names/{personName-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonName" }, { - "Command": "Get-MgBetaUserProfileName", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPersonName", + "Method": "GET", + "Command": "Get-MgBetaUserProfileName", + "ApiVersion": "beta", + "CommandAlias": null, + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/names", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphPersonName" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileNameCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -211949,76 +212007,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/names", - "ApiReferenceLink": null, "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaUserProfileNameCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadBasic.All", - "Description": "Read all users' basic profiles", - "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], "Uri": "/users/{user-id}/profile/names/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileNote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPersonAnnotation", + "Method": "GET", + "Command": "Get-MgBetaUserProfileNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212061,19 +212063,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonAnnotation" }, { - "Command": "Get-MgBetaUserProfileNote", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPersonAnnotation", + "Method": "GET", + "Command": "Get-MgBetaUserProfileNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212116,20 +212118,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/notes", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonAnnotation" }, { - "Command": "Get-MgBetaUserProfileNoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileNoteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212172,20 +212174,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/notes/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfilePatent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemPatent", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePatent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212228,19 +212230,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemPatent" }, { - "Command": "Get-MgBetaUserProfilePatent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemPatent", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePatent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212283,20 +212285,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/patents", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemPatent" }, { - "Command": "Get-MgBetaUserProfilePatentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfilePatentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212339,20 +212341,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/patents/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfilePhone", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemPhone", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePhone", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212395,19 +212397,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemPhone" }, { - "Command": "Get-MgBetaUserProfilePhone", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemPhone", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePhone", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212450,20 +212452,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/phones", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemPhone" }, { - "Command": "Get-MgBetaUserProfilePhoneCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfilePhoneCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212506,20 +212508,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/phones/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfilePosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWorkPosition", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212562,19 +212564,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWorkPosition" }, { - "Command": "Get-MgBetaUserProfilePosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWorkPosition", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212617,20 +212619,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/positions", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWorkPosition" }, { - "Command": "Get-MgBetaUserProfilePositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfilePositionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212673,131 +212675,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/positions/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileProject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProjectParticipation", - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadBasic.All", - "Description": "Read all users' basic profiles", - "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", - "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBetaUserProfileProject", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphProjectParticipation", - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadBasic.All", - "Description": "Read all users' basic profiles", - "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.ReadWrite", - "Description": "Read and update your profile", - "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/profile/projects", - "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, "ApiVersion": "beta", - "Method": "GET" - }, - { - "Command": "Get-MgBetaUserProfileProjectCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212840,20 +212731,131 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/profile/projects/$count", - "ApiReferenceLink": null, "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProjectParticipation" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileProject", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/projects", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphProjectParticipation" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBetaUserProfileProjectCount", "ApiVersion": "beta", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadBasic.All", + "Description": "Read all users' basic profiles", + "FullDescription": "Allows the app to read a basic set of profile properties of other users in your organization on your behalf. Includes display name, first and last name, email address and photo.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.ReadWrite", + "Description": "Read and update your profile", + "FullDescription": "Allows the app to read your profile, and discover your group membership, reports and manager. It also allows the app to update your profile information on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "Module": "Beta.People", + "Uri": "/users/{user-id}/profile/projects/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBetaUserProfilePublication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemPublication", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePublication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212896,19 +212898,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemPublication" }, { - "Command": "Get-MgBetaUserProfilePublication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemPublication", + "Method": "GET", + "Command": "Get-MgBetaUserProfilePublication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -212951,20 +212953,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/publications", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemPublication" }, { - "Command": "Get-MgBetaUserProfilePublicationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfilePublicationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213007,20 +213009,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/publications/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileSkill", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSkillProficiency", + "Method": "GET", + "Command": "Get-MgBetaUserProfileSkill", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213063,19 +213065,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSkillProficiency" }, { - "Command": "Get-MgBetaUserProfileSkill", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSkillProficiency", + "Method": "GET", + "Command": "Get-MgBetaUserProfileSkill", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213118,20 +213120,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/skills", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSkillProficiency" }, { - "Command": "Get-MgBetaUserProfileSkillCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileSkillCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213174,20 +213176,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/skills/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileWebAccount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebAccount", + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213230,19 +213232,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebAccount" }, { - "Command": "Get-MgBetaUserProfileWebAccount", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebAccount", + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213285,20 +213287,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/webAccounts", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebAccount" }, { - "Command": "Get-MgBetaUserProfileWebAccountCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebAccountCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213341,20 +213343,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/webAccounts/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserProfileWebsite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPersonWebsite", + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebsite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213397,19 +213399,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonWebsite" }, { - "Command": "Get-MgBetaUserProfileWebsite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPersonWebsite", + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebsite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213452,20 +213454,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/websites", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPersonWebsite" }, { - "Command": "Get-MgBetaUserProfileWebsiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserProfileWebsiteCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213508,34 +213510,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/websites/$count", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserRegisteredDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserRegisteredDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213578,78 +213580,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/registeredDevices", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/registeredDevices/device", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/registeredDevices/endpoint", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgBetaUserRegisteredDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -213692,64 +213694,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/registeredDevices/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceCountAsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/registeredDevices/device/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserRegisteredDeviceCountAsEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserScopedRoleMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgBetaUserScopedRoleMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgBetaUserScopedRoleMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgBetaUserScopedRoleMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -213768,20 +213770,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/users/{user-id}/scopedRoleMemberOf", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgBetaUserScopedRoleMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserScopedRoleMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -213800,50 +213802,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserSecurity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurity1", + "Method": "GET", + "Command": "Get-MgBetaUserSecurity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurity1" }, { - "Command": "Get-MgBetaUserSecurityInformationProtection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityInformationProtection" }, { - "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -213862,20 +213864,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotectionpolicysetting-get?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" }, { - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -213894,19 +213896,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -213925,20 +213927,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-informationprotection-list-sensitivitylabels?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -213957,35 +213959,35 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "GET", + "Command": "Get-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "Command": "Get-MgBetaUserSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserSettings", + "Method": "GET", + "Command": "Get-MgBetaUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -214004,20 +214006,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserSettings" }, { - "Command": "Get-MgBetaUserSettingContactMergeSuggestion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "Method": "GET", + "Command": "Get-MgBetaUserSettingContactMergeSuggestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -214036,20 +214038,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactMergeSuggestions" }, { - "Command": "Get-MgBetaUserSettingItemInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Method": "GET", + "Command": "Get-MgBetaUserSettingItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -214068,35 +214070,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserInsightsSettings" }, { - "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Method": "GET", + "Command": "Get-MgBetaUserSettingRegionalAndLanguageSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings" }, { - "Command": "Get-MgBetaUserSettingShiftPreference", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShiftPreferences", + "Method": "GET", + "Command": "Get-MgBetaUserSettingShiftPreference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -214131,35 +214133,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphShiftPreferences" }, { - "Command": "Get-MgBetaUserSettingStorage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserStorage", + "Method": "GET", + "Command": "Get-MgBetaUserSettingStorage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserStorage" }, { - "Command": "Get-MgBetaUserSettingStorageQuota", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Method": "GET", + "Command": "Get-MgBetaUserSettingStorageQuota", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -214194,20 +214196,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedstoragequota-get?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedStorageQuota" }, { - "Command": "Get-MgBetaUserSettingStorageQuotaService", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "GET", + "Command": "Get-MgBetaUserSettingStorageQuotaService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -214242,19 +214244,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" }, { - "Command": "Get-MgBetaUserSettingStorageQuotaService", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "GET", + "Command": "Get-MgBetaUserSettingStorageQuotaService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -214289,20 +214291,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/storage/quota/services", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" }, { - "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserSettingStorageQuotaServiceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -214337,122 +214339,122 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/storage/quota/services/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserSettingWindows", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "GET", + "Command": "Get-MgBetaUserSettingWindows", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsSetting" }, { - "Command": "Get-MgBetaUserSettingWindows", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "GET", + "Command": "Get-MgBetaUserSettingWindows", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/windows", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsSetting" }, { - "Command": "Get-MgBetaUserSettingWindowsCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserSettingWindowsCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/windows/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserSettingWindowsInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaUserSettingWindowsInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsSettingInstance" }, { - "Command": "Get-MgBetaUserSettingWindowsInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "GET", + "Command": "Get-MgBetaUserSettingWindowsInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsSettingInstance" }, { - "Command": "Get-MgBetaUserSettingWindowsInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserSettingWindowsInstanceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserSponsor", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserSponsor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserSponsor", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserSponsor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -214479,20 +214481,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/sponsors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserSponsorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserSponsorCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -214519,20 +214521,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/sponsors/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTeamwork", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserTeamwork", + "Method": "GET", + "Command": "Get-MgBetaUserTeamwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserTeamwork.Read", @@ -214551,36 +214553,36 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserTeamwork" }, { - "Command": "Get-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkAssociatedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" }, { - "Command": "Get-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkAssociatedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -214607,20 +214609,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/associatedTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" }, { - "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkAssociatedTeamCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -214647,20 +214649,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTeamworkInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -214783,19 +214785,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" }, { - "Command": "Get-MgBetaUserTeamworkInstalledApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -214918,20 +214920,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" }, { - "Command": "Get-MgBetaUserTeamworkInstalledAppChat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledAppChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -215006,20 +215008,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Get-MgBetaUserTeamworkInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledAppCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -215142,50 +215144,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/installedApps/$count", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledAppTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgBetaUserTeamworkInstalledAppTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgBetaUserTodoList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", + "Command": "Get-MgBetaUserTodoList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215220,19 +215222,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "Command": "Get-MgBetaUserTodoList", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", + "Command": "Get-MgBetaUserTodoList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215267,20 +215269,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "Command": "Get-MgBetaUserTodoListCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTodoListCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215315,20 +215317,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTodoListDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", + "Command": "Get-MgBetaUserTodoListDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -215355,64 +215357,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/todo/lists/delta", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "Command": "Get-MgBetaUserTodoListExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTodoListExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTodoListExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserTodoListExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserTodoListExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTodoListExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTodoTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215447,19 +215449,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTodoTask" }, { - "Command": "Get-MgBetaUserTodoTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215494,20 +215496,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTodoTask" }, { - "Command": "Get-MgBetaUserTodoTaskAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215542,19 +215544,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachmentBase" }, { - "Command": "Get-MgBetaUserTodoTaskAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215589,20 +215591,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachmentBase" }, { - "Command": "Get-MgBetaUserTodoTaskAttachmentContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215637,20 +215639,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTodoTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215685,79 +215687,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTodoTaskAttachmentSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachmentSession" }, { - "Command": "Get-MgBetaUserTodoTaskAttachmentSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachmentSession" }, { - "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentSessionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskAttachmentSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTodoTaskChecklistItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskChecklistItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215792,19 +215794,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChecklistItem" }, { - "Command": "Get-MgBetaUserTodoTaskChecklistItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskChecklistItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215839,20 +215841,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChecklistItem" }, { - "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskChecklistItemCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215887,20 +215889,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTodoTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215935,20 +215937,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTodoTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskDelta", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -215983,64 +215985,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTodoTask" }, { - "Command": "Get-MgBetaUserTodoTaskExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTodoTaskExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgBetaUserTodoTaskExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskExtensionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTodoTaskLinkedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskLinkedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -216075,19 +216077,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "Command": "Get-MgBetaUserTodoTaskLinkedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskLinkedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -216122,20 +216124,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTodoTaskLinkedResourceCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -216170,34 +216172,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserTransitiveMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -216248,107 +216250,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveMemberOf/group", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgBetaUserTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -216399,2559 +216401,2559 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveMemberOfCountAsGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserTransitiveReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserTransitiveReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get-transitivereports?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgBetaUserTransitiveReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserTransitiveReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/transitiveReports/$count", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "GET", + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" }, { - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "GET", + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" }, { - "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaUserWindowsInformationProtectionDeviceRegistrationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/$count", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEvent", "Variants": [ "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "GET", + "Command": "Get-MgBetaVirtualEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEvent" }, { - "Command": "Get-MgBetaVirtualEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "GET", + "Command": "Get-MgBetaVirtualEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEvent" }, { - "Command": "Get-MgBetaVirtualEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgBetaVirtualEventPresenter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgBetaVirtualEventPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventPresenterSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenterSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventPresenterSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenterSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenterSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventPresenterSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventPresenterSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportAttendanceRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionAttendanceReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventSessionPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgBetaVirtualEventSessionPresenter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgBetaVirtualEventSessionPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionPresenterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/presenters/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventSessionRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventSessionRegistration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationByEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationByUserId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventSessionRegistrationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/registrations/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventTownhall", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "Command": "Get-MgBetaVirtualEventTownhall", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallByUserIdAndRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/getByUserIdAndRole(userId='{userId}',role='{role}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "Command": "Get-MgBetaVirtualEventTownhallByUserRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallByUserRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/getByUserRole(role='{role}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "Command": "Get-MgBetaVirtualEventTownhallCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventTownhallPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgBetaVirtualEventTownhallPresenter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgBetaVirtualEventTownhallPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenterSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallPresenterSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventTownhallSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventTownhallSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionAttendanceReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionPresenterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/presenters/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationByUserId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventTownhallSessionRegistrationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/registrations/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventWebinar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "Command": "Get-MgBetaVirtualEventWebinar", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarByUserIdAndRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "Command": "Get-MgBetaVirtualEventWebinarByUserRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarByUserRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "Command": "Get-MgBetaVirtualEventWebinarCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventWebinarPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgBetaVirtualEventWebinarPresenter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenterSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarPresenterSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationByEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationByUserId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration" }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationConfigurationQuestionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarRegistrationSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventWebinarSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventWebinarSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionAttendanceReportCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionPresenterCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/presenters/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(email='{email}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationByUserId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaVirtualEventWebinarSessionRegistrationCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/registrations/$count", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuCatalogEntry", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuCatalogEntry", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" }, { - "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntry", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuCatalogEntry", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/catalog/entries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-catalog-list-entries?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuCatalogEntry", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" }, { - "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesCatalogEntryCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuCatalogEntryCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/catalog/entries/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuCatalogEntryCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesDeployment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeployment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeployment", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-get?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeployment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" }, { - "Command": "Get-MgBetaWindowsUpdatesDeployment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeployment", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeployment", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-deployments?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeployment", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContent", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCatalogEntry", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCatalogEntry", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDeviceCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceApplicableContentMatchedDeviceCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceExclusionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusionCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceExclusionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMember", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMember", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentAudienceMemberCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentAudienceMemberCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentAudienceMemberCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesDeploymentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuDeploymentCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuDeploymentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicy", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-get?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicy", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatepolicies?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudience", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudience", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudience", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContent", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCatalogEntry", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/catalogEntry", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCatalogEntry", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDeviceCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceApplicableContentMatchedDeviceCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusion", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceExclusionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusionCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceExclusionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceMember", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyAudienceMemberCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyAudienceMemberCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyAudienceMemberCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", "Permissions": [], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-get?view=graph-rest-beta", "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-list-compliancechanges?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChange", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyComplianceChangeUpdatePolicy", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeUpdatePolicy", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyComplianceChangeUpdatePolicy", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" }, { - "Command": "Get-MgBetaWindowsUpdatesPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesPolicyCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuPolicyCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuPolicyCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesProduct", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProduct", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProduct", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProduct", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" }, { - "Command": "Get-MgBetaWindowsUpdatesProduct", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProduct", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProduct", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProduct", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" }, { - "Command": "Get-MgBetaWindowsUpdatesProductCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesProductEdition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductEdition", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductEdition", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductEdition", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" }, { - "Command": "Get-MgBetaWindowsUpdatesProductEdition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductEdition", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductEdition", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/editions", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductEdition", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" }, { - "Command": "Get-MgBetaWindowsUpdatesProductEditionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductEditionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductEditionCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/editions/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductEditionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssue", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductKnownIssue", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" }, { - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssue", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssue", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductKnownIssue", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" }, { - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueByTimeRange", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssueGraphBPreTimeRange", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/getKnownIssuesByTimeRange(daysInPast={daysInPast},includeAllActive=@includeAllActive)", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-product-getknownissuesbytimerange?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductKnownIssueGraphBPreTimeRange", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" }, { - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssueCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductKnownIssueCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" }, { - "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" }, { - "Command": "Get-MgBetaWindowsUpdatesProductRevision", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductRevision", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductRevision", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductRevision", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" }, { - "Command": "Get-MgBetaWindowsUpdatesProductRevision", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductRevision", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductRevision", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/revisions", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductRevision", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" }, { - "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductRevisionCatalogEntry", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductRevisionCatalogEntry", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductRevisionCatalogEntry", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" }, { - "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductRevisionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductRevisionCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/revisions/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductRevisionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuProductRevisionKnowledgeBaseArticle", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuProductRevisionKnowledgeBaseArticle", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" }, { - "Command": "Get-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesResourceConnection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuResourceConnection", "Permissions": [], - "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-resourceconnection-get?view=graph-rest-beta", "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuResourceConnection", - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-get?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" }, { - "Command": "Get-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesResourceConnection", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuResourceConnection", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/resourceConnections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-resourceconnections?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuResourceConnection", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" }, { - "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesResourceConnectionCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuResourceConnectionCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/resourceConnections/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuResourceConnectionCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuUpdatableAsset", "Permissions": [], - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-get?view=graph-rest-beta", "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuUpdatableAsset", - "ApiVersion": "beta", - "Method": "GET" + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-get?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuUpdatableAsset", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatableAssets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-list-updatableassets?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuUpdatableAsset", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset" }, { - "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBetaWindowsUpdatesUpdatableAssetCount", + "ApiVersion": "beta", + "CommandAlias": "Get-MgBetaWuUpdatableAssetCount", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatableAssets/$count", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Get-MgBetaWuUpdatableAssetCount", - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBookingBusiness", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "GET", + "Command": "Get-MgBookingBusiness", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -218986,19 +218988,19 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "Command": "Get-MgBookingBusiness", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "GET", + "Command": "Get-MgBookingBusiness", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219033,115 +219035,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "Command": "Get-MgBookingBusinessAppointment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBookingAppointment", - "Permissions": [ - { - "Name": "BookingsAppointment.ReadWrite.All", - "Description": "Read and write all Bookings related resources.", - "FullDescription": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Bookings.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Bookings.Read.All", - "Description": "Read all Bookings related resources.", - "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Bookings.Manage.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgBookingBusinessAppointment", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphBookingAppointment", - "Permissions": [ - { - "Name": "BookingsAppointment.ReadWrite.All", - "Description": "Read and write all Bookings related resources.", - "FullDescription": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Bookings.ReadWrite.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Bookings.Read.All", - "Description": "Read all Bookings related resources.", - "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Bookings.Manage.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgBookingBusinessAppointmentCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219176,34 +219083,129 @@ "IsLeastPrivilege": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", - "ApiReferenceLink": null, "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingAppointment" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgBookingBusinessAppointment", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [ + { + "Name": "BookingsAppointment.ReadWrite.All", + "Description": "Read and write all Bookings related resources.", + "FullDescription": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Bookings.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Bookings.Read.All", + "Description": "Read all Bookings related resources.", + "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Bookings.Manage.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-appointments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingAppointment" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgBookingBusinessAppointmentCount", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "BookingsAppointment.ReadWrite.All", + "Description": "Read and write all Bookings related resources.", + "FullDescription": "Allows an app to read and write Bookings appointments and customers, and additionally allows reading businesses, services, and staff without a signed-in user. ", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Bookings.ReadWrite.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Bookings.Read.All", + "Description": "Read all Bookings related resources.", + "FullDescription": "Allows an app to read Bookings appointments, businesses, customers, services, and staff without a signed-in user. ", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Bookings.Manage.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Bookings", + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgBookingBusinessCalendarView", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", + "Command": "Get-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "Get-MgBookingBusinessCalendarView", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "GET", + "Command": "Get-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219238,20 +219240,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-calendarview?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "Get-MgBookingBusinessCalendarViewCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBookingBusinessCalendarViewCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219286,19 +219288,19 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBookingBusinessCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBookingBusinessCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219333,20 +219335,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBookingBusinessCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBookingBusinessCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219381,19 +219383,19 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBookingBusinessCustomer", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBookingCustomerBase", + "Method": "GET", + "Command": "Get-MgBookingBusinessCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219428,20 +219430,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customers?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingCustomerBase" }, { - "Command": "Get-MgBookingBusinessCustomerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBookingBusinessCustomerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219476,20 +219478,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBookingBusinessCustomQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "GET", + "Command": "Get-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219524,19 +219526,19 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingCustomQuestion" }, { - "Command": "Get-MgBookingBusinessCustomQuestion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "GET", + "Command": "Get-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219571,20 +219573,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-customquestions?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingCustomQuestion" }, { - "Command": "Get-MgBookingBusinessCustomQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBookingBusinessCustomQuestionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219619,20 +219621,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBookingBusinessService", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBookingService", + "Method": "GET", + "Command": "Get-MgBookingBusinessService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219667,19 +219669,19 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingService" }, { - "Command": "Get-MgBookingBusinessService", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBookingService", + "Method": "GET", + "Command": "Get-MgBookingBusinessService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219714,20 +219716,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-services?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingService" }, { - "Command": "Get-MgBookingBusinessServiceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBookingBusinessServiceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219762,22 +219764,22 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBookingBusinessStaffAvailability", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", + "Method": "POST", + "Command": "Get-MgBookingBusinessStaffAvailability", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -219820,20 +219822,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-getstaffavailability?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphStaffAvailabilityItem" }, { - "Command": "Get-MgBookingBusinessStaffMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219868,19 +219870,19 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBookingBusinessStaffMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBookingStaffMemberBase", + "Method": "GET", + "Command": "Get-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219915,20 +219917,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-list-staffmembers?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingStaffMemberBase" }, { - "Command": "Get-MgBookingBusinessStaffMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgBookingBusinessStaffMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -219963,20 +219965,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgBookingCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "GET", + "Command": "Get-MgBookingCurrency", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -220011,19 +220013,66 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBookingCurrency" }, { - "Command": "Get-MgBookingCurrency", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "GET", + "Command": "Get-MgBookingCurrency", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Bookings.Read.All", + "Description": "Read bookings information", + "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "BookingsAppointment.ReadWrite.All", + "Description": "Read and write booking appointments", + "FullDescription": "Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Bookings.ReadWrite.All", + "Description": "Read and write bookings information", + "FullDescription": "Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Bookings.Manage.All", + "Description": "Manage bookings information", + "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Module": "Bookings", + "Uri": "/solutions/bookingCurrencies", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphBookingCurrency" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgBookingCurrencyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Read.All", @@ -220058,67 +220107,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/solutions/bookingCurrencies", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcurrency-list?view=graph-rest-1.0", "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgBookingCurrencyCount", - "Variants": [ - "Get" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "Bookings.Read.All", - "Description": "Read bookings information", - "FullDescription": "Allows an app to read bookings appointments, businesses, customers, services, and staff on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "BookingsAppointment.ReadWrite.All", - "Description": "Read and write booking appointments", - "FullDescription": "Allows an app to read and write bookings appointments and customers, and additionally allows read businesses information, services, and staff on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Bookings.ReadWrite.All", - "Description": "Read and write bookings information", - "FullDescription": "Allows an app to read and write Bookings appointments, businesses, customers, services, and staff on your behalf. Does not allow create, delete and publish of booking businesses.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Bookings.Manage.All", - "Description": "Manage bookings information", - "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], "Uri": "/solutions/bookingCurrencies/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgChat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "GET", + "Command": "Get-MgChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220185,19 +220187,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Get-MgChat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "GET", + "Command": "Get-MgChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220248,19 +220250,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Get-MgChatCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgChatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220311,20 +220313,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgChatInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -220415,19 +220417,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-installedapps?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgChatInstalledApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -220550,20 +220552,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-installedapps?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgChatInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgChatInstalledAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -220686,65 +220688,65 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/installedApps/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgChatInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgChatInstalledAppTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgChatInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgChatInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgChatLastMessagePreview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "GET", + "Command": "Get-MgChatLastMessagePreview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageInfo" }, { - "Command": "Get-MgChatMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220875,19 +220877,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-members?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgChatMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -220986,20 +220988,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgChatMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgChatMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -221098,21 +221100,21 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/members/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgChatMessage", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221163,19 +221165,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgChatMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221218,20 +221220,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-messages?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgChatMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgChatMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221274,20 +221276,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgChatMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgChatMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221338,22 +221340,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221412,19 +221414,91 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessagehostedcontent-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgChatMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "ChatMessage.Read.Chat", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadWrite", + "Description": "Read and write your chat messages", + "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.ReadWrite.All", + "Description": "Read and write all chat messages", + "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Chat.Read.All", + "Description": "Read all chat messages", + "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Teams", + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphChatMessageHostedContent" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgChatMessageHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221483,211 +221557,139 @@ "IsLeastPrivilege": false } ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0", "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgChatMessageHostedContentCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "ChatMessage.Read.Chat", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadWrite", - "Description": "Read and write your chat messages", - "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.ReadWrite.All", - "Description": "Read and write all chat messages", - "FullDescription": "Allows an app to read and write all chat messages in Microsoft Teams, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Chat.Read.All", - "Description": "Read all chat messages", - "FullDescription": "Allows the app to read all 1-to-1 or group chat messages in Microsoft Teams.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgChatMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgChatMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgChatMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgChatMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgChatMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgChatMessageReplyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgChatMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgChatMessageReplyDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgChatMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgChatMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgChatMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgChatMessageReplyHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgChatPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgChatPermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -221794,20 +221796,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/permissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-permissiongrants?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgChatPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgChatPermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForChat", @@ -221914,36 +221916,36 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/permissionGrants/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgChatPinnedMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", + "Command": "Get-MgChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "Get-MgChatPinnedMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", + "Command": "Get-MgChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -221986,20 +221988,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-pinnedmessages?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "Get-MgChatPinnedMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgChatPinnedMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -222042,19 +222044,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/pinnedMessages/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgChatRetainedMessage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgChatRetainedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -222121,20 +222123,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/getAllRetainedMessages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgChatTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -222201,19 +222203,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get-tabs?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgChatTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -222264,20 +222266,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/tabs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list-tabs?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgChatTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgChatTabCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.All", @@ -222328,35 +222330,35 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/tabs/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgChatTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgChatTabTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgCommunicationCall", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCall", + "Method": "GET", + "Command": "Get-MgCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -222375,20 +222377,20 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-get?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCall" }, { - "Command": "Get-MgCommunicationCallAudioRoutingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "GET", + "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -222407,19 +222409,19 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-get?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAudioRoutingGroup" }, { - "Command": "Get-MgCommunicationCallAudioRoutingGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "GET", + "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -222438,20 +222440,20 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-audioroutinggroups?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAudioRoutingGroup" }, { - "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationCallAudioRoutingGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -222470,20 +222472,20 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationCallContentSharingSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -222518,19 +222520,19 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentsharingsession-get?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationCallContentSharingSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentSharingSession", + "Method": "GET", + "Command": "Get-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -222565,20 +222567,20 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/contentSharingSessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-contentsharingsessions?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentSharingSession" }, { - "Command": "Get-MgCommunicationCallContentSharingSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationCallContentSharingSessionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallAsGuest.All", @@ -222613,78 +222615,78 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/contentSharingSessions/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationCallCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationCallCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationCallOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "GET", + "Command": "Get-MgCommunicationCallOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/addlargegalleryviewoperation-get?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCommsOperation" }, { - "Command": "Get-MgCommunicationCallOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "GET", + "Command": "Get-MgCommunicationCallOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/operations", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCommsOperation" }, { - "Command": "Get-MgCommunicationCallOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationCallOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/operations/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationCallParticipant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphParticipant", + "Method": "GET", + "Command": "Get-MgCommunicationCallParticipant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -222703,19 +222705,19 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-get?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphParticipant" }, { - "Command": "Get-MgCommunicationCallParticipant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphParticipant", + "Method": "GET", + "Command": "Get-MgCommunicationCallParticipant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -222734,20 +222736,20 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/participants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-list-participants?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphParticipant" }, { - "Command": "Get-MgCommunicationCallParticipantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationCallParticipantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -222766,183 +222768,183 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationCallRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecordsCallRecord", + "Method": "GET", + "Command": "Get-MgCommunicationCallRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-get?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsCallRecord" }, { - "Command": "Get-MgCommunicationCallRecordCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationCallRecordOrganizerV2", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordOrganizerV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsOrganizer" }, { - "Command": "Get-MgCommunicationCallRecordParticipant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordParticipant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationCallRecordParticipantV2", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordParticipantV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsParticipant" }, { - "Command": "Get-MgCommunicationCallRecordParticipantV2", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordParticipantV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-participants_v2?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsParticipant" }, { - "Command": "Get-MgCommunicationCallRecordSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsSession" }, { - "Command": "Get-MgCommunicationCallRecordSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecords-callrecord-list-sessions?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecordsSession" }, { - "Command": "Get-MgCommunicationCallRecordSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordSessionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationCallRecordSessionSegmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationOnlineMeeting", "Variants": [ "Get", "Get1", "GetExpanded", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Get-MgCommunicationOnlineMeeting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -222977,122 +222979,122 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationOnlineMeetingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -223127,214 +223129,214 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationOnlineMeetingRecording", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingRecording", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Get-MgCommunicationOnlineMeetingRecording", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingRecording", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Get-MgCommunicationOnlineMeetingRecordingContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingRecordingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationOnlineMeetingRecordingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingRecordingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationOnlineMeetingRecordingDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingRecordingDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/delta", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Get-MgCommunicationOnlineMeetingTranscript", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgCommunicationOnlineMeetingTranscript", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscriptCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationOnlineMeetingTranscriptDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscriptDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/delta", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCommunicationPresence", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", + "Command": "Get-MgCommunicationPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/presences/{presence-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "Get-MgCommunicationPresence", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", + "Command": "Get-MgCommunicationPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read", @@ -223361,20 +223363,20 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/presences", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "Get-MgCommunicationPresenceByUserId", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "POST", + "Command": "Get-MgCommunicationPresenceByUserId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read.All", @@ -223393,19 +223395,19 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/getPresencesByUserId", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "Get-MgCommunicationPresenceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgCommunicationPresenceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read", @@ -223432,34 +223434,73 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/presences/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgCompliance", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCompliance", + "Method": "GET", + "Command": "Get-MgCompliance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/compliance", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCompliance" }, { - "Command": "Get-MgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "OrgContact.Read.All", + "Description": "Read organizational contacts", + "FullDescription": "Allows the app to read all organizational contacts without a signed-in user. These contacts are managed by the organization and are different from a user's personal contacts.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Identity.DirectoryManagement", + "Uri": "/contacts/{orgContact-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOrgContact" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223486,73 +223527,34 @@ "IsLeastPrivilege": false } ], - "Uri": "/contacts/{orgContact-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get?view=graph-rest-1.0", "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgContact", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphOrgContact", - "Permissions": [ - { - "Name": "OrgContact.Read.All", - "Description": "Read organizational contacts", - "FullDescription": "Allows the app to read all organizational contacts without a signed-in user. These contacts are managed by the organization and are different from a user's personal contacts.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/contacts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgContactById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgContactById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgContactCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgContactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223579,19 +223581,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgContactDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgContactDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223618,34 +223620,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-delta?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgContactDirectReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgContactDirectReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgContactDirectReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgContactDirectReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223680,78 +223682,78 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-directreports?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgContactDirectReportAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgContactDirectReportAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgContactDirectReportAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgContactDirectReportAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/orgContact", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgContactDirectReportAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgContactDirectReportAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgContactDirectReportAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgContactDirectReportAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/user", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgContactDirectReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgContactDirectReportCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223786,50 +223788,50 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgContactDirectReportCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgContactDirectReportCountAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/orgContact/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgContactDirectReportCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgContactDirectReportCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/directReports/user/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgContactManager", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgContactManager", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -223864,22 +223866,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/manager", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-get-manager?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgContactMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgContactMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -223962,22 +223964,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgContactMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgContactMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -224076,34 +224078,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgContactMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgContactMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgContactMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgContactMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -224138,78 +224140,78 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-memberof?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgContactMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgContactMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgContactMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgContactMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgContactMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgContactMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgContactMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/group", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgContactMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgContactMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -224244,93 +224246,93 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgContactMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgContactMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgContactMemberOfCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgContactServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgContactServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgContactServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgContactServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgContactTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgContactTransitiveMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -224357,78 +224359,78 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-list-transitivememberof?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgContactTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgContactTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgContactTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrgContact.Read.All", @@ -224455,50 +224457,50 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgContactTransitiveMemberOfCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgContract", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContract", + "Method": "GET", + "Command": "Get-MgContract", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -224517,19 +224519,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContract" }, { - "Command": "Get-MgContract", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContract", + "Method": "GET", + "Command": "Get-MgContract", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -224548,34 +224550,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contract-list?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContract" }, { - "Command": "Get-MgContractById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgContractById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgContractCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgContractCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -224594,19 +224596,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgContractDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgContractDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -224625,54 +224627,54 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgContractMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgContractMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgContractMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgContractMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDataPolicyOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "GET", + "Command": "Get-MgDataPolicyOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Export.All", @@ -224691,48 +224693,48 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/datapolicyoperation-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDataPolicyOperation" }, { - "Command": "Get-MgDataPolicyOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "GET", + "Command": "Get-MgDataPolicyOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/dataPolicyOperations", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDataPolicyOperation" }, { - "Command": "Get-MgDataPolicyOperationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDataPolicyOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/dataPolicyOperations/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -224767,19 +224769,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -224814,19 +224816,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgDeviceAppManagement", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Method": "GET", + "Command": "Get-MgDeviceAppManagement", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgt", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224861,20 +224863,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgt", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceAppManagement" }, { - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224893,19 +224895,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224924,20 +224926,115 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -224972,115 +225069,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", - "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionApp", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", - "ApiReferenceLink": null, "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAppCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225115,19 +225117,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225162,20 +225164,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225210,19 +225212,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225241,20 +225243,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225289,20 +225291,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225337,19 +225339,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225384,20 +225386,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225432,19 +225434,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225479,20 +225481,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225527,19 +225529,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225574,20 +225576,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225622,20 +225624,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225654,19 +225656,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225685,20 +225687,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225733,19 +225735,67 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphManagedMobileApp" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225780,68 +225830,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", - "ApiReferenceLink": null, "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAppCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225876,19 +225878,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225923,20 +225925,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -225971,19 +225973,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226002,20 +226004,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226050,20 +226052,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Get-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226098,19 +226100,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226145,19 +226147,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicy", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226192,20 +226194,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppPolicyCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226240,19 +226242,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226287,20 +226289,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistration", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226335,19 +226337,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226382,20 +226384,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationAppliedPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226430,19 +226432,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicyCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226477,20 +226479,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226525,19 +226527,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226572,20 +226574,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationIntendedPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226620,20 +226622,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicyCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226668,19 +226670,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226715,20 +226717,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226763,19 +226765,67 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationOperationCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226810,67 +226860,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", - "ApiReferenceLink": null, "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdGraphWPreFlaggedAppRegistration", - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgDeviceAppManagementManagedAppStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphManagedAppStatus", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppStatus" }, { - "Command": "Get-MgDeviceAppManagementManagedAppStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226905,19 +226907,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppStatuses", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatus", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppStatus" }, { - "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedAppStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226952,20 +226954,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppStatuses/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedAppStatusCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementManagedEBook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -226984,19 +226986,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedEBook" }, { - "Command": "Get-MgDeviceAppManagementManagedEBook", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227015,20 +227017,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-list?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBook", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedEBook" }, { - "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227047,19 +227049,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedEBookAssignment" }, { - "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227078,20 +227080,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-list?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedEBookAssignment" }, { - "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227110,19 +227112,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementManagedEBookCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227141,20 +227143,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227173,19 +227175,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227204,20 +227206,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-list?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceState", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookDeviceStateCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227236,20 +227238,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookDeviceStateCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookInstallSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227268,20 +227270,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookInstallSummary", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEBookInstallSummary" }, { - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227300,19 +227302,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserInstallStateSummary" }, { - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227331,20 +227333,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-list?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserInstallStateSummary" }, { - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227363,20 +227365,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227395,19 +227397,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227426,20 +227428,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceStateCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227458,20 +227460,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceStateCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227490,19 +227492,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" }, { - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227521,20 +227523,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" }, { - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227569,19 +227571,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227616,20 +227618,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227664,19 +227666,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227695,20 +227697,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227743,19 +227745,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227790,20 +227792,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227838,20 +227840,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227886,19 +227888,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227933,20 +227935,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -227981,20 +227983,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228013,19 +228015,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-managedandroidlobapp-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileApp" }, { - "Command": "Get-MgDeviceAppManagementMobileApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228044,34 +228046,34 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowsuniversalappx-list?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAndroidLobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidLobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAndroidLobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228090,254 +228092,254 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/androidLobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidLobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidStoreApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAndroidStoreApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228356,122 +228358,122 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/androidStoreApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAndroidStoreApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsAndroidStoreAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsAndroidStoreAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosLobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosLobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosLobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228490,254 +228492,254 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/iosLobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosLobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosStoreApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosStoreApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosStoreApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228756,122 +228758,122 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/iosStoreApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosStoreApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoStoreAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoStoreAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosVppApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosVppApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosVppApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -228890,122 +228892,122 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/iosVppApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosVppApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsIoVppAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsIoVppAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSDmgApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMacOSDmgApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229024,254 +229026,254 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSDmgApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMacOSLobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSLobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMacOSLobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229290,254 +229292,254 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/macOSLobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMacOSLobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAndroidLobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAndroidLobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229556,254 +229558,254 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAndroidLobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedIosLobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedIosLobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -229822,254 +229824,254 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedIosLobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileLobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230088,254 +230090,254 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileLobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230354,108 +230356,108 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftStoreForBusinessApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230474,19 +230476,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230505,20 +230507,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-list?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230537,34 +230539,34 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWin32LobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWin32LobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWin32LobApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230583,254 +230585,254 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/win32LobApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWin32LobApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsAppX", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAppX" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsAppX", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppX", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -230849,254 +230851,254 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsAppX", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppX", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAppX" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsMobileMsi" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsMobileMsi", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsi", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231115,254 +231117,254 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsi", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsMobileMsi" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUniversalAppX" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsUniversalAppX", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppX", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231381,298 +231383,298 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppX", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsUniversalAppX" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileContainedApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileContainedApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsWebApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsWebApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsWebApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231691,110 +231693,110 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsWebApp", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsWebApp" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppAsWindowsWebAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/categories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppAsWindowWebAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231813,20 +231815,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppCategory", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231845,20 +231847,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-list?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategory", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategoryCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231877,20 +231879,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCategories/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCategoryCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231909,19 +231911,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231940,20 +231942,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-list?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfiguration", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -231972,19 +231974,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232003,20 +232005,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-list?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232035,19 +232037,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232066,20 +232068,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232098,19 +232100,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232129,20 +232131,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-list?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232161,20 +232163,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232193,20 +232195,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232225,19 +232227,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232256,20 +232258,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-list?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232288,20 +232290,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232320,19 +232322,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-get?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" }, { - "Command": "Get-MgDeviceAppManagementMobileAppCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232351,19 +232353,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232382,19 +232384,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/androidLobApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsAndroidStoreApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232413,19 +232415,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/androidStoreApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsAndroidStoreApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsiOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232444,19 +232446,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/iosLobApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsiOSLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoStoreApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232475,19 +232477,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/iosStoreApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoStoreApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsIoVppApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoVppApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232506,19 +232508,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/iosVppApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsIoVppApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSDmgApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232537,19 +232539,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/macOSDmgApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSDmgApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMacOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232568,19 +232570,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/macOSLobApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMacOSLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedAndroidLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232599,19 +232601,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/managedAndroidLobApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedAndroidLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagediOSLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232630,19 +232632,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/managedIOSLobApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagediOSLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsManagedMobileLobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232661,19 +232663,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsManagedMobileLobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232692,19 +232694,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/microsoftStoreForBusinessApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsMicrosoftStoreGraphFPreBusinessApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWin32LobApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232723,19 +232725,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/win32LobApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWin32LobApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsAppX", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232754,19 +232756,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsAppX/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowAppX", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsMobileMsi", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232785,19 +232787,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsMobileMSI/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowMobileMsi", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsUniversalAppX", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232816,19 +232818,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsUniversalAppX/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowUniversalAppX", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementMobileAppCountAsWindowsWebApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232847,20 +232849,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/windowsWebApp/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtMobileAppCountAsWindowWebApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232879,19 +232881,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232910,20 +232912,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -232958,19 +232960,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233005,20 +233007,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAppCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233053,20 +233055,115 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAppCount", + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { + "Variants": [ + "List" + ], + "Method": "GET", "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" + }, + { "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233101,114 +233198,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", - "ApiReferenceLink": null, "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationAssignmentCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233227,20 +233229,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233275,20 +233277,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Get-MgDeviceAppManagementVppToken", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVppToken", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233323,19 +233325,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtVppToken", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVppToken" }, { - "Command": "Get-MgDeviceAppManagementVppToken", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVppToken", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233370,19 +233372,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtVppToken", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVppToken" }, { - "Command": "Get-MgDeviceAppManagementVppTokenCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementVppTokenCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtVppTokenCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -233417,20 +233419,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtVppTokenCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233465,19 +233467,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233512,20 +233514,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233560,19 +233562,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233607,20 +233609,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233655,19 +233657,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyAssignmentCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233702,20 +233704,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233750,19 +233752,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233797,20 +233799,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233845,20 +233847,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233893,19 +233895,67 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Devices.CorporateManagement", + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -233940,68 +233990,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", - "ApiReferenceLink": null, "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFileCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Get-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFileCount", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceByDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgDeviceByDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -234036,34 +234038,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices(deviceId='{deviceId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgDeviceById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDeviceById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDeviceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -234098,77 +234100,77 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgDeviceDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delta?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgDeviceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgDeviceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/extensions", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgDeviceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagement", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceManagement", + "Method": "GET", + "Command": "Get-MgDeviceManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234251,19 +234253,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-devicemanagement-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagement" }, { - "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Method": "GET", + "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -234298,20 +234300,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" }, { - "Command": "Get-MgDeviceManagementAuditEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234330,19 +234332,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "Command": "Get-MgDeviceManagementAuditEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234361,20 +234363,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/auditEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234393,19 +234395,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Functions", "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", "ApiReferenceLink": null, - "Module": "DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementAuditEventAuditCategory", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEventAuditCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234424,19 +234426,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Functions", "Uri": "/deviceManagement/auditEvents/getAuditCategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-getauditcategories?view=graph-rest-1.0", - "Module": "DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementAuditEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementAuditEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -234455,20 +234457,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/auditEvents/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementComplianceManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "GET", + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234503,19 +234505,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "Command": "Get-MgDeviceManagementComplianceManagementPartner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "GET", + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234550,19 +234552,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/complianceManagementPartners", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementComplianceManagementPartnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234597,19 +234599,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/complianceManagementPartners/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementConditionalAccessSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "GET", + "Command": "Get-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -234644,20 +234646,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" }, { - "Command": "Get-MgDeviceManagementDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234692,19 +234694,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "Command": "Get-MgDeviceManagementDetectedApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234739,19 +234741,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/detectedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "Command": "Get-MgDeviceManagementDetectedAppCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234786,20 +234788,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/detectedApps/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234818,19 +234820,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234849,20 +234851,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDetectedAppManagedDeviceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -234881,20 +234883,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234929,19 +234931,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Get-MgDeviceManagementDeviceCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -234976,19 +234978,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCategories", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Get-MgDeviceManagementDeviceCategoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235023,20 +235025,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCategories/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235055,19 +235057,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windows10compliancepolicy-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235086,20 +235088,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidcompliancepolicy-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235118,19 +235120,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235149,20 +235151,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235181,19 +235183,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235212,20 +235214,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235244,19 +235246,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235275,20 +235277,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummaryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235307,19 +235309,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235338,20 +235340,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235370,19 +235372,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235401,20 +235403,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235433,20 +235435,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235465,20 +235467,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235497,19 +235499,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235528,20 +235530,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235560,20 +235562,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235592,19 +235594,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235623,20 +235625,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235655,20 +235657,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235687,19 +235689,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235718,19 +235720,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235749,20 +235751,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235781,19 +235783,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235812,20 +235814,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235844,20 +235846,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235876,19 +235878,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235907,20 +235909,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235939,20 +235941,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -235971,20 +235973,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" }, { - "Command": "Get-MgDeviceManagementDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236003,19 +236005,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-sharedpcconfiguration-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "Command": "Get-MgDeviceManagementDeviceConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236034,20 +236036,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsdefenderadvancedthreatprotectionconfiguration-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236066,19 +236068,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236097,20 +236099,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236129,19 +236131,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236160,20 +236162,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236192,19 +236194,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236223,20 +236225,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummaryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236255,19 +236257,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236286,20 +236288,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236318,19 +236320,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236349,20 +236351,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236381,20 +236383,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236413,20 +236415,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236445,20 +236447,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Functions", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", "ApiReferenceLink": null, - "Module": "DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236477,19 +236479,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236508,20 +236510,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236540,20 +236542,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -236572,20 +236574,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" }, { - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236620,19 +236622,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236667,20 +236669,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236715,19 +236717,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236762,20 +236764,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236810,19 +236812,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236857,20 +236859,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementEffectivePermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRolePermission", + "Method": "GET", + "Command": "Get-MgDeviceManagementEffectivePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -236889,20 +236891,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Functions", "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-devicemanagement-geteffectivepermissions?view=graph-rest-1.0", - "Module": "DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRolePermission" }, { - "Command": "Get-MgDeviceManagementExchangeConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "GET", + "Command": "Get-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236937,19 +236939,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" }, { - "Command": "Get-MgDeviceManagementExchangeConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "GET", + "Command": "Get-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -236984,19 +236986,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeConnectors", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" }, { - "Command": "Get-MgDeviceManagementExchangeConnectorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementExchangeConnectorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237031,20 +237033,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeConnectors/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "GET", + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237063,19 +237065,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "GET", + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237094,19 +237096,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementImportedWindowsAutopilotDeviceIdentityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237125,20 +237127,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementIoUpdateStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementIoUpdateStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237157,19 +237159,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" }, { - "Command": "Get-MgDeviceManagementIoUpdateStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementIoUpdateStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237188,19 +237190,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/iosUpdateStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" }, { - "Command": "Get-MgDeviceManagementIoUpdateStatusCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementIoUpdateStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -237219,20 +237221,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/iosUpdateStatuses/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237267,19 +237269,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgDeviceManagementManagedDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237314,122 +237316,122 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgDeviceManagementManagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementManagedDeviceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237464,63 +237466,63 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementManagedDeviceOverview", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphManagedDeviceOverview", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237555,93 +237557,93 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDeviceOverview", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceOverview" }, { - "Command": "Get-MgDeviceManagementManagedDeviceUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsProtectionState" }, { - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237660,19 +237662,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237691,20 +237693,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237739,19 +237741,67 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237786,67 +237836,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-list?view=graph-rest-1.0", "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -237865,20 +237867,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237913,19 +237915,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -237960,19 +237962,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnectorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238007,20 +238009,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238039,19 +238041,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" }, { - "Command": "Get-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238070,19 +238072,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" }, { - "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238101,20 +238103,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238133,19 +238135,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238164,20 +238166,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238196,20 +238198,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "GET", + "Command": "Get-MgDeviceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238244,19 +238246,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementPartner" }, { - "Command": "Get-MgDeviceManagementPartner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "GET", + "Command": "Get-MgDeviceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238291,19 +238293,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/deviceManagementPartners", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementPartner" }, { - "Command": "Get-MgDeviceManagementPartnerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementPartnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238338,20 +238340,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/deviceManagementPartners/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "GET", + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238386,19 +238388,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "Command": "Get-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "GET", + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238433,19 +238435,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/remoteAssistancePartners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementRemoteAssistancePartnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -238480,19 +238482,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/remoteAssistancePartners/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReport", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Method": "GET", + "Command": "Get-MgDeviceManagementReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238559,20 +238561,20 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/deviceManagement/reports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-get?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementReports" }, { - "Command": "Get-MgDeviceManagementReportCachedReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportCachedReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238623,20 +238625,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getCachedReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcachedreport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238687,20 +238689,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancereport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238751,20 +238753,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancepolicynoncompliancesummaryreport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238815,20 +238817,84 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getcompliancesettingnoncompliancereport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { + "Variants": [ + "Get", + "GetExpanded" + ], + "Method": "POST", "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "DeviceManagement.Actions", + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0", + "OutputType": null + }, + { "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -238879,84 +238945,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancereport?view=graph-rest-1.0", "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" - }, - { - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows the app to read and write the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationpolicynoncompliancesummaryreport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239007,20 +239009,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getconfigurationsettingnoncompliancereport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239071,20 +239073,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentpersettingcontributingprofiles?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239135,20 +239137,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicemanagementintentsettingsreport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239199,20 +239201,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdevicenoncompliancereport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239263,20 +239265,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getdeviceswithoutcompliancepolicyreport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportExportJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "GET", + "Command": "Get-MgDeviceManagementReportExportJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239327,19 +239329,19 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-get?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementExportJob" }, { - "Command": "Get-MgDeviceManagementReportExportJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Method": "GET", + "Command": "Get-MgDeviceManagementReportExportJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239390,19 +239392,19 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/deviceManagement/reports/exportJobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementexportjob-list?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementExportJob" }, { - "Command": "Get-MgDeviceManagementReportExportJobCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementReportExportJobCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239453,20 +239455,20 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/deviceManagement/reports/exportJobs/$count", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportFilter", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportFilter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239517,20 +239519,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getReportFilters", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getreportfilters?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportHistoricalReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportHistoricalReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239581,20 +239583,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getHistoricalReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-gethistoricalreport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239645,20 +239647,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getnoncompliantdevicesandsettingsreport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239709,20 +239711,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancemetadata?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239773,20 +239775,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancereport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239837,20 +239839,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getpolicynoncompliancesummaryreport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", "Variants": [ "Get", "GetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -239901,20 +239903,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-getsettingnoncompliancereport?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementResourceOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "GET", + "Command": "Get-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239949,19 +239951,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceOperation" }, { - "Command": "Get-MgDeviceManagementResourceOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "GET", + "Command": "Get-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -239996,19 +239998,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/resourceOperations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceOperation" }, { - "Command": "Get-MgDeviceManagementResourceOperationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementResourceOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240043,20 +240045,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/resourceOperations/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240091,19 +240093,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" }, { - "Command": "Get-MgDeviceManagementRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240138,19 +240140,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" }, { - "Command": "Get-MgDeviceManagementRoleAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240185,35 +240187,35 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleAssignmentRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "Command": "Get-MgDeviceManagementRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240248,19 +240250,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "Command": "Get-MgDeviceManagementRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240295,19 +240297,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroledefinition-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "Command": "Get-MgDeviceManagementRoleDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240342,20 +240344,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240390,19 +240392,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleAssignment" }, { - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240437,20 +240439,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleAssignment" }, { - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240485,20 +240487,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "GET", + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.Read.All", @@ -240533,19 +240535,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -240564,20 +240566,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/softwareUpdateStatusSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-softwareupdatestatussummary-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary" }, { - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "GET", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240596,19 +240598,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" }, { - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "GET", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240627,19 +240629,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/telecomExpenseManagementPartners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" }, { - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240658,20 +240660,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/telecomExpenseManagementPartners/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240690,19 +240692,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "Command": "Get-MgDeviceManagementTermAndCondition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240721,20 +240723,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240753,19 +240755,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" }, { - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240784,20 +240786,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" }, { - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240816,20 +240818,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusTermAndCondition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240848,20 +240850,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "Command": "Get-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240880,19 +240882,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" }, { - "Command": "Get-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240911,20 +240913,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" }, { - "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240943,19 +240945,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementTermAndConditionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementTermAndConditionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -240974,20 +240976,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241006,19 +241008,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "Get-MgDeviceManagementTroubleshootingEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241037,19 +241039,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/troubleshootingEvents", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "Get-MgDeviceManagementTroubleshootingEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementTroubleshootingEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241068,115 +241070,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/troubleshootingEvents/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", - "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", - "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241211,19 +241118,114 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", - "ApiReferenceLink": null, "Module": "DeviceManagement", - "CommandAlias": null, + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" + }, + { "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241258,19 +241260,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241305,20 +241307,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241353,19 +241355,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241400,19 +241402,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceIdCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241447,20 +241449,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241495,19 +241497,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241542,19 +241544,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241589,19 +241591,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241636,20 +241638,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241684,19 +241686,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241731,19 +241733,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241778,20 +241780,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241826,19 +241828,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241873,19 +241875,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241920,20 +241922,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -241968,19 +241970,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242015,19 +242017,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242062,20 +242064,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242110,19 +242112,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242157,19 +242159,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242204,19 +242206,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242251,63 +242253,63 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValueCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242342,19 +242344,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242389,20 +242391,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242437,20 +242439,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242485,20 +242487,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242533,19 +242535,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242580,20 +242582,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242628,20 +242630,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242676,20 +242678,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242724,20 +242726,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242772,20 +242774,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242820,92 +242822,92 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValueCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242940,19 +242942,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -242987,19 +242989,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243034,20 +243036,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243082,19 +243084,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243129,19 +243131,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScoreCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243176,20 +243178,67 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243224,66 +243273,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", - "ApiReferenceLink": null, "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243318,20 +243320,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243366,19 +243368,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243413,19 +243415,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243460,20 +243462,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -243508,19 +243510,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -243555,19 +243557,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -243602,20 +243604,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243650,19 +243652,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243697,19 +243699,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243744,20 +243746,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243792,19 +243794,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243839,19 +243841,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScoreCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243886,19 +243888,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243933,20 +243935,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -243981,19 +243983,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244028,19 +244030,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244075,19 +244077,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244122,20 +244124,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244170,19 +244172,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244217,19 +244219,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244264,20 +244266,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244312,19 +244314,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244359,20 +244361,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDeviceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244407,20 +244409,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244455,19 +244457,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244502,19 +244504,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" }, { - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -244549,34 +244551,34 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementVirtualEndpoint", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphVirtualEndpoint", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEndpoint" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244595,19 +244597,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcAuditEvent" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244626,19 +244628,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/auditEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-auditevents?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcAuditEvent" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244657,19 +244659,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcauditevent-getauditactivitytypes?view=graph-rest-1.0", - "Module": "DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244688,20 +244690,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/auditEvents/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244720,19 +244722,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPc" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPc", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244751,19 +244753,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-cloudpcs?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPc" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244782,20 +244784,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244814,19 +244816,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244845,19 +244847,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/deviceImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-deviceimages?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244876,19 +244878,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244907,20 +244909,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Functions", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-getsourceimages?view=graph-rest-1.0", - "Module": "DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244939,19 +244941,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcgalleryimage-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -244970,19 +244972,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-galleryimages?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245001,20 +245003,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245033,19 +245035,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245064,19 +245066,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-onpremisesconnections?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremiseConnectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245095,20 +245097,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245127,19 +245129,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245158,151 +245160,151 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-provisioningpolicies?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245321,20 +245323,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245353,19 +245355,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcUserSetting" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245384,63 +245386,63 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-list-usersettings?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcUserSetting" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" }, { - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.Read.All", @@ -245459,20 +245461,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -245491,19 +245493,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-get?view=graph-rest-1.0", - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -245522,19 +245524,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-list?view=graph-rest-1.0", - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsAutopilotDeviceIdentityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -245553,20 +245555,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245585,19 +245587,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" }, { - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245616,19 +245618,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" }, { - "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionAppLearningSummaryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245647,20 +245649,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245679,19 +245681,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" }, { - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245710,19 +245712,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" }, { - "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummaryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -245741,20 +245743,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementWindowsMalwareInformation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245789,19 +245791,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "Command": "Get-MgDeviceManagementWindowsMalwareInformation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245836,19 +245838,19 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-list?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245883,20 +245885,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245931,19 +245933,67 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-get?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" }, { - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "DeviceManagementManagedDevices.Read.All", + "Description": "Read Microsoft Intune devices", + "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "DeviceManagementManagedDevices.ReadWrite.All", + "Description": "Read and write Microsoft Intune devices", + "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune device configuration and policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "DeviceManagement", + "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -245978,70 +246028,22 @@ "IsLeastPrivilege": false } ], - "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-list?view=graph-rest-1.0", "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgDeviceManagementWindowsMalwareInformationDeviceMalwareStateCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "DeviceManagementManagedDevices.Read.All", - "Description": "Read Microsoft Intune devices", - "FullDescription": "Allows the app to read the properties of devices managed by Microsoft Intune, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "DeviceManagementManagedDevices.ReadWrite.All", - "Description": "Read and write Microsoft Intune devices", - "FullDescription": "Allows the app to read and write the properties of devices managed by Microsoft Intune, without a signed-in user. Does not allow high impact operations such as remote wipe and password reset on the device’s owner", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read and write properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune device configuration and policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/$count", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -246124,22 +246126,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDeviceMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -246238,34 +246240,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDeviceMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDeviceMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDeviceMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDeviceMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246300,78 +246302,78 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgDeviceMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgDeviceMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgDeviceMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgDeviceMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgDeviceMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/memberOf/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-memberof?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgDeviceMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246406,49 +246408,49 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/memberOf/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceMemberOfCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceRegisteredOwner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246483,135 +246485,135 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/endpoint", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgDeviceRegisteredOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDeviceRegisteredOwnerAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/user", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDeviceRegisteredOwnerByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246646,20 +246648,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredowners?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceRegisteredOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246694,79 +246696,79 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCountAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCountAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/endpoint/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceRegisteredOwnerCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/user/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceRegisteredUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246801,135 +246803,135 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgDeviceRegisteredUserAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgDeviceRegisteredUserAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/endpoint", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgDeviceRegisteredUserAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDeviceRegisteredUserAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/user", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDeviceRegisteredUserByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -246964,20 +246966,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-registeredusers?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceRegisteredUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -247012,94 +247014,94 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCountAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCountAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/endpoint/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceRegisteredUserCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceRegisteredUserCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/user/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDeviceTransitiveMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -247134,78 +247136,78 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-list-transitivememberof?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgDeviceTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Device.Read.All", @@ -247240,64 +247242,64 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDeviceTransitiveMemberOfCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectory", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDirectory", + "Method": "GET", + "Command": "Get-MgDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectory" }, { - "Command": "Get-MgDirectoryAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247332,19 +247334,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgDirectoryAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247379,19 +247381,66 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-administrativeunits?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgDirectoryAdministrativeUnitCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "AdministrativeUnit.Read.All", + "Description": "Read all administrative units", + "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "AdministrativeUnit.ReadWrite.All", + "Description": "Read and write all administrative units", + "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Identity.DirectoryManagement", + "Uri": "/directory/administrativeUnits/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Delta" + ], + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247426,110 +247475,63 @@ "IsLeastPrivilege": false } ], - "Uri": "/directory/administrativeUnits/$count", - "ApiReferenceLink": null, "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgDirectoryAdministrativeUnitDelta", - "Variants": [ - "Delta" - ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Permissions": [ - { - "Name": "AdministrativeUnit.Read.All", - "Description": "Read all administrative units", - "FullDescription": "Allows the app to read administrative units and administrative unit membership without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "AdministrativeUnit.ReadWrite.All", - "Description": "Read and write all administrative units", - "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/directory/administrativeUnits/delta", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgDirectoryAdministrativeUnitExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryAdministrativeUnitExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryAdministrativeUnitMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247564,34 +247566,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247626,34 +247628,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247688,34 +247690,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247750,34 +247752,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247812,34 +247814,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247874,34 +247876,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247936,19 +247938,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -247983,20 +247985,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-members?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -248031,20 +248033,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -248079,20 +248081,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -248127,20 +248129,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -248175,20 +248177,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -248223,20 +248225,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -248271,20 +248273,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitMemberCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.Read.All", @@ -248319,20 +248321,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248367,19 +248369,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-get-scopedrolemembers?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248414,20 +248416,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-list-scopedrolemembers?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -248462,20 +248464,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryAttributeSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "GET", + "Command": "Get-MgDirectoryAttributeSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248494,19 +248496,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttributeSet" }, { - "Command": "Get-MgDirectoryAttributeSet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "GET", + "Command": "Get-MgDirectoryAttributeSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248525,19 +248527,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/attributeSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-attributesets?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttributeSet" }, { - "Command": "Get-MgDirectoryAttributeSetCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryAttributeSetCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248556,20 +248558,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/attributeSets/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248588,19 +248590,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" }, { - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248619,20 +248621,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-customsecurityattributedefinitions?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" }, { - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248651,19 +248653,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAllowedValue" }, { - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248682,20 +248684,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-list-allowedvalues?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAllowedValue" }, { - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValueCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248714,19 +248716,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeDefinition.Read.All", @@ -248745,385 +248747,385 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryDeletedItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/administrativeUnit", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Get-MgDirectoryDeletedAdministrativeUnit", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgDirectoryDeletedItemAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedApplication", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Get-MgDirectoryDeletedApplication", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgDirectoryDeletedItemAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedApplication", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/application", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Get-MgDirectoryDeletedApplication", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgDirectoryDeletedItemAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedDevice", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Get-MgDirectoryDeletedDevice", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgDirectoryDeletedItemAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedDevice", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/device", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Get-MgDirectoryDeletedDevice", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgDirectoryDeletedItemAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedGroup", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Get-MgDirectoryDeletedGroup", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgDirectoryDeletedItemAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedGroup", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-list?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Get-MgDirectoryDeletedGroup", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/servicePrincipal", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Get-MgDirectoryDeletedServicePrincipal", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgDirectoryDeletedItemAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsUser", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedUser", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Get-MgDirectoryDeletedUser", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDirectoryDeletedItemAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemAsUser", + "ApiVersion": "v1.0", + "CommandAlias": "Get-MgDirectoryDeletedUser", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/user", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Get-MgDirectoryDeletedUser", - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDirectoryDeletedItemById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryDeletedItemById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryDeletedItemCountAsApplication", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/application/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryDeletedItemCountAsDevice", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/device/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryDeletedItemCountAsGroup", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/group/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryDeletedItemCountAsUser", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryDeletedItemCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/user/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryDeletedItemMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryDeletedItemMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDirectoryDeletedItemMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryDeletedItemMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDirectoryDeviceLocalCredential", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "GET", + "Command": "Get-MgDirectoryDeviceLocalCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicelocalcredentialinfo-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" }, { - "Command": "Get-MgDirectoryDeviceLocalCredential", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "GET", + "Command": "Get-MgDirectoryDeviceLocalCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deviceLocalCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-devicelocalcredentials?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" }, { - "Command": "Get-MgDirectoryDeviceLocalCredentialCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryDeviceLocalCredentialCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deviceLocalCredentials/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryFederationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -249142,19 +249144,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgDirectoryFederationConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -249173,19 +249175,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgDirectoryFederationConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryFederationConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -249204,109 +249206,109 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-get?view=graph-rest-1.0", - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDirectoryObject", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DirectoryObjects", "Uri": "/directoryObjects", "ApiReferenceLink": null, - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "POST", + "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DirectoryObjects", "Uri": "/directoryObjects/getAvailableExtensionProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0", - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphExtensionProperty" }, { - "Command": "Get-MgDirectoryObjectById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryObjectById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DirectoryObjects", "Uri": "/directoryObjects/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDirectoryObjectCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryObjectCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DirectoryObjects", "Uri": "/directoryObjects/$count", "ApiReferenceLink": null, - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryObjectDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryObjectDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DirectoryObjects", "Uri": "/directoryObjects/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDirectoryObjectMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryObjectMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -249389,22 +249391,22 @@ "IsLeastPrivilege": false } ], + "Module": "DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDirectoryObjectMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryObjectMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -249503,34 +249505,34 @@ "IsLeastPrivilege": false } ], + "Module": "DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDirectoryOnPremiseSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "GET", + "Command": "Get-MgDirectoryOnPremiseSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" }, { - "Command": "Get-MgDirectoryOnPremiseSynchronization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "GET", + "Command": "Get-MgDirectoryOnPremiseSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -249549,19 +249551,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/onPremisesSynchronization", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" }, { - "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryOnPremiseSynchronizationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnPremDirectorySynchronization.Read.All", @@ -249580,20 +249582,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/onPremisesSynchronization/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249628,19 +249630,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgDirectoryRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249675,35 +249677,35 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgDirectoryRoleById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryRoleById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDirectoryRoleByRoleTemplateId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgDirectoryRoleByRoleTemplateId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249738,19 +249740,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgDirectoryRoleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249785,19 +249787,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgDirectoryRoleDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249832,19 +249834,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delta?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgDirectoryRoleMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -249879,193 +249881,193 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDirectoryRoleMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgDirectoryRoleMemberAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/application", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgDirectoryRoleMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgDirectoryRoleMemberAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/device", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgDirectoryRoleMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgDirectoryRoleMemberAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/group", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgDirectoryRoleMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgDirectoryRoleMemberAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgDirectoryRoleMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDirectoryRoleMemberAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/user", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDirectoryRoleMemberByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250100,20 +250102,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-members?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250148,158 +250150,158 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/application/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/device/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/group/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleMemberCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/user/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryRoleMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryRoleMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleScopedMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgDirectoryRoleScopedMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250334,20 +250336,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-list-scopedmembers?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgDirectoryRoleScopedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleScopedMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250382,20 +250384,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250430,19 +250432,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" }, { - "Command": "Get-MgDirectoryRoleTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250477,34 +250479,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryroletemplate-list?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" }, { - "Command": "Get-MgDirectoryRoleTemplateById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgDirectoryRoleTemplateById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDirectoryRoleTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250539,19 +250541,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleTemplateDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDirectoryRoleTemplateDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -250586,112 +250588,112 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDirectoryRoleTemplateMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryRoleTemplateMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDirectoryRoleTemplateMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgDirectoryRoleTemplateMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgDirectorySubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", + "Command": "Get-MgDirectorySubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "Get-MgDirectorySubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", + "Command": "Get-MgDirectorySubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/subscriptions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-list-subscriptions?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "Get-MgDirectorySubscriptionByCommerceSubscriptionId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "GET", + "Command": "Get-MgDirectorySubscriptionByCommerceSubscriptionId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/companysubscription-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "Get-MgDirectorySubscriptionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDirectorySubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDomain", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDomain", + "Method": "GET", + "Command": "Get-MgDomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250718,19 +250720,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomain" }, { - "Command": "Get-MgDomain", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDomain", + "Method": "GET", + "Command": "Get-MgDomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250757,19 +250759,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/domains", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomain" }, { - "Command": "Get-MgDomainCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDomainCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250796,20 +250798,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDomainFederationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "GET", + "Command": "Get-MgDomainFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250828,63 +250830,63 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphInternalDomainFederation" }, { - "Command": "Get-MgDomainFederationConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "GET", + "Command": "Get-MgDomainFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/federationConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-federationconfiguration?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphInternalDomainFederation" }, { - "Command": "Get-MgDomainFederationConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDomainFederationConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/federationConfiguration/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDomainNameReference", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDomainNameReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDomainNameReference", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgDomainNameReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250903,20 +250905,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/domainNameReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-domainnamereferences?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgDomainNameReferenceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDomainNameReferenceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250935,34 +250937,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/domainNameReferences/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDomainServiceConfigurationRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", + "Command": "Get-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "Get-MgDomainServiceConfigurationRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", + "Command": "Get-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -250981,20 +250983,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-serviceconfigurationrecords?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "Get-MgDomainServiceConfigurationRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDomainServiceConfigurationRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -251013,34 +251015,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDomainVerificationDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", + "Command": "Get-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "Get-MgDomainVerificationDnsRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "GET", + "Command": "Get-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -251059,20 +251061,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verificationDnsRecords", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-list-verificationdnsrecords?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "Get-MgDomainVerificationDnsRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDomainVerificationDnsRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.Read.All", @@ -251091,20 +251093,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verificationDnsRecords/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251155,270 +251157,270 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveBundle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveBundle", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveBundle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/bundles", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveBundleContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveBundleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/bundles/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgDriveContentTypeBase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgDriveContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgDriveContentTypeBaseType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgDriveContentTypeBaseType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgDriveContentTypeBaseType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveContentTypeBaseTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDriveCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDriveCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDriveCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDriveCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveFollowing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveFollowing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/following/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveFollowing", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveFollowing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/following", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveFollowingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveFollowingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/following/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251485,51 +251487,51 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgDriveItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251580,78 +251582,78 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemAnalyticItemActivityStatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveItemAnalyticLastSevenDay", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251702,20 +251704,20 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveItemAnalyticTime", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251766,34 +251768,34 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemanalytics-get?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveItemChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveItemChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveItemChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251844,35 +251846,35 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-list-children?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251923,20 +251925,20 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -251987,505 +251989,505 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDriveItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveItemDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDriveItemItemLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDriveItemItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDriveItemLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgDriveItemListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgDriveItemListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveItemListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgDriveItemListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDriveItemListItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgDriveItemListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveItemListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgDriveItemListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252536,19 +252538,19 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgDriveItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252599,20 +252601,20 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemPermissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252663,93 +252665,93 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", + "Command": "Get-MgDriveItemRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Get-MgDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgDriveItemSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemSubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgDriveItemThumbnail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252800,20 +252802,20 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemThumbnailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252864,20 +252866,20 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252928,19 +252930,19 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgDriveItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -252991,20 +252993,20 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -253055,20 +253057,20 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -253119,1113 +253121,1113 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDriveLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgDriveList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgDriveListColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/columns/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgDriveListColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgDriveListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgDriveListContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgDriveListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgDriveListContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgDriveListContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnLinkCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgDriveListContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnPositionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgDriveListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListContentTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDriveListCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDriveListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDriveListCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgDriveListDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/drive", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgDriveListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgDriveListItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgDriveListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgDriveListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgDriveListItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListItemCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDriveListItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgDriveListItemDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgDriveListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgDriveListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgDriveListOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/operations/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgDriveListSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveListSubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRoot", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveRootActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveRootActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgDriveRootAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgDriveRootAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootAnalyticItemActivityStatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveRootAnalyticLastSevenDay", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveRootAnalyticTime", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/analytics/allTime", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveRootChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveRootChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveRootChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveRootChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/children", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/children/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDriveRootCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveRootDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -254276,672 +254278,672 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/root/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDriveRootItemLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDriveRootItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDriveRootLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgDriveRootListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgDriveRootListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgDriveRootListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgDriveRootListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgDriveRootListItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgDriveRootListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveRootListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/driveItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgDriveRootListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgDriveRootPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootPermissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/permissions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", + "Command": "Get-MgDriveRootRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Get-MgDriveRootSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgDriveRootSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootSubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgDriveRootThumbnail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootThumbnailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/thumbnails/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgDriveRootVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveRootVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveSpecial", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveSpecial", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/special/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveSpecial", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgDriveSpecial", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/special", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveSpecialContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgDriveSpecialCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/special/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClass", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgEducationClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -254968,19 +254970,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-get?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgEducationClass", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgEducationClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -255007,338 +255009,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgEducationClassAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", - "Permissions": [ - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadBasic.All", - "Description": "Read all class assignments without grades", - "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite", - "Description": "View and modify your assignments and grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWriteBasic.All", - "Description": "Create, read, update and delete all class assignments without grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite.All", - "Description": "Create, read, update and delete all class assignments with grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgEducationClassAssignment", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphEducationAssignment", - "Permissions": [ - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadBasic.All", - "Description": "Read all class assignments without grades", - "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite", - "Description": "View and modify your assignments and grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWriteBasic.All", - "Description": "Create, read, update and delete all class assignments without grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite.All", - "Description": "Create, read, update and delete all class assignments with grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/education/classes/{educationClass-id}/assignments", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgEducationClassAssignmentCategory", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphEducationCategory", - "Permissions": [ - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadBasic.All", - "Description": "Read all class assignments without grades", - "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite", - "Description": "View and modify your assignments and grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWriteBasic.All", - "Description": "Create, read, update and delete all class assignments without grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite.All", - "Description": "Create, read, update and delete all class assignments with grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgEducationClassAssignmentCategory", - "Variants": [ - "List", - "List1" - ], - "OutputType": "IMicrosoftGraphEducationCategory", - "Permissions": [ - { - "Name": "EduAssignments.ReadBasic", - "Description": "View your assignments without grades", - "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadBasic.All", - "Description": "Read all class assignments without grades", - "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "EduAssignments.ReadWriteBasic", - "Description": "View and modify your assignments without grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite", - "Description": "View and modify your assignments and grades", - "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read", - "Description": "View your assignments and grades", - "FullDescription": "Allows the app to view your assignments on your behalf including grades.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWriteBasic.All", - "Description": "Create, read, update and delete all class assignments without grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.ReadWrite.All", - "Description": "Create, read, update and delete all class assignments with grades", - "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "EduAssignments.Read.All", - "Description": "Read all class assignments with grades", - "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0", - "Module": "Education", "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgEducationClassAssignmentCategoryByRef", - "Variants": [ - "List" - ], - "OutputType": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255405,22 +255089,99 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0", "Module": "Education", - "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgEducationClassAssignment", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite.All", + "Description": "Create, read, update and delete all class assignments with grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-assignments?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgEducationClassAssignmentCategoryCount", "Variants": [ "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" + "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255487,22 +255248,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", - "ApiReferenceLink": null, "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgEducationClassAssignmentCategoryDelta", "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" + "List", + "List1" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255569,20 +255328,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-categories?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgEducationClassAssignmentCount", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategoryByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255649,20 +255407,22 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/classes/{educationClass-id}/assignments/$count", - "ApiReferenceLink": null, "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-categories?view=graph-rest-1.0", + "OutputType": null }, { - "Command": "Get-MgEducationClassAssignmentDefault", "Variants": [ "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity", + "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255729,20 +255489,22 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0", "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgEducationClassAssignmentDelta", "Variants": [ "Delta", - "DeltaViaIdentity" + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCategoryDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255809,35 +255571,100 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/classes/{educationClass-id}/assignments/delta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgEducationClassAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", - "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", - "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentCount", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite.All", + "Description": "Create, read, update and delete all class assignments with grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgEducationClassAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255904,19 +255731,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0", "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" }, { - "Command": "Get-MgEducationClassAssignmentResource", "Variants": [ - "List" + "Delta", + "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -255983,20 +255811,35 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0", "Module": "Education", - "CommandAlias": null, + "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignment" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentGradingCategory", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/gradingCategory", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "Get-MgEducationClassAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256063,20 +255906,179 @@ "IsLeastPrivilege": false } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", - "ApiReferenceLink": null, "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite.All", + "Description": "Create, read, update and delete all class assignments with grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-resources?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEducationAssignmentResource" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentResourceCount", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "EduAssignments.ReadBasic", + "Description": "View your assignments without grades", + "FullDescription": "Allows the app to view your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadBasic.All", + "Description": "Read all class assignments without grades", + "FullDescription": "Allows the app to read all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "EduAssignments.ReadWriteBasic", + "Description": "View and modify your assignments without grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf without seeing grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite", + "Description": "View and modify your assignments and grades", + "FullDescription": "Allows the app to view and modify your assignments on your behalf including  grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read", + "Description": "View your assignments and grades", + "FullDescription": "Allows the app to view your assignments on your behalf including grades.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWriteBasic.All", + "Description": "Create, read, update and delete all class assignments without grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments without grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.ReadWrite.All", + "Description": "Create, read, update and delete all class assignments with grades", + "FullDescription": "Allows the app to create, read, update and delete all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "EduAssignments.Read.All", + "Description": "Read all class assignments with grades", + "FullDescription": "Allows the app to read all class assignments with grades for all users without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Education", + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgEducationClassAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256143,20 +256145,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgEducationClassAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256223,20 +256225,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-get-rubric?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassAssignmentSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256303,64 +256305,64 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentSettings" }, { - "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSettingGradingCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256427,19 +256429,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-get?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Get-MgEducationClassAssignmentSubmission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256506,20 +256508,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-list-submissions?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Get-MgEducationClassAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256586,34 +256588,34 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.Read", @@ -256648,20 +256650,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-outcomes?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionOutcomeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.Read", @@ -256696,20 +256698,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256776,19 +256778,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-get?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgEducationClassAssignmentSubmissionResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256855,20 +256857,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-resources?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -256935,20 +256937,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -257015,19 +257017,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmittedsubmissionresource-get?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -257094,20 +257096,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-list-submittedresources?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -257174,19 +257176,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257213,19 +257215,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgEducationClassDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257276,20 +257278,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delta?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgEducationClassGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgEducationClassGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257340,48 +257342,48 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/group", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgEducationClassGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgEducationClassGroupServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgEducationClassMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257416,19 +257418,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgEducationClassMemberByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257463,20 +257465,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-members?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257511,20 +257513,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/members/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassModule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "GET", + "Command": "Get-MgEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257559,19 +257561,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-get?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "Get-MgEducationClassModule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "GET", + "Command": "Get-MgEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257606,20 +257608,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-modules?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "Get-MgEducationClassModuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassModuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257654,20 +257656,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassModuleResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "GET", + "Command": "Get-MgEducationClassModuleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257702,19 +257704,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-get?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "Command": "Get-MgEducationClassModuleResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "GET", + "Command": "Get-MgEducationClassModuleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257749,20 +257751,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-list-resources?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "Command": "Get-MgEducationClassModuleResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassModuleResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.Read", @@ -257797,34 +257799,34 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassSchool", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgEducationClassSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgEducationClassSchool", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgEducationClassSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257851,20 +257853,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-schools?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgEducationClassSchoolCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassSchoolCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257891,19 +257893,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/schools/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassTeacher", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgEducationClassTeacher", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257930,19 +257932,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/teachers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgEducationClassTeacherByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassTeacherByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -257969,20 +257971,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-list-teachers?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationClassTeacherCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationClassTeacherCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258009,19 +258011,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/teachers/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMe", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgEducationMe", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258048,34 +258050,34 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgEducationMeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgEducationMeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgEducationMeAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgEducationMeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258142,77 +258144,77 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgEducationMeAssignmentCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgEducationMeAssignmentCategoryByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCategoryByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeAssignmentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeAssignmentCategoryDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCategoryDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgEducationMeAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258279,313 +258281,313 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/assignments/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeAssignmentDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgEducationMeAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentGradingCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/gradingCategory", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "Get-MgEducationMeAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgEducationMeAssignmentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgEducationMeAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgEducationMeAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Get-MgEducationMeAssignmentSubmission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Get-MgEducationMeAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionOutcomeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgEducationMeAssignmentSubmissionResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeClass", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgEducationMeClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/classes/{educationClass-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgEducationMeClass", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgEducationMeClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258612,19 +258614,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/classes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-classes?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgEducationMeClassCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeClassCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258651,20 +258653,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/classes/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeRubric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgEducationMeRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258699,19 +258701,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-get?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgEducationMeRubric", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgEducationMeRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258746,19 +258748,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/rubrics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-rubrics?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgEducationMeRubricCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeRubricCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -258793,34 +258795,34 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/rubrics/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeSchool", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgEducationMeSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/schools/{educationSchool-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgEducationMeSchool", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgEducationMeSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258847,19 +258849,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-schools?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgEducationMeSchoolCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeSchoolCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258886,34 +258888,34 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/schools/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeTaughtClass", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgEducationMeTaughtClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/taughtClasses/{educationClass-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgEducationMeTaughtClass", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgEducationMeTaughtClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258940,19 +258942,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/taughtClasses", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgEducationMeTaughtClassCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeTaughtClassCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -258979,19 +258981,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/taughtClasses/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationMeUser", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgEducationMeUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259050,76 +259052,76 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/user", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get-user?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgEducationMeUserMailboxSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgEducationMeUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/user/mailboxSettings", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgEducationMeUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgEducationMeUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/user/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationMeUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/user/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationRoot", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphEducationRoot", + "Method": "GET", + "Command": "Get-MgEducationRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRoot" }, { - "Command": "Get-MgEducationSchool", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgEducationSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259146,19 +259148,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-get?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgEducationSchool", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgEducationSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259185,20 +259187,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgEducationSchoolAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgEducationSchoolAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259249,19 +259251,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgEducationSchoolClass", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgEducationSchoolClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259288,19 +259290,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}/classes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgEducationSchoolClassByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationSchoolClassByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259327,20 +259329,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-classes?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationSchoolClassCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationSchoolClassCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259367,19 +259369,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}/classes/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationSchoolCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationSchoolCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259406,19 +259408,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/schools/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationSchoolDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgEducationSchoolDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259477,19 +259479,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/schools/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delta?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgEducationSchoolUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgEducationSchoolUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -259508,19 +259510,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgEducationSchoolUserByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationSchoolUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -259539,20 +259541,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}/users/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-list-users?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationSchoolUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationSchoolUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -259571,22 +259573,22 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}/users/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgEducationUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -259613,19 +259615,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/users/{educationUser-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-get?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgEducationUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgEducationUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -259644,34 +259646,34 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgEducationUserAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgEducationUserAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgEducationUserAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgEducationUserAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -259738,78 +259740,78 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-assignments?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgEducationUserAssignmentCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgEducationUserAssignmentCategoryByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentCategoryByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserAssignmentCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserAssignmentCategoryDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentCategoryDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delta?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Get-MgEducationUserAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadBasic", @@ -259876,314 +259878,314 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserAssignmentDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delta?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Get-MgEducationUserAssignmentGradingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentGradingCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/gradingCategory", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "Get-MgEducationUserAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgEducationUserAssignmentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Get-MgEducationUserAssignmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserAssignmentRubric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgEducationUserAssignmentRubricByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserAssignmentSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Get-MgEducationUserAssignmentSubmission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Get-MgEducationUserAssignmentSubmissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionOutcomeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserAssignmentSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgEducationUserAssignmentSubmissionResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserClass", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgEducationUserClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgEducationUserClass", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgEducationUserClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260210,20 +260212,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/classes", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgEducationUserClassCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserClassCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260250,19 +260252,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/classes/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.Read.All", @@ -260281,19 +260283,19 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/users/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "GET", + "Command": "Get-MgEducationUserDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260352,93 +260354,93 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/users/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delta?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Get-MgEducationUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgEducationUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgEducationUserRubric", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgEducationUserRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgEducationUserRubric", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "GET", + "Command": "Get-MgEducationUserRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/rubrics", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Get-MgEducationUserRubricCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserRubricCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/rubrics/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserSchool", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgEducationUserSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgEducationUserSchool", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "GET", + "Command": "Get-MgEducationUserSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260465,20 +260467,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/schools", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Get-MgEducationUserSchoolCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserSchoolCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260505,63 +260507,63 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/schools/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgEducationUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgEducationUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/user/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEducationUserTaughtClass", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgEducationUserTaughtClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgEducationUserTaughtClass", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "GET", + "Command": "Get-MgEducationUserTaughtClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260588,20 +260590,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/taughtClasses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-list-taughtclasses?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Get-MgEducationUserTaughtClassCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEducationUserTaughtClassCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadBasic", @@ -260628,20 +260630,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/taughtClasses/$count", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260660,19 +260662,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-resourcerolescopes?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgEntitlementManagementAccessPackage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260691,20 +260693,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-accesspackages?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "Method": "POST", + "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260723,34 +260725,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-getapplicablepolicyrequirements?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements" }, { - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260769,19 +260771,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260800,20 +260802,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-list-stages?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260832,63 +260834,63 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "Get-MgEntitlementManagementAccessPackageCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "Get-MgEntitlementManagementAccessPackageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260907,19 +260909,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260938,19 +260940,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -260969,19 +260971,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatibleaccesspackages?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261000,19 +261002,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261031,34 +261033,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-incompatiblegroups?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261077,20 +261079,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-list-accesspackagesincompatiblewith?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgEntitlementManagementAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261109,19 +261111,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "Command": "Get-MgEntitlementManagementAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261140,21 +261142,21 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignments?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "Command": "Get-MgEntitlementManagementAssignmentAdditional", "Variants": [ "Access", "Access1", "AccessViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentAdditional", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261173,19 +261175,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-additionalaccess?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "Command": "Get-MgEntitlementManagementAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261204,22 +261206,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignments/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementAssignmentPolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261238,19 +261240,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "Get-MgEntitlementManagementAssignmentPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261269,49 +261271,49 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentpolicies?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261330,123 +261332,123 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" }, { - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" }, { - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSettingCustomExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}/customExtension", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageQuestion" }, { - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageQuestion" }, { - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261465,19 +261467,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "Command": "Get-MgEntitlementManagementAssignmentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261496,19 +261498,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-assignmentrequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "Command": "Get-MgEntitlementManagementAssignmentRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementAssignmentRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261527,20 +261529,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261559,19 +261561,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "Get-MgEntitlementManagementCatalog", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261590,34 +261592,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-catalogs?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogAccessPackageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementCatalogCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -261636,118 +261638,115 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-accesspackagecustomworkflowextensions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogCustomWorkflowExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementCatalogResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementCatalogResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resources?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRole", "Variants": [ "Get", "Get1", @@ -261756,33 +261755,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRole", "Variants": [ "List", "List1", "List2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-list-resourceroles?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", "Variants": [ "Get", "Get1", @@ -261791,178 +261790,178 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScope", "Variants": [ "Get", "Get1", @@ -261971,33 +261970,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScope", "Variants": [ "List", "List1", "List2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", "Variants": [ "Get", "Get1", @@ -262006,183 +262005,186 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementConnectedOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262201,19 +262203,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "Command": "Get-MgEntitlementManagementConnectedOrganization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262232,19 +262234,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262263,19 +262265,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262294,19 +262296,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262325,20 +262327,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262357,19 +262359,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262388,19 +262390,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262419,20 +262421,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -262451,58 +262453,55 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceEnvironment", "Variants": [ "Get", "Get1", @@ -262511,576 +262510,576 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourceenvironments?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" }, { - "Command": "Get-MgEntitlementManagementResourceRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-list-resourcerequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/{accessPackage-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogAccessPackageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/accessPackages/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "Get", "Get1", @@ -263089,33 +263088,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "List", "List1", "List2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", "Variants": [ "Get", "Get1", @@ -263124,178 +263123,178 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "Get", "Get1", @@ -263304,33 +263303,33 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "List", "List1", "List2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", "Variants": [ "Get", "Get1", @@ -263339,1260 +263338,1263 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleResourceScopeResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Get-MgEntitlementManagementResourceScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceScopeResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "GET", + "Command": "Get-MgEntitlementManagementResourceScopeResourceRoleResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/environment", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Get-MgEntitlementManagementSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Method": "GET", + "Command": "Get-MgEntitlementManagementSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -264611,34 +264613,73 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEntitlementManagementSettings" }, { - "Command": "Get-MgExternal", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "GET", + "Command": "Get-MgExternal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "Command": "Get-MgExternalConnection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "GET", + "Command": "Get-MgExternalConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "ExternalConnection.ReadWrite.OwnedBy", + "Description": "Read and write external connections", + "FullDescription": "Allows the app to read and write external connections without a signed-in user. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "ExternalConnection.ReadWrite.All", + "Description": "Read and write all external connections", + "FullDescription": "Allows the app to read and write all external connections without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "ExternalConnection.Read.All", + "Description": "Read all external connections", + "FullDescription": "Allows the app to read all external connections without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Search", + "Uri": "/external/connections/{externalConnection-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgExternalConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -264665,58 +264706,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/external/connections/{externalConnection-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-get?view=graph-rest-1.0", "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgExternalConnection", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "Permissions": [ - { - "Name": "ExternalConnection.ReadWrite.OwnedBy", - "Description": "Read and write external connections", - "FullDescription": "Allows the app to read and write external connections without a signed-in user. The app can only read and write external connections that it is authorized to, or it can create new external connections. ", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "ExternalConnection.ReadWrite.All", - "Description": "Read and write all external connections", - "FullDescription": "Allows the app to read and write all external connections without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "ExternalConnection.Read.All", - "Description": "Read all external connections", - "FullDescription": "Allows the app to read all external connections without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/external/connections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-list?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "Command": "Get-MgExternalConnectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgExternalConnectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -264743,20 +264745,20 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/$count", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgExternalConnectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "GET", + "Command": "Get-MgExternalConnectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.Read.All", @@ -264783,93 +264785,93 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-get?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" }, { - "Command": "Get-MgExternalConnectionGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "GET", + "Command": "Get-MgExternalConnectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/groups", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" }, { - "Command": "Get-MgExternalConnectionGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgExternalConnectionGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/groups/$count", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgExternalConnectionGroupMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET", + "Command": "Get-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "Command": "Get-MgExternalConnectionGroupMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET", + "Command": "Get-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "Command": "Get-MgExternalConnectionGroupMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgExternalConnectionGroupMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/$count", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgExternalConnectionItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "GET", + "Command": "Get-MgExternalConnectionItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -264896,108 +264898,108 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-get?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" }, { - "Command": "Get-MgExternalConnectionItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "GET", + "Command": "Get-MgExternalConnectionItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" }, { - "Command": "Get-MgExternalConnectionItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "GET", + "Command": "Get-MgExternalConnectionItemActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" }, { - "Command": "Get-MgExternalConnectionItemActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "GET", + "Command": "Get-MgExternalConnectionItemActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" }, { - "Command": "Get-MgExternalConnectionItemActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgExternalConnectionItemActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/$count", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgExternalConnectionItemActivityPerformedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "GET", + "Command": "Get-MgExternalConnectionItemActivityPerformedBy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "Command": "Get-MgExternalConnectionItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgExternalConnectionItemCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/$count", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgExternalConnectionOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "GET", + "Command": "Get-MgExternalConnectionOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -265024,49 +265026,49 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-connectionoperation-get?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "Command": "Get-MgExternalConnectionOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "GET", + "Command": "Get-MgExternalConnectionOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/operations", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "Command": "Get-MgExternalConnectionOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgExternalConnectionOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgExternalConnectionSchema", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Method": "GET", + "Command": "Get-MgExternalConnectionSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -265093,20 +265095,20 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/schema", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-schema-get?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalConnectorsSchema" }, { - "Command": "Get-MgGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265149,19 +265151,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265204,19 +265206,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupAcceptedSender", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupAcceptedSender", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -265235,19 +265237,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/acceptedSenders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupAcceptedSenderByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupAcceptedSenderByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -265266,20 +265268,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/acceptedSenders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-acceptedsenders?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupAcceptedSenderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupAcceptedSenderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -265298,34 +265300,34 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/acceptedSenders/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgGroupAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -265352,20 +265354,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/groups/{group-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-approleassignments?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgGroupAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupAppRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -265392,35 +265394,35 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/groups/{group-id}/appRoleAssignments/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgGroupById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupByUniqueName", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupByUniqueName", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -265463,35 +265465,35 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgGroupCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgGroupCalendarEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -265526,19 +265528,19 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgGroupCalendarEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -265557,20 +265559,20 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar/events", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgGroupCalendarEventDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgGroupCalendarEventDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -265597,95 +265599,95 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/calendar/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgGroupCalendarPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", + "Command": "Get-MgGroupCalendarPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "Get-MgGroupCalendarPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", + "Command": "Get-MgGroupCalendarPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar/calendarPermissions", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "Get-MgGroupCalendarPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupCalendarPermissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar/calendarPermissions/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupCalendarSchedule", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", + "Command": "Get-MgGroupCalendarSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/calendar/getSchedule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphScheduleInformation" }, { - "Command": "Get-MgGroupCalendarView", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgGroupCalendarView", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar/calendarView", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgGroupConversation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversation", + "Method": "GET", + "Command": "Get-MgGroupConversation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265720,19 +265722,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-get?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversation" }, { - "Command": "Get-MgGroupConversation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversation", + "Method": "GET", + "Command": "Get-MgGroupConversation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265767,20 +265769,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-conversations?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversation" }, { - "Command": "Get-MgGroupConversationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupConversationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265815,20 +265817,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupConversationThread", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", + "Command": "Get-MgGroupConversationThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265863,19 +265865,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "Get-MgGroupConversationThread", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", + "Command": "Get-MgGroupConversationThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265910,20 +265912,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-list-threads?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "Get-MgGroupConversationThreadCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupConversationThreadCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -265958,22 +265960,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupConversationThreadPost", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPost", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -266008,19 +266010,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPost" }, { - "Command": "Get-MgGroupConversationThreadPost", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPost", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -266055,34 +266057,34 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPost" }, { - "Command": "Get-MgGroupConversationThreadPostAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgGroupConversationThreadPostAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -266117,20 +266119,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgGroupConversationThreadPostAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -266165,20 +266167,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupConversationThreadPostCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -266213,151 +266215,151 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupConversationThreadPostExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupConversationThreadPostExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgGroupConversationThreadPostExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupConversationThreadPostInReplyToExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -266400,35 +266402,35 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupCreatedOnBehalfOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupCreatedOnBehalfOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/createdOnBehalfOf", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgGroupDefaultDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -266479,19 +266481,19 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/groups/{group-id}/drive", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgGroupDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -266534,34 +266536,34 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delta?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgGroupDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgGroupDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgGroupDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -266612,138 +266614,138 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/groups/{group-id}/drives", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgGroupDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveBundle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveBundle", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveBundle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveBundleContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveBundleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupDriveContentTypeBase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupDriveContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupDriveContentTypeBaseType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupDriveContentTypeBaseType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupDriveContentTypeBaseType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveContentTypeBaseTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -266794,2797 +266796,2797 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/groups/{group-id}/drives/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupDriveCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupDriveCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveFollowing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveFollowing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveFollowing", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveFollowing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveFollowingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveFollowingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveItemAnalyticTime", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveItemChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveItemChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveItemChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupDriveItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveItemDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupDriveItemItemLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupDriveItemLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgGroupDriveItemListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgGroupDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgGroupDriveItemListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgGroupDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgGroupDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgGroupDriveItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgGroupDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgGroupDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemPermissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", + "Command": "Get-MgGroupDriveItemRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Get-MgGroupDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgGroupDriveItemSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgGroupDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemSubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgGroupDriveItemThumbnail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgGroupDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemThumbnailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgGroupDriveItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgGroupDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupDriveLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgGroupDriveList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgGroupDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupDriveListColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupDriveListColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupDriveListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupDriveListContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupDriveListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupDriveListContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgGroupDriveListContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnLinkCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupDriveListContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnPositionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListContentTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupDriveListCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupDriveListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgGroupDriveListDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgGroupDriveListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgGroupDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgGroupDriveListItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgGroupDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgGroupDriveListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgGroupDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgGroupDriveListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgGroupDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgGroupDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgGroupDriveListOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgGroupDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgGroupDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgGroupDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgGroupDriveListSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgGroupDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgGroupDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveListSubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRoot", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveRootActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveRootActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveRootAnalyticTime", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveRootChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveRootChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveRootChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveRootChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupDriveRootCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveRootDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupDriveRootLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgGroupDriveRootListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgGroupDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgGroupDriveRootListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgGroupDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgGroupDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgGroupDriveRootPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgGroupDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgGroupDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootPermissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", + "Command": "Get-MgGroupDriveRootRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Get-MgGroupDriveRootSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgGroupDriveRootSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgGroupDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootSubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgGroupDriveRootThumbnail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgGroupDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootThumbnailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgGroupDriveRootVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgGroupDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgGroupDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveRootVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveSpecial", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveSpecial", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveSpecial", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupDriveSpecial", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveSpecialContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupDriveSpecialCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -269619,19 +269621,19 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-get-event?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgGroupEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -269650,79 +269652,79 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/groups/{group-id}/events", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-events?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgGroupEventAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgGroupEventAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgGroupEventAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgGroupEventAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/attachments", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgGroupEventAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupEventAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupEventCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgGroupEventCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/calendar", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgGroupEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -269741,20 +269743,20 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupEventDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgGroupEventDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -269781,78 +269783,78 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgGroupEventExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupEventExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupEventExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgGroupEventExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/extensions", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgGroupEventExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupEventExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupEventInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgGroupEventInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgGroupEventInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgGroupEventInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -269871,79 +269873,79 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgGroupEventInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgGroupEventInstanceAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgGroupEventInstanceAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgGroupEventInstanceAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgGroupEventInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupEventInstanceAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupEventInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgGroupEventInstanceCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgGroupEventInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupEventInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -269962,110 +269964,110 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupEventInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupEventInstanceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgGroupEventInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupEventInstanceExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgGroupExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/extensions", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgGroupExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupLifecyclePolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -270084,19 +270086,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-get?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "Command": "Get-MgGroupLifecyclePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -270115,19 +270117,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groupLifecyclePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-list?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "Command": "Get-MgGroupLifecyclePolicyByGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicyByGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -270146,19 +270148,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/groupLifecyclePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-grouplifecyclepolicies?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "Command": "Get-MgGroupLifecyclePolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupLifecyclePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -270177,19 +270179,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groupLifecyclePolicies/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270232,193 +270234,193 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgGroupMemberAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgGroupMemberAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgGroupMemberAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/application", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgGroupMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgGroupMemberAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgGroupMemberAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgGroupMemberAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/device", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgGroupMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupMemberAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupMemberAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupMemberAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/group", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgGroupMemberAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgGroupMemberAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgGroupMemberAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/orgContact", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgGroupMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgGroupMemberAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgGroupMemberAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgGroupMemberAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/servicePrincipal", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgGroupMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupMemberAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/user", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupMemberByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270461,20 +270463,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-members?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270517,112 +270519,112 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/members/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberCountAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/application/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberCountAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/device/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/group/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberCountAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/orgContact/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/user/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgGroupMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -270705,22 +270707,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgGroupMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgGroupMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -270819,34 +270821,34 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgGroupMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270881,78 +270883,78 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgGroupMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgGroupMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/memberOf/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-memberof?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -270987,358 +270989,358 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/memberOf/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberOfCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberWithLicenseError", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupMemberWithLicenseError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupMemberWithLicenseErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/application/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/device/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/group/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupMemberWithLicenseErrorCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/membersWithLicenseErrors/user/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271381,19 +271383,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupOnenoteNotebook", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271436,20 +271438,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebookCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271492,22 +271494,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/notebooks/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", + "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271550,19 +271552,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCopyNotebookModel" }, { - "Command": "Get-MgGroupOnenoteNotebookSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271605,19 +271607,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271660,20 +271662,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", + "Command": "Get-MgGroupOnenoteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271716,35 +271718,35 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Get-MgGroupOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupOnenoteOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -271779,19 +271781,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupOnenotePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -271826,35 +271828,35 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupOnenotePageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -271889,20 +271891,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/pages/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupOnenoteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", + "Command": "Get-MgGroupOnenoteRecentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -271945,35 +271947,35 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRecentNotebook" }, { - "Command": "Get-MgGroupOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", + "Command": "Get-MgGroupOnenoteResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Get-MgGroupOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupOnenoteResourceContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -272008,35 +272010,35 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupOnenoteResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -272079,19 +272081,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupOnenoteSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -272134,20 +272136,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -272190,20 +272192,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -272246,20 +272248,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -272302,22 +272304,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -272360,19 +272362,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupOnenoteSectionGroupSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -272415,19 +272417,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupOnenoteSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -272462,19 +272464,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupOwner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupOwner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272517,193 +272519,193 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/owners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupOwnerAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgGroupOwnerAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/application", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgGroupOwnerAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgGroupOwnerAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/device", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgGroupOwnerAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupOwnerAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/group", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupOwnerAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgGroupOwnerAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/orgContact", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgGroupOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgGroupOwnerAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/servicePrincipal", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgGroupOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupOwnerAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupOwnerAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/user", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupOwnerByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272746,20 +272748,180 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-owners?view=graph-rest-1.0", + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgGroupOwnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "GroupMember.Read.All", + "Description": "Read all group memberships", + "FullDescription": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "GroupMember.ReadWrite.All", + "Description": "Read and write all group memberships", + "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], "Module": "Groups", + "Uri": "/groups/{group-id}/owners/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsApplication", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/application/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsDevice", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/device/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/group/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/orgContact/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgGroupOwnerCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/owners/user/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgGroupOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [], + "Module": "Groups", + "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgGroupPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272792,134 +272954,22 @@ "IsAdmin": false, "PermissionType": "Application", "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false } ], - "Uri": "/groups/{group-id}/owners/$count", - "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgGroupOwnerCountAsApplication", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [], - "Uri": "/groups/{group-id}/owners/application/$count", - "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgGroupOwnerCountAsDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [], - "Uri": "/groups/{group-id}/owners/device/$count", - "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgGroupOwnerCountAsGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [], - "Uri": "/groups/{group-id}/owners/group/$count", - "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgGroupOwnerCountAsOrgContact", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [], - "Uri": "/groups/{group-id}/owners/orgContact/$count", - "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgGroupOwnerCountAsServicePrincipal", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [], - "Uri": "/groups/{group-id}/owners/servicePrincipal/$count", - "ApiReferenceLink": null, "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "Uri": "/groups/{group-id}/permissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgGroupOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, - "Permissions": [], - "Uri": "/groups/{group-id}/owners/user/$count", - "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgGroupPermissionGrantCount", "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgGroupPermissionGrant", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Permissions": [], - "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", - "ApiReferenceLink": null, - "Module": "Groups", "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgGroupPermissionGrant", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Permissions": [ { "Name": "GroupMember.Read.All", @@ -272954,70 +273004,22 @@ "IsLeastPrivilege": false } ], - "Uri": "/groups/{group-id}/permissionGrants", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-permissiongrants?view=graph-rest-1.0", "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgGroupPermissionGrantCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "GroupMember.Read.All", - "Description": "Read all group memberships", - "FullDescription": "Allows the app to read memberships and basic group properties for all groups without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "GroupMember.ReadWrite.All", - "Description": "Read and write all group memberships", - "FullDescription": "Allows the app to list groups, read basic properties, read and update the membership of the groups this app has access to without a signed-in user. Group properties and owners cannot be updated and groups cannot be deleted.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/groups/{group-id}/permissionGrants/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupPhoto", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgGroupPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -273044,19 +273046,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/photo", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgGroupPhoto", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgGroupPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -273083,22 +273085,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/photos", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-photos?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgGroupPhotoContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.Read.All", @@ -273125,49 +273127,49 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupPlanner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerGroup", + "Method": "GET", + "Command": "Get-MgGroupPlanner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/groups/{group-id}/planner", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerGroup" }, { - "Command": "Get-MgGroupPlannerPlan", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgGroupPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgGroupPlannerPlan", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgGroupPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -273218,34 +273220,34 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/groups/{group-id}/planner/plans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannergroup-list-plans?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgGroupPlannerPlanBucket", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", + "Command": "Get-MgGroupPlannerPlanBucket", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "Get-MgGroupPlannerPlanCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupPlannerPlanCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -273296,48 +273298,48 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/groups/{group-id}/planner/plans/$count", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupPlannerPlanDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "GET", + "Command": "Get-MgGroupPlannerPlanDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlanDetails" }, { - "Command": "Get-MgGroupPlannerPlanTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgGroupPlannerPlanTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgGroupRejectedSender", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupRejectedSender", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -273356,19 +273358,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/rejectedSenders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupRejectedSenderByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupRejectedSenderByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -273387,20 +273389,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/rejectedSenders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-rejectedsenders?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupRejectedSenderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupRejectedSenderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -273419,22 +273421,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/rejectedSenders/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphGroupSetting", + "Method": "GET", + "Command": "Get-MgGroupSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273469,20 +273471,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/settings/{groupSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-get?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupSetting" }, { - "Command": "Get-MgGroupSetting", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphGroupSetting", + "Method": "GET", + "Command": "Get-MgGroupSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273517,21 +273519,21 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-settings?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupSetting" }, { - "Command": "Get-MgGroupSettingCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSettingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273566,34 +273568,34 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/settings/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSettingTemplateById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgGroupSettingTemplateById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupSettingTemplates/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupSettingTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSettingTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273612,19 +273614,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groupSettingTemplates/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSettingTemplateDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupSettingTemplateDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273643,20 +273645,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groupSettingTemplates/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delta?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Method": "GET", + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273675,19 +273677,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-get?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupSettingTemplate" }, { - "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Method": "GET", + "Command": "Get-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -273706,3922 +273708,3919 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groupSettingTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsettingtemplate-list?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroupSettingTemplate" }, { - "Command": "Get-MgGroupSettingTemplateMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgGroupSettingTemplateMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgGroupSettingTemplateMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgGroupSettingTemplateMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgGroupSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgGroupSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgGroupSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgGroupSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgGroupSiteActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupSiteActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupSiteAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgGroupSiteAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticItemActivityStatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticLastSevenDay", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupSiteAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupSiteAnalyticTime", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/allTime", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupSiteApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupSiteApplicableContentTypeForList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupSiteByPath", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgGroupSiteByPath", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgGroupSiteColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupSiteContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupSiteContentTypeBase", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeBase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupSiteContentTypeBaseType", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeBaseType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupSiteContentTypeBaseType", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeBaseType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeBaseTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgGroupSiteContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnLinkCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnPositionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupSiteContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteContentTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteCount", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupSiteCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupSiteCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgGroupSiteDefaultDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/drive", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgGroupSiteDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgGroupSiteDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgGroupSiteDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgGroupSiteDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgGroupSiteDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgGroupSiteDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/drives", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgGroupSiteDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteDriveCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/drives/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteExternalColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteExternalColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteExternalColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteExternalColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteExternalColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteExternalColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteGetByPath", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPath", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgGroupSiteGetByPathAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathApplicableContentTypeForList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupSiteGetByPathColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteGetByPathContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupSiteGetByPathDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drive", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgGroupSiteGetByPathDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/drives", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgGroupSiteGetByPathExternalColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathExternalColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/externalColumns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteGetByPathItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/items", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseItem" }, { - "Command": "Get-MgGroupSiteGetByPathOnenote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathOnenote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenote" }, { - "Command": "Get-MgGroupSiteGetByPathOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgGroupSiteGetByPathPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Get-MgGroupSiteGetByPathPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgGroupSiteGetByPathSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/sites", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgGroupSiteGetByPathTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Get-MgGroupSiteGetByPathTermStore", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", + "Command": "Get-MgGroupSiteGetByPathTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupSiteGetGraphBPrePathActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupSiteGetGraphBPrePathCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/createdByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupSiteGetGraphBPrePathLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupSiteItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET", + "Command": "Get-MgGroupSiteItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseItem" }, { - "Command": "Get-MgGroupSiteItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBaseItem", + "Method": "GET", + "Command": "Get-MgGroupSiteItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/items", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseItem" }, { - "Command": "Get-MgGroupSiteItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteItemCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/items/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupSiteItemLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupSiteItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupSiteLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupSiteLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgGroupSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgGroupSiteList", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgGroupSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgGroupSiteListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteListColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteListColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupSiteListContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupSiteListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteListContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgGroupSiteListContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnLinkCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteListContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnPositionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgGroupSiteListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListContentTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupSiteListCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupSiteListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgGroupSiteListDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgGroupSiteListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgGroupSiteListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgGroupSiteListItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgGroupSiteListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgGroupSiteListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgGroupSiteListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgGroupSiteListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupSiteListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgGroupSiteListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgGroupSiteListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgGroupSiteListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgGroupSiteListOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgGroupSiteListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgGroupSiteListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgGroupSiteListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgGroupSiteListSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgGroupSiteListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgGroupSiteListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteListSubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenote" }, { - "Command": "Get-MgGroupSiteOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenoteNotebook", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupParentSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/parentSectionGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionPageParentSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionGroupSectionParentSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionPageParentSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteNotebookSectionParentSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupSiteOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Get-MgGroupSiteOnenoteOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Get-MgGroupSiteOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupSiteOnenotePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupSiteOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenotePageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePageParentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenotePageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenotePageParentSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Get-MgGroupSiteOnenoteResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Get-MgGroupSiteOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteResourceContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupParentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupParentSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/parentSectionGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionPageParentSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionGroupSectionParentSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupSiteOnenoteSectionPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupSiteOnenoteSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgGroupSiteOnenoteSectionPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteSectionPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPageParentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionPageParentSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/parentSection", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionParentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentNotebook", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteOnenoteSectionParentSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/parentSectionGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgGroupSiteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgGroupSiteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgGroupSiteOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgGroupSiteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgGroupSiteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", + "Command": "Get-MgGroupSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Get-MgGroupSitePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", + "Command": "Get-MgGroupSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Get-MgGroupSitePageAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSitePage" }, { - "Command": "Get-MgGroupSitePageAsSitePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSitePage" }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayout", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCanvasLayout" }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebPart" }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVerticalSection" }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebPart" }, { - "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageAsSitePageWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageAsSitePageWebPart", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebPart" }, { - "Command": "Get-MgGroupSitePageAsSitePageWebPartCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageAsSitePageWebPartCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageCountAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageCountAsSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/sitePage/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupSitePageCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupSitePageLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgGroupSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebPartPosition" }, { - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebPartPosition" }, { - "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgGroupSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebPartPosition" }, { - "Command": "Get-MgGroupSitePermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgGroupSitePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgGroupSitePermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgGroupSitePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgGroupSitePermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSitePermissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStore", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Get-MgGroupSiteTermStore", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStores", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Get-MgGroupSiteTermStoreCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStores/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgGroupSiteTermStoreGroup", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgGroupSiteTermStoreGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreGroupSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSet", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "Get", "Get1", @@ -277632,34 +277631,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", "Variants": [ "Get", "Get1", @@ -277670,17 +277669,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Get", "Get1", @@ -277691,34 +277690,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -277729,17 +277728,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -277750,17 +277749,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -277771,17 +277770,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -277792,17 +277791,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", "Variants": [ "Get", "Get1", @@ -277813,515 +277812,515 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSet", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetChild", "Variants": [ "Get", "Get1", @@ -278332,34 +278331,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetChildCount", "Variants": [ "Get", "Get1", @@ -278370,17 +278369,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "Get", "Get1", @@ -278391,34 +278390,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -278429,17 +278428,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -278450,17 +278449,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -278471,17 +278470,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -278492,17 +278491,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetChildSet", "Variants": [ "Get", "Get1", @@ -278513,83 +278512,83 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Get", "Get1", @@ -278600,34 +278599,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount", "Variants": [ "Get", "Get1", @@ -278638,17 +278637,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Get", "Get1", @@ -278659,34 +278658,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -278697,17 +278696,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -278718,17 +278717,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -278739,17 +278738,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -278760,17 +278759,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", "Variants": [ "Get", "Get1", @@ -278781,2665 +278780,2668 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetTerm", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermChild", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgGroupSiteTermStoreSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgGroupSiteTermStoreSetTermSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgGroupSubSite", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgGroupSubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgGroupSubSite", "Variants": [ "List2" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgGroupSubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/sites", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgGroupSubSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupSubSiteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/sites/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeam", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgGroupTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Get-MgGroupTeamChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgGroupTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgGroupTeamChannel", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgGroupTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgGroupTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamChannelCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelFileFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgGroupTeamChannelMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgGroupTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamChannelMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgGroupTeamChannelMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgGroupTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgGroupTeamChannelMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgGroupTeamChannelMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgGroupTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageReplyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgGroupTeamChannelSharedWithTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamChannelSharedWithTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgGroupTeamChannelTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgGroupTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamChannelTabCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgGroupTeamChannelTabTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgGroupTeamGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupTeamGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/group", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupTeamGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgGroupTeamGroupServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamIncomingChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgGroupTeamIncomingChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgGroupTeamIncomingChannel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgGroupTeamIncomingChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/incomingChannels", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgGroupTeamIncomingChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamIncomingChannelCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/incomingChannels/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgGroupTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgGroupTeamInstalledApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgGroupTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/installedApps", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgGroupTeamInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamInstalledAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/installedApps/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgGroupTeamInstalledAppTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgGroupTeamMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgGroupTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgGroupTeamMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgGroupTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgGroupTeamMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/members/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", + "Command": "Get-MgGroupTeamOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Get-MgGroupTeamOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", + "Command": "Get-MgGroupTeamOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/operations", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Get-MgGroupTeamOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/operations/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgGroupTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgGroupTeamPermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgGroupTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/permissionGrants", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgGroupTeamPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamPermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/permissionGrants/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgGroupTeamPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/photo", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgGroupTeamPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/photo/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamPrimaryChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamPrimaryChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgGroupTeamPrimaryChannelMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/members/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamPrimaryChannelMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgGroupTeamPrimaryChannelMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamPrimaryChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgGroupTeamPrimaryChannelTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgGroupTeamPrimaryChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelTabCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgGroupTeamSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSchedule", + "Method": "GET", + "Command": "Get-MgGroupTeamSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchedule" }, { - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOfferShiftRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamScheduleOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Get-MgGroupTeamScheduleOpenShift", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/openShifts", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamScheduleOpenShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleOpenShiftCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/openShifts/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "Get-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSchedulingGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamScheduleShift", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Get-MgGroupTeamScheduleShift", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/shifts", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Get-MgGroupTeamScheduleShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleShiftCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/shifts/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamScheduleTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Get-MgGroupTeamScheduleTimeOff", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timesOff", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Get-MgGroupTeamScheduleTimeOffCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timesOff/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamScheduleTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "Get-MgGroupTeamScheduleTimeOffReason", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffReasonCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "Get-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamScheduleTimeOffRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", + "Command": "Get-MgGroupTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "Get-MgGroupTeamTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", + "Command": "Get-MgGroupTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/tags", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "Get-MgGroupTeamTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamTagCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/tags/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", + "Command": "Get-MgGroupTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "Get-MgGroupTeamTagMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", + "Command": "Get-MgGroupTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "Get-MgGroupTeamTagMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamTagMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTeamTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/template", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupThread", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", + "Command": "Get-MgGroupThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281474,19 +281476,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-get?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "Get-MgGroupThread", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "GET", + "Command": "Get-MgGroupThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281521,20 +281523,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-threads?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "Get-MgGroupThreadCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupThreadCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281569,22 +281571,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupThreadPost", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPost", + "Method": "GET", + "Command": "Get-MgGroupThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281619,19 +281621,19 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPost" }, { - "Command": "Get-MgGroupThreadPost", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPost", + "Method": "GET", + "Command": "Get-MgGroupThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281666,34 +281668,34 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-list-posts?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPost" }, { - "Command": "Get-MgGroupThreadPostAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgGroupThreadPostAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281728,20 +281730,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-list-attachments?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgGroupThreadPostAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupThreadPostAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281776,20 +281778,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupThreadPostCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupThreadPostCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.Read.All", @@ -281824,166 +281826,166 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupThreadPostExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupThreadPostExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-get?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupThreadPostExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgGroupThreadPostExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgGroupThreadPostExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupThreadPostExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupThreadPostInReplyToAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgGroupThreadPostInReplyToAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupThreadPostInReplyToAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupThreadPostInReplyToExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupThreadPostInReplyToExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupThreadPostInReplyToExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTransitiveMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupTransitiveMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -282026,194 +282028,194 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupTransitiveMemberAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgGroupTransitiveMemberAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/application", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgGroupTransitiveMemberAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgGroupTransitiveMemberAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/device", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgGroupTransitiveMemberAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupTransitiveMemberAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupTransitiveMemberAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgGroupTransitiveMemberAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/orgContact", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgGroupTransitiveMemberAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupTransitiveMemberAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/user", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivemembers?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgGroupTransitiveMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -282256,124 +282258,124 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTransitiveMemberCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/application/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTransitiveMemberCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/device/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTransitiveMemberCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/group/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/orgContact/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTransitiveMemberCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMembers/user/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupTransitiveMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -282408,78 +282410,78 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-list-transitivememberof?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgGroupTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/group", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgGroupTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "GroupMember.Read.All", @@ -282514,93 +282516,93 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgGroupTransitiveMemberOfCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityApiConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", + "Command": "Get-MgIdentityApiConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Get-MgIdentityApiConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", + "Command": "Get-MgIdentityApiConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/apiConnectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Get-MgIdentityApiConnectorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityApiConnectorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/apiConnectors/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityAuthenticationEventFlow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282619,19 +282621,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" }, { - "Command": "Get-MgIdentityAuthenticationEventFlow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282650,34 +282652,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventsflows?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow" }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282696,209 +282698,209 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExternalUsersSelfServiceSignUpEventsFlow" }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowCondition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications" }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication" }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplicationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAttributeCollection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnAttributeCollectionHandler" }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowOnAuthenticationMethodLoadStart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnAuthenticationMethodLoadStartHandler" }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttribute", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAttributeCollectionExternalUserSelfServiceSignUpAttributeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProvider", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-list-identityproviders?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-list-attributes?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityAuthenticationEventFlowCondition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowCondition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationConditionsApplications" }, { - "Command": "Get-MgIdentityAuthenticationEventFlowCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282917,19 +282919,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowCountAsExternalUserSelfServiceSignUpEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282948,34 +282950,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/externalUsersSelfServiceSignUpEventsFlow/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationConditionApplication", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -282994,20 +282996,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-list-includeapplications?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationConditionApplication" }, { - "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplicationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowIncludeApplicationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -283026,50 +283028,50 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowOnAttributeCollectionAsOnAttributeCollectionExternalUserSelfServiceSignUp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnAttributeCollectionExternalUsersSelfServiceSignUp" }, { - "Command": "Get-MgIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventFlowOnAuthenticationMethodLoadStartAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgIdentityAuthenticationEventListener", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventListener", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -283088,19 +283090,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationEventListener" }, { - "Command": "Get-MgIdentityAuthenticationEventListener", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventListener", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -283119,19 +283121,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventListeners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-authenticationeventlisteners?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationEventListener" }, { - "Command": "Get-MgIdentityAuthenticationEventListenerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityAuthenticationEventListenerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EventListener.Read.All", @@ -283150,20 +283152,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventListeners/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283182,19 +283184,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" }, { - "Command": "Get-MgIdentityB2XUserFlow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283213,34 +283215,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-b2xuserflows?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" }, { - "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowApiConnectorConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-get-apiconnectorconfiguration?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowApiConnectorConfiguration" }, { - "Command": "Get-MgIdentityB2XUserFlowCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283259,81 +283261,81 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityProvider", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProvider" }, { - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphIdentityProvider", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-identityproviders?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProvider" }, { - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowLanguage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283352,19 +283354,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "Command": "Get-MgIdentityB2XUserFlowLanguage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283383,20 +283385,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-languages?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "Command": "Get-MgIdentityB2XUserFlowLanguageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283415,20 +283417,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283447,19 +283449,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283478,20 +283480,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowLanguagePage" }, { - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283510,20 +283512,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283542,20 +283544,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283574,19 +283576,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283605,20 +283607,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserFlowLanguagePage" }, { - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283637,20 +283639,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-list-overridespages?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283669,80 +283671,80 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowPostAttributeCollectionByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowPostFederationSignup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283761,19 +283763,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283792,20 +283794,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-list-userattributeassignments?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283824,20 +283826,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -283856,49 +283858,49 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-getorder?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -283917,19 +283919,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-authenticationcontextclassreferences?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReferenceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ConditionalAccess", @@ -283948,149 +283950,149 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityConditionalAccessNamedLocation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNamedLocation" }, { - "Command": "Get-MgIdentityConditionalAccessNamedLocation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/namedLocations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-namedlocations?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNamedLocation" }, { - "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessNamedLocationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/namedLocations/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityConditionalAccessPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "Command": "Get-MgIdentityConditionalAccessPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/policies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-policies?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "Command": "Get-MgIdentityConditionalAccessPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/policies/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityConditionalAccessTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesstemplate-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConditionalAccessTemplate" }, { - "Command": "Get-MgIdentityConditionalAccessTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/templates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-list-templates?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConditionalAccessTemplate" }, { - "Command": "Get-MgIdentityConditionalAccessTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityConditionalAccessTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/templates/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityCustomAuthenticationExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "GET", + "Command": "Get-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -284109,19 +284111,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "Command": "Get-MgIdentityCustomAuthenticationExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "GET", + "Command": "Get-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -284140,19 +284142,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-customauthenticationextensions?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "Command": "Get-MgIdentityCustomAuthenticationExtensionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityCustomAuthenticationExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -284171,20 +284173,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284203,19 +284205,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284234,19 +284236,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-definitions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284265,20 +284267,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284297,19 +284299,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284328,34 +284330,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-list-instances?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284374,20 +284376,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-contactedreviewers?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284406,20 +284408,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284438,20 +284440,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284470,19 +284472,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284501,20 +284503,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284533,64 +284535,64 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsightCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284609,19 +284611,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284640,20 +284642,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-stages?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284672,20 +284674,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284704,19 +284706,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284735,20 +284737,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-list-decisions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -284767,136 +284769,136 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-list-historydefinitions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistorydefinition-list-instances?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" }, { - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceAppConsentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284915,19 +284917,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "Command": "Get-MgIdentityGovernanceAppConsentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284946,19 +284948,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentapprovalroute-list-appconsentrequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -284977,20 +284979,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -285009,19 +285011,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -285040,79 +285042,79 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-list-userconsentrequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -285131,20 +285133,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285163,19 +285165,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285194,19 +285196,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflows?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285225,79 +285227,79 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedBy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCreatedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285316,19 +285318,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285347,19 +285349,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-customtaskextensions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285378,152 +285380,152 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeletedItemContainer", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeletedItemContainer" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285542,19 +285544,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285573,19 +285575,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-deleteditems?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285604,238 +285606,238 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowCreatedBy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createdBy", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowLastModifiedBy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/lastModifiedBy", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{userProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285854,20 +285856,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScopeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285886,93 +285888,93 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedBy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -285991,19 +285993,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286022,20 +286024,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-runs?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceRun" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286054,34 +286056,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286100,20 +286102,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-taskprocessingresults?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286132,94 +286134,94 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286238,19 +286240,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286269,20 +286271,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-run-list-userprocessingresults?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286301,93 +286303,93 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286406,19 +286408,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286437,34 +286439,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286483,20 +286485,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-task?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286515,20 +286517,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286547,19 +286549,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskdefinition-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286578,19 +286580,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-taskdefinitions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286609,34 +286611,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286655,20 +286657,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286687,108 +286689,108 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286807,20 +286809,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-taskreports?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286839,64 +286841,64 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286915,20 +286917,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskreport-list-taskprocessingresults?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -286947,94 +286949,94 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287053,19 +287055,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowtemplate-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287084,19 +287086,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-list-workflowtemplates?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287115,196 +287117,196 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287323,20 +287325,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-userprocessingresults?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287355,93 +287357,93 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287460,20 +287462,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-userprocessingresult-list-taskprocessingresults?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287492,19 +287494,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287523,20 +287525,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-list-versions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287555,138 +287557,138 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedBy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedBy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287705,19 +287707,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-task-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287736,20 +287738,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflowversion-list-tasks?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -287768,253 +287770,253 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccess", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccess", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288033,19 +288035,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288064,34 +288066,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedules?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288110,64 +288112,64 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288186,19 +288188,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288217,34 +288219,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentscheduleinstances?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288263,94 +288265,94 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288369,19 +288371,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288400,34 +288402,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-assignmentschedulerequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -288446,94 +288448,94 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288552,19 +288554,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288583,19 +288585,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedules?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288614,64 +288616,64 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288690,19 +288692,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288721,19 +288723,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityscheduleinstances?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288752,94 +288754,94 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288858,19 +288860,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288889,19 +288891,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-list-eligibilityschedulerequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -288920,361 +288922,361 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-list-agreements?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementAcceptanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreementfile-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFile" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityGovernanceTermsOfUseAgreementFileVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgIdentityProvider", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -289293,19 +289295,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/identityProviders/{identityProviderBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgIdentityProvider", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "GET", + "Command": "Get-MgIdentityProvider", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -289324,19 +289326,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/identityProviders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-list-identityproviders?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Get-MgIdentityProviderCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityProviderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -289355,20 +289357,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/identityProviders/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgIdentityUserFlowAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", + "Command": "Get-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -289387,19 +289389,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "Get-MgIdentityUserFlowAttribute", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "GET", + "Command": "Get-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -289418,19 +289420,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/userFlowAttributes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "Get-MgIdentityUserFlowAttributeCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgIdentityUserFlowAttributeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityUserFlow.Read.All", @@ -289449,48 +289451,48 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/userFlowAttributes/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgInformationProtection", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "GET", + "Command": "Get-MgInformationProtection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/informationProtection", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "Command": "Get-MgInformationProtectionBitlocker", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphBitlocker", + "Method": "GET", + "Command": "Get-MgInformationProtectionBitlocker", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/informationProtection/bitlocker", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBitlocker" }, { - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -289509,19 +289511,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlockerrecoverykey-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Method": "GET", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -289540,19 +289542,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/informationProtection/bitlocker/recoveryKeys", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bitlocker-list-recoverykeys?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey" }, { - "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgInformationProtectionBitlockerRecoveryKeyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BitLockerKey.ReadBasic.All", @@ -289571,20 +289573,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/informationProtection/bitlocker/recoveryKeys/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -289603,19 +289605,19 @@ "IsLeastPrivilege": true } ], + "Module": "Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/threatassessmentrequest-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "Get-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -289634,19 +289636,19 @@ "IsLeastPrivilege": true } ], + "Module": "Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-list-threatassessmentrequests?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatAssessment.ReadWrite.All", @@ -289665,177 +289667,177 @@ "IsLeastPrivilege": true } ], + "Module": "Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResultCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgInvitation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphInvitation", + "Method": "GET", + "Command": "Get-MgInvitation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/invitations", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphInvitation" }, { - "Command": "Get-MgInvitationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgInvitationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/invitations/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgInvitationInvitedUserMailboxSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/invitations/invitedUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgInvitationInvitedUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/invitations/invitedUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/invitations/invitedUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgInvitationInvitedUserSponsor", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserSponsor", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/invitations/invitedUserSponsors/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgInvitationInvitedUserSponsor", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserSponsor", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/invitations/invitedUserSponsors", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgInvitationInvitedUserSponsorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgInvitationInvitedUserSponsorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/invitations/invitedUserSponsors/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -289862,19 +289864,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgOauth2PermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -289901,19 +289903,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgOauth2PermissionGrantCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOauth2PermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -289940,19 +289942,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOauth2PermissionGrantDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgOauth2PermissionGrantDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -289979,20 +289981,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/oauth2PermissionGrants/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delta?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgOrganization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrganization", + "Method": "GET", + "Command": "Get-MgOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -290027,19 +290029,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrganization" }, { - "Command": "Get-MgOrganization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrganization", + "Method": "GET", + "Command": "Get-MgOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -290114,20 +290116,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-list?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrganization" }, { - "Command": "Get-MgOrganizationBranding", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Method": "GET", + "Command": "Get-MgOrganizationBranding", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -290178,95 +290180,95 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrganizationalBranding" }, { - "Command": "Get-MgOrganizationBrandingBackgroundImage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingBackgroundImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingBannerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingBannerLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingCustomCss", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingCustomCss", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingFavicon", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingFavicon", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingHeaderLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingHeaderLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/headerLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -290317,19 +290319,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" }, { - "Command": "Get-MgOrganizationBrandingLocalization", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -290380,20 +290382,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-list-localizations?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" }, { - "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290428,20 +290430,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290476,20 +290478,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-get?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingLocalizationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -290540,20 +290542,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290588,20 +290590,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingLocalizationFavicon", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationFavicon", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290636,20 +290638,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290684,20 +290686,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290732,20 +290734,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.Read.All", @@ -290780,65 +290782,65 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingSquareLogo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingSquareLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationBrandingSquareLogoDark", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationBrandingSquareLogoDark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/squareLogoDark", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgOrganizationById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "GET", + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -290857,19 +290859,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" }, { - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "GET", + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -290888,20 +290890,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" }, { - "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationCertificateBasedAuthConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -290920,19 +290922,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -291007,382 +291009,256 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgOrganizationExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/extensions", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgOrganizationExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgOrganizationExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgOrganizationMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgOrganizationMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgOrganizationMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgOrganizationMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgPlaceAsRoom", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", + "Command": "Get-MgPlaceAsRoom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/{place-id}/room", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoom" }, { - "Command": "Get-MgPlaceAsRoom", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", + "Command": "Get-MgPlaceAsRoom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/room", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-list?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoom" }, { - "Command": "Get-MgPlaceAsRoomList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoomList", + "Method": "GET", + "Command": "Get-MgPlaceAsRoomList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/{place-id}/roomList", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoomList" }, { - "Command": "Get-MgPlaceAsRoomList", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoomList", + "Method": "GET", + "Command": "Get-MgPlaceAsRoomList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/roomList", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoomList" }, { - "Command": "Get-MgPlaceAsRoomListRoom", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", + "Command": "Get-MgPlaceAsRoomListRoom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoom" }, { - "Command": "Get-MgPlaceAsRoomListRoom", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRoom", + "Method": "GET", + "Command": "Get-MgPlaceAsRoomListRoom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/{place-id}/roomList/rooms", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoom" }, { - "Command": "Get-MgPlaceAsRoomListRoomCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPlaceAsRoomListRoomCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/{place-id}/roomList/rooms/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPlaceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPlaceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPlaceCountAsRoom", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPlaceCountAsRoom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/room/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPlaceCountAsRoomList", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPlaceCountAsRoomList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/roomList/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPlanner", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPlanner", + "Method": "GET", + "Command": "Get-MgPlanner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/planner", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlanner" }, { - "Command": "Get-MgPlannerBucket", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerBucket", - "Permissions": [ - { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.Read.All", - "Description": "Read all users’ tasks and tasklist", - "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Tasks.ReadWrite.All", - "Description": "Read and write all users’ tasks and tasklists", - "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/planner/buckets/{plannerBucket-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgPlannerBucket", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphPlannerBucket", - "Permissions": [ - { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.Read.All", - "Description": "Read all users’ tasks and tasklist", - "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Tasks.ReadWrite.All", - "Description": "Read and write all users’ tasks and tasklists", - "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/planner/buckets", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgPlannerBucketCount", - "Variants": [ - "Get" - ], - "OutputType": null, + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291433,83 +291309,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/buckets/$count", - "ApiReferenceLink": null, "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "Uri": "/planner/buckets/{plannerBucket-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "Get-MgPlannerBucketTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerTask", - "Permissions": [ - { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.Read.All", - "Description": "Read all users’ tasks and tasklist", - "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Tasks.ReadWrite", - "Description": "Create, read, update, and delete your tasks and task lists", - "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Tasks.ReadWrite.All", - "Description": "Read and write all users’ tasks and tasklists", - "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgPlannerBucket", "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgPlannerPlan", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291560,19 +291372,209 @@ "IsLeastPrivilege": false } ], - "Uri": "/planner/plans/{plannerPlan-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0", "Module": "Planner", + "Uri": "/planner/buckets", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-buckets?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerBucket" + }, + { + "Variants": [ + "Get" + ], + "Method": "GET", + "Command": "Get-MgPlannerBucketCount", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [ + { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.Read.All", + "Description": "Read all users’ tasks and tasklist", + "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Create, read, update, and delete your tasks and task lists", + "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Tasks.ReadWrite.All", + "Description": "Read and write all users’ tasks and tasklists", + "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Planner", + "Uri": "/planner/buckets/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgPlannerBucketTask", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.Read.All", + "Description": "Read all users’ tasks and tasklist", + "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Create, read, update, and delete your tasks and task lists", + "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Tasks.ReadWrite.All", + "Description": "Read and write all users’ tasks and tasklists", + "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Planner", + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-list-tasks?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerTask" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.Read.All", + "Description": "Read all users’ tasks and tasklist", + "FullDescription": "Allows the app to read all users’ tasks and task lists in your organization, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Tasks.ReadWrite", + "Description": "Create, read, update, and delete your tasks and task lists", + "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Tasks.ReadWrite.All", + "Description": "Read and write all users’ tasks and tasklists", + "FullDescription": "Allows the app to create, read, update and delete all users’ tasks and task lists in your organization, without a signed-in user", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Planner", + "Uri": "/planner/plans/{plannerPlan-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphPlannerPlan" + }, + { "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291623,19 +291625,19 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/plans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-plans?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgPlannerPlanBucket", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "GET", + "Command": "Get-MgPlannerPlanBucket", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291686,19 +291688,19 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/plans/{plannerPlan-id}/buckets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-buckets?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "Get-MgPlannerPlanCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPlannerPlanCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291749,20 +291751,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/plans/$count", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPlannerPlanDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "GET", + "Command": "Get-MgPlannerPlanDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291813,19 +291815,19 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-get?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlanDetails" }, { - "Command": "Get-MgPlannerPlanTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgPlannerPlanTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291876,20 +291878,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/plans/{plannerPlan-id}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-list-tasks?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgPlannerTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgPlannerTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -291940,19 +291942,19 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-get?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgPlannerTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgPlannerTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -292003,20 +292005,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-list-tasks?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "GET", + "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -292067,20 +292069,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-get?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" }, { - "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "GET", + "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -292131,19 +292133,19 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-get?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" }, { - "Command": "Get-MgPlannerTaskCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPlannerTaskCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -292194,20 +292196,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks/$count", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPlannerTaskDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "GET", + "Command": "Get-MgPlannerTaskDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -292258,20 +292260,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}/details", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-get?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTaskDetails" }, { - "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "GET", + "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -292322,20 +292324,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-get?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" }, { - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292362,19 +292364,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" }, { - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292401,63 +292403,63 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" }, { - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyActivityBasedTimeoutPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292484,19 +292486,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyAdminConsentRequestPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Method": "GET", + "Command": "Get-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292531,20 +292533,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" }, { - "Command": "Get-MgPolicyAppManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292571,19 +292573,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "Get-MgPolicyAppManagementPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292610,34 +292612,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/appManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "Get-MgPolicyAppManagementPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyAppManagementPolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -292672,20 +292674,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-list-appliesto?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -292720,19 +292722,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyAppManagementPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyAppManagementPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292759,19 +292761,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/appManagementPolicies/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyAuthenticationFlowPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292790,77 +292792,77 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" }, { - "Command": "Get-MgPolicyAuthenticationMethodPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationMethodPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" }, { - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" }, { - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" }, { - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyAuthenticationStrengthPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292887,19 +292889,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "Get-MgPolicyAuthenticationStrengthPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -292926,63 +292928,63 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-list-policies?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfigurationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293009,19 +293011,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyAuthorizationPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "GET", + "Command": "Get-MgPolicyAuthorizationPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293040,20 +293042,59 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/authorizationPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthorizationPolicy" }, { - "Command": "Get-MgPolicyClaimMappingPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Policy.Read.All", + "Description": "Read your organization's policies", + "FullDescription": "Allows the app to read all your organization's policies without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Policy.ReadWrite.ApplicationConfiguration", + "Description": "Read and write your organization's application configuration policies", + "FullDescription": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Policy.Read.ApplicationConfiguration", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Identity.SignIns", + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293080,73 +293121,34 @@ "IsLeastPrivilege": false } ], - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-get?view=graph-rest-1.0", "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgPolicyClaimMappingPolicy", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Permissions": [ - { - "Name": "Policy.Read.All", - "Description": "Read your organization's policies", - "FullDescription": "Allows the app to read all your organization's policies without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Policy.ReadWrite.ApplicationConfiguration", - "Description": "Read and write your organization's application configuration policies", - "FullDescription": "Allows the app to read and write your organization's application configuration policies, without a signed-in user. This includes policies such as activityBasedTimeoutPolicy, claimsMappingPolicy, homeRealmDiscoveryPolicy, tokenIssuancePolicy and tokenLifetimePolicy.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Policy.Read.ApplicationConfiguration", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/policies/claimsMappingPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293189,20 +293191,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-list-appliesto?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293245,19 +293247,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyClaimMappingPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyClaimMappingPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293284,33 +293286,33 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyConditionalAccessPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyConditionalAccessPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/conditionalAccessPolicies/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyCrossTenantAccessPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293329,19 +293331,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" }, { - "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293360,20 +293362,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/default", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" }, { - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293392,19 +293394,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" }, { - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293423,19 +293425,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-list-partners?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" }, { - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293454,20 +293456,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293486,19 +293488,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" }, { - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplate", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPolicyTemplate", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -293517,47 +293519,47 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPolicyTemplate" }, { - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" }, { - "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Method": "GET", + "Command": "Get-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" }, { - "Command": "Get-MgPolicyDefaultAppManagementPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293584,19 +293586,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/defaultAppManagementPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" }, { - "Command": "Get-MgPolicyDeviceRegistrationPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", + "Method": "GET", + "Command": "Get-MgPolicyDeviceRegistrationPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.DeviceConfiguration", @@ -293623,106 +293625,106 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/deviceRegistrationPolicy", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy" }, { - "Command": "Get-MgPolicyFeatureRolloutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "Command": "Get-MgPolicyFeatureRolloutPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/featureRolloutPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyFeatureRolloutPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyFeatureRolloutPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293749,19 +293751,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293788,34 +293790,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293858,20 +293860,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-list-appliesto?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293914,19 +293916,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -293953,34 +293955,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Method": "GET", + "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" }, { - "Command": "Get-MgPolicyPermissionGrantPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -293999,19 +294001,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" }, { - "Command": "Get-MgPolicyPermissionGrantPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -294030,19 +294032,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" }, { - "Command": "Get-MgPolicyPermissionGrantPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -294061,34 +294063,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "Get-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -294107,20 +294109,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-excludes?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyExcludeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -294139,34 +294141,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "Get-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -294185,20 +294187,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-list-includes?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyPermissionGrantPolicyIncludeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.PermissionGrant", @@ -294217,20 +294219,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyRoleManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294273,19 +294275,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "Command": "Get-MgPolicyRoleManagementPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294328,20 +294330,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicies?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "Command": "Get-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294384,19 +294386,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyassignment-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" }, { - "Command": "Get-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294439,19 +294441,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-list-rolemanagementpolicyassignments?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" }, { - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294494,34 +294496,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "Command": "Get-MgPolicyRoleManagementPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294564,34 +294566,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294634,20 +294636,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294690,20 +294692,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyRoleManagementPolicyRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294746,19 +294748,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "Get-MgPolicyRoleManagementPolicyRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294801,20 +294803,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicy-list-rules?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyRoleManagementPolicyRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.Read.Directory", @@ -294857,20 +294859,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyTokenIssuancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -294897,19 +294899,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "Get-MgPolicyTokenIssuancePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -294936,34 +294938,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -295006,20 +295008,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-list-appliesto?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -295062,19 +295064,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyTokenIssuancePolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyTokenIssuancePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -295101,20 +295103,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyTokenLifetimePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -295141,19 +295143,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "Get-MgPolicyTokenLifetimePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -295180,34 +295182,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -295250,20 +295252,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-list-appliesto?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicyApplyToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -295306,19 +295308,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}/appliesTo/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPolicyTokenLifetimePolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPolicyTokenLifetimePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -295345,34 +295347,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrint", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPrint", + "Method": "GET", + "Command": "Get-MgPrint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrint" }, { - "Command": "Get-MgPrintConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", + "Command": "Get-MgPrintConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295391,19 +295393,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-get?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "Command": "Get-MgPrintConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", + "Command": "Get-MgPrintConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295422,19 +295424,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/connectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-connectors?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "Command": "Get-MgPrintConnectorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintConnectorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295453,20 +295455,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/connectors/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "GET", + "Command": "Get-MgPrintOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Create", @@ -295493,48 +295495,48 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printoperation-get?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "Command": "Get-MgPrintOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "GET", + "Command": "Get-MgPrintOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/operations", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "Command": "Get-MgPrintOperationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/operations/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", + "Command": "Get-MgPrintPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -295585,19 +295587,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-get?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinter" }, { - "Command": "Get-MgPrintPrinter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", + "Command": "Get-MgPrintPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -295624,34 +295626,34 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-printers?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinter" }, { - "Command": "Get-MgPrintPrinterConnector", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", + "Command": "Get-MgPrintPrinterConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "Command": "Get-MgPrintPrinterConnector", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "GET", + "Command": "Get-MgPrintPrinterConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295670,20 +295672,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/connectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-connectors?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "Command": "Get-MgPrintPrinterConnectorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintPrinterConnectorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintConnector.Read.All", @@ -295702,19 +295704,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/connectors/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintPrinterCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintPrinterCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -295741,20 +295743,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintPrinterJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", + "Command": "Get-MgPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295821,19 +295823,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-get?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Get-MgPrintPrinterJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", + "Command": "Get-MgPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295900,20 +295902,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-jobs?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Get-MgPrintPrinterJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintPrinterJobCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -295980,20 +295982,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintPrinterJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", + "Command": "Get-MgPrintPrinterJobDocument", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Read", @@ -296028,34 +296030,34 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Get-MgPrintPrinterJobDocument", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", + "Command": "Get-MgPrintPrinterJobDocument", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Get-MgPrintPrinterJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintPrinterJobDocumentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Read", @@ -296090,109 +296092,109 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-get-file?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintPrinterJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintPrinterJobDocumentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintPrinterJobTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgPrintPrinterJobTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgPrintPrinterJobTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgPrintPrinterJobTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgPrintPrinterJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintPrinterJobTaskCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintPrinterJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", + "Command": "Get-MgPrintPrinterJobTaskDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Get-MgPrintPrinterJobTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", + "Command": "Get-MgPrintPrinterJobTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Get-MgPrintPrinterShare", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", + "Command": "Get-MgPrintPrinterShare", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -296219,19 +296221,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "Get-MgPrintPrinterShare", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", + "Command": "Get-MgPrintPrinterShare", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -296258,20 +296260,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/shares", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-shares?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "Get-MgPrintPrinterShareCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintPrinterShareCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -296298,20 +296300,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/shares/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintPrinterTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", + "Command": "Get-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -296338,19 +296340,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtasktrigger-get?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Get-MgPrintPrinterTaskTrigger", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", + "Command": "Get-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -296377,20 +296379,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-list-tasktriggers?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Get-MgPrintPrinterTaskTriggerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintPrinterTaskTriggerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -296417,35 +296419,35 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintPrinterTaskTriggerDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", + "Command": "Get-MgPrintPrinterTaskTriggerDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Get-MgPrintService", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintService", + "Method": "GET", + "Command": "Get-MgPrintService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -296616,19 +296618,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/services/{printService-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-get?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintService" }, { - "Command": "Get-MgPrintService", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintService", + "Method": "GET", + "Command": "Get-MgPrintService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -296799,19 +296801,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/services", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-services?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintService" }, { - "Command": "Get-MgPrintServiceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintServiceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -296982,20 +296984,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/services/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintServiceEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "GET", + "Command": "Get-MgPrintServiceEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297166,19 +297168,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printserviceendpoint-get?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" }, { - "Command": "Get-MgPrintServiceEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "GET", + "Command": "Get-MgPrintServiceEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297349,20 +297351,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/services/{printService-id}/endpoints", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printservice-list-endpoints?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" }, { - "Command": "Get-MgPrintServiceEndpointCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintServiceEndpointCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297533,20 +297535,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/services/{printService-id}/endpoints/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintShare", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", + "Command": "Get-MgPrintShare", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -297573,19 +297575,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-get?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "Get-MgPrintShare", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "GET", + "Command": "Get-MgPrintShare", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -297612,19 +297614,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-shares?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "Get-MgPrintShareAllowedGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297643,19 +297645,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgPrintShareAllowedGroupByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroupByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297674,20 +297676,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedgroups?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintShareAllowedGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297706,48 +297708,48 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintShareAllowedGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintShareAllowedUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297766,19 +297768,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgPrintShareAllowedUserByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297797,20 +297799,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-allowedusers?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintShareAllowedUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.Read.All", @@ -297829,63 +297831,63 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintShareAllowedUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintShareAllowedUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintShareCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintShareCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrinterShare.ReadBasic.All", @@ -297912,20 +297914,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintShareJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", + "Command": "Get-MgPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -297992,19 +297994,19 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Get-MgPrintShareJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "GET", + "Command": "Get-MgPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -298071,20 +298073,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-list-jobs?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Get-MgPrintShareJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintShareJobCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadBasic", @@ -298151,153 +298153,153 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintShareJobDocument", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", + "Command": "Get-MgPrintShareJobDocument", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Get-MgPrintShareJobDocument", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "GET", + "Command": "Get-MgPrintShareJobDocument", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Get-MgPrintShareJobDocumentContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintShareJobDocumentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintShareJobDocumentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintShareJobDocumentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintShareJobTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgPrintShareJobTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgPrintShareJobTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgPrintShareJobTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgPrintShareJobTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintShareJobTaskCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintShareJobTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", + "Command": "Get-MgPrintShareJobTaskDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/definition", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Get-MgPrintShareJobTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", + "Command": "Get-MgPrintShareJobTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}/trigger", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Get-MgPrintSharePrinter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrinter", + "Method": "GET", + "Command": "Get-MgPrintSharePrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Read.All", @@ -298324,124 +298326,124 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/printer", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrinter" }, { - "Command": "Get-MgPrintTaskDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", + "Command": "Get-MgPrintTaskDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-get?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Get-MgPrintTaskDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "GET", + "Command": "Get-MgPrintTaskDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-list-taskdefinitions?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Get-MgPrintTaskDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintTaskDefinitionTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtask-get?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgPrintTaskDefinitionTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-list-tasks?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Get-MgPrintTaskDefinitionTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTaskCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrintTaskDefinitionTaskTrigger", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "GET", + "Command": "Get-MgPrintTaskDefinitionTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Get-MgPrivacySubjectRightsRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298460,19 +298462,19 @@ "IsLeastPrivilege": false } ], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-get?view=graph-rest-1.0", - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "Get-MgPrivacySubjectRightsRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298491,195 +298493,195 @@ "IsLeastPrivilege": false } ], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list?view=graph-rest-1.0", - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "Get-MgPrivacySubjectRightsRequestApprover", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestApprover", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgPrivacySubjectRightsRequestApprover", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestApprover", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgPrivacySubjectRightsRequestApproverCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestApproverCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestApproverServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaborator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrivacySubjectRightsRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298698,34 +298700,34 @@ "IsLeastPrivilege": false } ], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/$count", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrivacySubjectRightsRequestNote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "Get-MgPrivacySubjectRightsRequestNote", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298744,20 +298746,20 @@ "IsLeastPrivilege": false } ], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-list-notes?view=graph-rest-1.0", - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestNoteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -298776,49 +298778,49 @@ "IsLeastPrivilege": false } ], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgPrivacySubjectRightsRequestTeam", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgPrivacySubjectRightsRequestTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/team", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Get-MgReportAuthenticationMethod", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", + "Method": "GET", + "Command": "Get-MgReportAuthenticationMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/authenticationMethods", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot" }, { - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "GET", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -298837,19 +298839,19 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userregistrationdetails-get?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserRegistrationDetails" }, { - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "GET", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -298868,19 +298870,19 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/reports/authenticationMethods/userRegistrationDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserRegistrationDetails" }, { - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLog.Read.All", @@ -298899,1751 +298901,1751 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/reports/authenticationMethods/userRegistrationDetails/$count", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportDailyPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyprinter-get?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "Command": "Get-MgReportDailyPrintUsageByPrinter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/dailyPrintUsageByPrinter", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyprinter?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "Command": "Get-MgReportDailyPrintUsageByPrinterCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByPrinterCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/dailyPrintUsageByPrinter/$count", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportDailyPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printusagebyuser-get?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "Command": "Get-MgReportDailyPrintUsageByUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/dailyPrintUsageByUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-dailyprintusagebyuser?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "Command": "Get-MgReportDailyPrintUsageByUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportDailyPrintUsageByUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/dailyPrintUsageByUser/$count", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportDeviceConfigurationDeviceActivity", "Variants": [ "Device" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportDeviceConfigurationDeviceActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/deviceConfigurationDeviceActivity", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationdeviceactivity?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportDeviceConfigurationUserActivity", "Variants": [ "Device" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportDeviceConfigurationUserActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/deviceConfigurationUserActivity", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-reportroot-deviceconfigurationuseractivity?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportEmailActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getEmailActivityCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivitycounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportEmailActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailActivityUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailactivityusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportEmailActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailActivityUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getEmailActivityUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportEmailAppUsageAppUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailAppUsageAppUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageappsusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportEmailAppUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailAppUsageUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportEmailAppUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailAppUsageUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportEmailAppUsageVersionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportEmailAppUsageVersionUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getemailappusageversionsusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportGroupArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Method": "GET", + "Command": "Get-MgReportGroupArchivedPrintJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getgrouparchivedprintjobs?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphArchivedPrintJob" }, { - "Command": "Get-MgReportM365AppPlatformUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportM365AppPlatformUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appplatformusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportM365AppUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportM365AppUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getM365AppUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getm365appusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportM365AppUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportM365AppUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getM365AppUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportMailboxUsageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportMailboxUsageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getMailboxUsageDetail(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportMailboxUsageMailboxCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportMailboxUsageMailboxCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagemailboxcounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagequotastatusmailboxcounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportMailboxUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportMailboxUsageStorage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getMailboxUsageStorage(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getmailboxusagestorage?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", "Variants": [ "Detail", "Detail1", "DetailViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/managedDeviceEnrollmentFailureDetails", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportManagedDeviceEnrollmentTopFailure", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/managedDeviceEnrollmentTopFailures", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportMonthlyPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "Command": "Get-MgReportMonthlyPrintUsageByPrinter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", + "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/monthlyPrintUsageByPrinter", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyprinter?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByPrinter" }, { - "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByPrinterCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/monthlyPrintUsageByPrinter/$count", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportMonthlyPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "Command": "Get-MgReportMonthlyPrintUsageByUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPrintUsageByUser", + "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/monthlyPrintUsageByUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-list-monthlyprintusagebyuser?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrintUsageByUser" }, { - "Command": "Get-MgReportMonthlyPrintUsageByUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportMonthlyPrintUsageByUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/monthlyPrintUsageByUser/$count", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOffice365ActivationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365ActivationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOffice365ActivationCounts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationcounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOffice365ActivationUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365ActivationUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOffice365ActivationsUserCounts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOffice365ActivationUserDetail", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365ActivationUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOffice365ActivationsUserDetail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activationsuserdetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOffice365ActiveUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365ActiveUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOffice365ActiveUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365ActiveUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365activeuserdetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOffice365GroupActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitycounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOffice365GroupActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitydetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOffice365GroupActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityFileCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivityfilecounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOffice365GroupActivityGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitygroupcounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOffice365GroupActivityStorage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365GroupActivityStorage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365groupsactivitystorage?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOffice365ServiceUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOffice365ServiceUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getoffice365servicesusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOneDriveActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveActivityFileCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityfilecounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOneDriveActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveActivityUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOneDriveActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveActivityUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveactivityuserdetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOneDriveUsageAccountCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveUsageAccountCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountcounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOneDriveUsageAccountDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveUsageAccountDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusageaccountdetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOneDriveUsageFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveUsageFileCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagefilecounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportOneDriveUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportOneDriveUsageStorage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getonedriveusagestorage?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportPartner", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPartners", + "Method": "GET", + "Command": "Get-MgReportPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartners" }, { - "Command": "Get-MgReportPartnerBilling", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPartnersBilling", + "Method": "GET", + "Command": "Get-MgReportPartnerBilling", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBilling" }, { - "Command": "Get-MgReportPartnerBillingManifest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "GET", + "Command": "Get-MgReportPartnerBillingManifest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/manifests/{manifest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-manifest-get?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBillingManifest" }, { - "Command": "Get-MgReportPartnerBillingManifest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "GET", + "Command": "Get-MgReportPartnerBillingManifest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/manifests", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBillingManifest" }, { - "Command": "Get-MgReportPartnerBillingManifestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportPartnerBillingManifestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/manifests/$count", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportPartnerBillingOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "GET", + "Command": "Get-MgReportPartnerBillingOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/operations/{operation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partners-billing-operation-get?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "Get-MgReportPartnerBillingOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "GET", + "Command": "Get-MgReportPartnerBillingOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/operations", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "Get-MgReportPartnerBillingOperationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportPartnerBillingOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/operations/$count", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportPartnerBillingReconciliation", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Method": "GET", + "Command": "Get-MgReportPartnerBillingReconciliation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/reconciliation", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" }, { - "Command": "Get-MgReportPartnerBillingReconciliationBilled", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportPartnerBillingReconciliationBilled", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/reconciliation/billed", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportPartnerBillingUsage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Method": "GET", + "Command": "Get-MgReportPartnerBillingUsage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/usage", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" }, { - "Command": "Get-MgReportPartnerBillingUsageBilled", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportPartnerBillingUsageBilled", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/usage/billed", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportPartnerBillingUsageUnbilled", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportPartnerBillingUsageUnbilled", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/usage/unbilled", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportPrinterArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Method": "GET", + "Command": "Get-MgReportPrinterArchivedPrintJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getprinterarchivedprintjobs?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphArchivedPrintJob" }, { - "Command": "Get-MgReportRelyingPartyDetailedSummary", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", + "Method": "GET", + "Command": "Get-MgReportRelyingPartyDetailedSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getrelyingpartydetailedsummary?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary" }, { - "Command": "Get-MgReportSecurity", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSecurity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/security", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Method": "GET", + "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/security/getAttackSimulationRepeatOffenders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationrepeatoffenders?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender" }, { - "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Method": "GET", + "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationtrainingusercoverage?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage" }, { - "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Method": "GET", + "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityreportsroot-getattacksimulationsimulationusercoverage?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage" }, { - "Command": "Get-MgReportSharePointActivityFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointActivityFileCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityfilecounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSharePointActivityPage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointActivityPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSharePointActivityPages(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivitypages?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSharePointActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointActivityUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSharePointActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointActivityUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSharePointActivityUserDetail(date={date})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointactivityuserdetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSharePointSiteUsageDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagedetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSharePointSiteUsageFileCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageFileCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagefilecounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSharePointSiteUsagePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsagePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagepages?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSharePointSiteUsageSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageSiteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagesitecounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSharePointSiteUsageStorage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSharePointSiteUsageStorage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getsharepointsiteusagestorage?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivitycounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessActivityUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessActivityUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessactivityuserdetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusagedistributionusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessdeviceusageuserdetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivitycounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityminutecounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessorganizeractivityusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivitycounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityminutecounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinessparticipantactivityusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivitycounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityminutecounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getskypeforbusinesspeertopeeractivityusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportTeamActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitycounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportTeamActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamActivityDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportTeamActivityDistributionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamActivityDistributionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamactivitydistributioncounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getTeamsTeamCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsteamcounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusagedistributionusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportTeamDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsdeviceusageusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportTeamDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamDeviceUsageUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportTeamUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivitycounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportTeamUserActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getteamsuseractivityusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportTeamUserActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportTeamUserActivityUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportUserArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphArchivedPrintJob", + "Method": "GET", + "Command": "Get-MgReportUserArchivedPrintJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reports-getuserarchivedprintjobs?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphArchivedPrintJob" }, { - "Command": "Get-MgReportYammerActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getYammerActivityCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivitycounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportYammerActivityUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerActivityUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportYammerActivityUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerActivityUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getYammerActivityUserDetail(date={date})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammeractivityuserdetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusagedistributionusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportYammerDeviceUsageUserCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerDeviceUsageUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageusercounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportYammerDeviceUsageUserDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerDeviceUsageUserDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammerdeviceusageuserdetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportYammerGroupActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerGroupActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitycounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportYammerGroupActivityDetail", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerGroupActivityDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitydetail?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgReportYammerGroupActivityGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgReportYammerGroupActivityGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/reportroot-getyammergroupsactivitygroupcounts?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "GET", + "Command": "Get-MgRiskDetection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskDetection" }, { - "Command": "Get-MgRiskDetection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "GET", + "Command": "Get-MgRiskDetection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskDetections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskDetection" }, { - "Command": "Get-MgRiskDetectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRiskDetectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskDetections/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRiskyServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300662,19 +300664,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" }, { - "Command": "Get-MgRiskyServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300693,19 +300695,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-riskyserviceprincipals?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" }, { - "Command": "Get-MgRiskyServicePrincipalCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipalCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300724,34 +300726,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRiskyServicePrincipalHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" }, { - "Command": "Get-MgRiskyServicePrincipalHistory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300770,20 +300772,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-list-history?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" }, { - "Command": "Get-MgRiskyServicePrincipalHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRiskyServicePrincipalHistoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyServicePrincipal.Read.All", @@ -300802,63 +300804,63 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRiskyUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "GET", + "Command": "Get-MgRiskyUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyUser" }, { - "Command": "Get-MgRiskyUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "GET", + "Command": "Get-MgRiskyUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyUser" }, { - "Command": "Get-MgRiskyUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRiskyUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRiskyUserHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "GET", + "Command": "Get-MgRiskyUserHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -300877,19 +300879,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "Command": "Get-MgRiskyUserHistory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "GET", + "Command": "Get-MgRiskyUserHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -300908,20 +300910,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-list-history?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "Command": "Get-MgRiskyUserHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRiskyUserHistoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityRiskyUser.Read.All", @@ -300940,19 +300942,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagement", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphRoleManagement", + "Method": "GET", + "Command": "Get-MgRoleManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -300987,34 +300989,34 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/roleManagement", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRoleManagement" }, { - "Command": "Get-MgRoleManagementDirectory", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "Command": "Get-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301041,19 +301043,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301080,19 +301082,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301119,20 +301121,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301159,19 +301161,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301198,20 +301200,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301238,20 +301240,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301294,19 +301296,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301349,34 +301351,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -301419,65 +301421,65 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -301520,19 +301522,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -301575,49 +301577,49 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedules?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -301660,35 +301662,35 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -301731,19 +301733,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -301786,49 +301788,49 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentscheduleinstances?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -301871,80 +301873,80 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstancePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedulePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -301979,19 +301981,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -302026,49 +302028,49 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignmentschedulerequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -302103,95 +302105,95 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementDirectoryRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -302234,19 +302236,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementDirectoryRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -302289,19 +302291,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -302344,64 +302346,64 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFromCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -302444,19 +302446,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -302499,105 +302501,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedules?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount", "Variants": [ "Get" ], - "OutputType": null, - "Permissions": [ - { - "Name": "RoleEligibilitySchedule.Read.Directory", - "Description": "Read all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "RoleManagement.ReadWrite.Directory", - "Description": "Read and write directory RBAC settings", - "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "RoleManagement.Read.Directory", - "Description": "Read directory RBAC settings", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "RoleManagement.Read.All", - "Description": "Read role management data for all RBAC providers", - "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "RoleEligibilitySchedule.ReadWrite.Directory", - "Description": "Read, update, and delete all eligible role assignments for your company's directory", - "FullDescription": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", - "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleCount", "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphDirectoryObject", - "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", - "ApiReferenceLink": null, - "Module": "Identity.Governance", "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -302640,19 +302571,90 @@ "IsLeastPrivilege": false } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0", "Module": "Identity.Governance", - "CommandAlias": null, + "Uri": "/roleManagement/directory/roleEligibilitySchedules/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleDirectoryScope", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphDirectoryObject" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "RoleEligibilitySchedule.Read.Directory", + "Description": "Read all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes reading directory role templates, and directory roles.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "RoleManagement.ReadWrite.Directory", + "Description": "Read and write directory RBAC settings", + "FullDescription": "Allows the app to read and manage the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes instantiating directory roles and managing directory role membership, and reading directory role templates, directory roles and memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "RoleManagement.Read.Directory", + "Description": "Read directory RBAC settings", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for your company's directory, on your behalf. This includes reading directory role templates, directory roles and memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "RoleManagement.Read.All", + "Description": "Read role management data for all RBAC providers", + "FullDescription": "Allows the app to read the role-based access control (RBAC) settings for all RBAC providers, on your behalf. This includes reading role definitions and role assignments.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "RoleEligibilitySchedule.ReadWrite.Directory", + "Description": "Read, update, and delete all eligible role assignments for your company's directory", + "FullDescription": "Allows the app to read and manage the eligible role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing eligible directory role membership, and reading directory role templates, directory roles and eligible memberships.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Module": "Identity.Governance", + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" + }, + { "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -302695,34 +302697,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityscheduleinstances?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -302765,80 +302767,80 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstancePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstanceRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedulePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -302881,19 +302883,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-get?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -302936,34 +302938,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleeligibilityschedulerequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -303006,196 +303008,196 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementEntitlementManagement", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303254,19 +303256,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303325,34 +303327,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roleassignments?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303411,434 +303413,434 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstancePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedulePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -303945,19 +303947,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -304064,19 +304066,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -304183,388 +304185,388 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstancePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedulePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "GET", + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Get-MgSchemaExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "GET", + "Command": "Get-MgSchemaExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -304583,19 +304585,19 @@ "IsLeastPrivilege": true } ], + "Module": "SchemaExtensions", "Uri": "/schemaExtensions/{schemaExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-get?view=graph-rest-1.0", - "Module": "SchemaExtensions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchemaExtension" }, { - "Command": "Get-MgSchemaExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "GET", + "Command": "Get-MgSchemaExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -304614,19 +304616,19 @@ "IsLeastPrivilege": true } ], + "Module": "SchemaExtensions", "Uri": "/schemaExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-list?view=graph-rest-1.0", - "Module": "SchemaExtensions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchemaExtension" }, { - "Command": "Get-MgSchemaExtensionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSchemaExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -304645,20 +304647,20 @@ "IsLeastPrivilege": true } ], + "Module": "SchemaExtensions", "Uri": "/schemaExtensions/$count", "ApiReferenceLink": null, - "Module": "SchemaExtensions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSearchAcronym", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "GET", + "Command": "Get-MgSearchAcronym", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304677,19 +304679,19 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-get?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchAcronym" }, { - "Command": "Get-MgSearchAcronym", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "GET", + "Command": "Get-MgSearchAcronym", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304708,19 +304710,19 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/acronyms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-acronyms?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchAcronym" }, { - "Command": "Get-MgSearchAcronymCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSearchAcronymCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304739,20 +304741,20 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/acronyms/$count", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSearchBookmark", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "GET", + "Command": "Get-MgSearchBookmark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304771,19 +304773,19 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-get?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "Command": "Get-MgSearchBookmark", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "GET", + "Command": "Get-MgSearchBookmark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304802,19 +304804,19 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/bookmarks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-bookmarks?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "Command": "Get-MgSearchBookmarkCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSearchBookmarkCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304833,34 +304835,34 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/bookmarks/$count", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSearchEntity", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSearchEntity", + "Method": "GET", + "Command": "Get-MgSearchEntity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/search", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchEntity" }, { - "Command": "Get-MgSearchQna", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSearchQna", + "Method": "GET", + "Command": "Get-MgSearchQna", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304879,19 +304881,19 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-get?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchQna" }, { - "Command": "Get-MgSearchQna", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSearchQna", + "Method": "GET", + "Command": "Get-MgSearchQna", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304910,19 +304912,19 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/qnas", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-list-qnas?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSearchQna" }, { - "Command": "Get-MgSearchQnaCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSearchQnaCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -304941,20 +304943,20 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/qnas/$count", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAlert", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAlert", + "Method": "GET", + "Command": "Get-MgSecurityAlert", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -304973,19 +304975,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/alerts/{alert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAlert" }, { - "Command": "Get-MgSecurityAlert", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAlert", + "Method": "GET", + "Command": "Get-MgSecurityAlert", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -305004,19 +305006,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/alerts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-list?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAlert" }, { - "Command": "Get-MgSecurityAlertCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAlertCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -305035,20 +305037,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/alerts/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAlertV2", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", + "Command": "Get-MgSecurityAlertV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -305067,19 +305069,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "Command": "Get-MgSecurityAlertV2", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", + "Command": "Get-MgSecurityAlertV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -305098,19 +305100,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/alerts_v2", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-alerts_v2?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "Command": "Get-MgSecurityAlertV2Count", "Variants": [ "Get1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAlertV2Count", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityAlert.Read.All", @@ -305129,561 +305131,561 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/alerts_v2/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAttackSimulation", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttackSimulationRoot", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationRoot" }, { - "Command": "Get-MgSecurityAttackSimulation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSimulation", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulations?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSimulation" }, { - "Command": "Get-MgSecurityAttackSimulationAutomation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSimulationAutomation" }, { - "Command": "Get-MgSecurityAttackSimulationAutomation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulationAutomations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-simulationautomations?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSimulationAutomation" }, { - "Command": "Get-MgSecurityAttackSimulationAutomationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulationAutomations/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAttackSimulationAutomationRun", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSimulationAutomationRun" }, { - "Command": "Get-MgSecurityAttackSimulationAutomationRun", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/simulationautomation-list-runs?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSimulationAutomationRun" }, { - "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationAutomationRunCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAttackSimulationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulations/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAttackSimulationEndUserNotification", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationEndUserNotification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndUserNotification" }, { - "Command": "Get-MgSecurityAttackSimulationEndUserNotification", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationEndUserNotification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/endUserNotifications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-endusernotifications?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndUserNotification" }, { - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/endUserNotifications/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" }, { - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" }, { - "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationEndUserNotificationDetailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAttackSimulationLandingPage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLandingPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLandingPage" }, { - "Command": "Get-MgSecurityAttackSimulationLandingPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLandingPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/landingPages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-landingpage?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLandingPage" }, { - "Command": "Get-MgSecurityAttackSimulationLandingPageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLandingPageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/landingPages/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLandingPageDetail" }, { - "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLandingPageDetail" }, { - "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLandingPageDetailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAttackSimulationLoginPage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLoginPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLoginPage" }, { - "Command": "Get-MgSecurityAttackSimulationLoginPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLoginPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/loginPages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-loginpage?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLoginPage" }, { - "Command": "Get-MgSecurityAttackSimulationLoginPageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationLoginPageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/loginPages/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAttackSimulationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationoperation-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationOperation" }, { - "Command": "Get-MgSecurityAttackSimulationOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/operations", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttackSimulationOperation" }, { - "Command": "Get-MgSecurityAttackSimulationOperationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/operations/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAttackSimulationPayload", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPayload", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationPayload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/payloads/{payload-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPayload" }, { - "Command": "Get-MgSecurityAttackSimulationPayload", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPayload", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationPayload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/payloads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-payloads?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPayload" }, { - "Command": "Get-MgSecurityAttackSimulationPayloadCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationPayloadCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/payloads/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAttackSimulationTraining", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTraining", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationTraining", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/trainings/{training-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTraining" }, { - "Command": "Get-MgSecurityAttackSimulationTraining", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTraining", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationTraining", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/trainings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-list-trainings?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTraining" }, { - "Command": "Get-MgSecurityAttackSimulationTrainingCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationTrainingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/trainings/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" }, { - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" }, { - "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityAttackSimulationTrainingLanguageDetailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCase", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Method": "GET", + "Command": "Get-MgSecurityCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCasesRoot" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCase", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305702,19 +305704,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCase", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305733,19 +305735,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-list-ediscoverycases?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305764,20 +305766,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305796,19 +305798,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305827,20 +305829,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-custodians?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305859,20 +305861,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305891,34 +305893,34 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-lastindexoperation?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305937,20 +305939,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-sitesources?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -305969,49 +305971,49 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306030,20 +306032,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-unifiedgroupsources?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306062,78 +306064,78 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306152,20 +306154,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-list-usersources?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306184,20 +306186,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306216,78 +306218,78 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-caseoperation-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCaseOperation" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306306,20 +306308,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-operations?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCaseOperation" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306338,20 +306340,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306370,19 +306372,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306401,20 +306403,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-reviewsets?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306433,20 +306435,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306465,19 +306467,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306496,20 +306498,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-list-queries?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQueryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306528,20 +306530,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306560,19 +306562,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306591,79 +306593,79 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-searches?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-additionalsources?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306682,64 +306684,64 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-custodiansources?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306758,64 +306760,64 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-list-lastestimatestatisticsoperation?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306834,20 +306836,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306866,19 +306868,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306897,64 +306899,64 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-list-tags?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTagCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -306973,92 +306975,92 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Get-MgSecurityIdentity", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Method": "GET", + "Command": "Get-MgSecurityIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/identities", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIdentityContainer" }, { - "Command": "Get-MgSecurityIdentityHealthIssue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET", + "Command": "Get-MgSecurityIdentityHealthIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/identities/healthIssues/{healthIssue-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "Command": "Get-MgSecurityIdentityHealthIssue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "GET", + "Command": "Get-MgSecurityIdentityHealthIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/identities/healthIssues", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "Command": "Get-MgSecurityIdentityHealthIssueCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityIdentityHealthIssueCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/identities/healthIssues/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityIncident", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "GET", + "Command": "Get-MgSecurityIncident", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -307077,19 +307079,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/incidents/{incident-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIncident" }, { - "Command": "Get-MgSecurityIncident", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "GET", + "Command": "Get-MgSecurityIncident", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -307108,78 +307110,78 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/incidents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-incidents?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIncident" }, { - "Command": "Get-MgSecurityIncidentAlert", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", + "Command": "Get-MgSecurityIncidentAlert", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "Command": "Get-MgSecurityIncidentAlert", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "GET", + "Command": "Get-MgSecurityIncidentAlert", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/incidents/{incident-id}/alerts", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "Command": "Get-MgSecurityIncidentAlertCommentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityIncidentAlertCommentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityIncidentAlertCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityIncidentAlertCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/incidents/{incident-id}/alerts/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityIncidentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityIncidentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityIncident.Read.All", @@ -307198,308 +307200,308 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/incidents/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityLabel", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Method": "GET", + "Command": "Get-MgSecurityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityLabelsRoot" }, { - "Command": "Get-MgSecurityLabelAuthority", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelAuthority", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/authorities/{authorityTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-authoritytemplate-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "Command": "Get-MgSecurityLabelAuthority", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelAuthority", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/authorities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-authorities?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "Command": "Get-MgSecurityLabelAuthorityCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityLabelAuthorityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/authorities/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityLabelCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/categories/{categoryTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "Command": "Get-MgSecurityLabelCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/categories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-categories?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "Command": "Get-MgSecurityLabelCategoryCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityLabelCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/categories/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityLabelCategorySubcategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelCategorySubcategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subcategorytemplate-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" }, { - "Command": "Get-MgSecurityLabelCategorySubcategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelCategorySubcategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-list-subcategories?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" }, { - "Command": "Get-MgSecurityLabelCategorySubcategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityLabelCategorySubcategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityLabelCitation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelCitation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/citations/{citationTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-citationtemplate-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "Command": "Get-MgSecurityLabelCitation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelCitation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/citations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-citations?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "Command": "Get-MgSecurityLabelCitationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityLabelCitationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/citations/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityLabelDepartment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelDepartment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/departments/{departmentTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-departmenttemplate-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "Command": "Get-MgSecurityLabelDepartment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelDepartment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/departments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-departments?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "Command": "Get-MgSecurityLabelDepartmentCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityLabelDepartmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/departments/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityLabelFilePlanReference", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelFilePlanReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-fileplanreferencetemplate-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "Command": "Get-MgSecurityLabelFilePlanReference", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelFilePlanReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/filePlanReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-fileplanreferences?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "Command": "Get-MgSecurityLabelFilePlanReferenceCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityLabelFilePlanReferenceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/filePlanReferences/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityLabelRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionEventType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "Command": "Get-MgSecurityLabelRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307518,19 +307520,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" }, { - "Command": "Get-MgSecurityLabelRetentionLabel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307549,19 +307551,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/labels/retentionLabels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-list-retentionlabel?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" }, { - "Command": "Get-MgSecurityLabelRetentionLabelCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -307580,154 +307582,154 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/labels/retentionLabels/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityLabelRetentionLabelDescriptor", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptor", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" }, { - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorAuthorityTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/authorityTemplate", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCategoryTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/categoryTemplate", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorCitationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/citationTemplate", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorDepartmentTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/departmentTemplate", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDescriptorFilePlanReferenceTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors/filePlanReferenceTemplate", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" }, { - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" }, { - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecuritySecureScore", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecureScore", + "Method": "GET", + "Command": "Get-MgSecuritySecureScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307746,19 +307748,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/secureScores/{secureScore-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescore-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecureScore" }, { - "Command": "Get-MgSecuritySecureScore", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecureScore", + "Method": "GET", + "Command": "Get-MgSecuritySecureScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307777,20 +307779,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/secureScores", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescores?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecureScore" }, { - "Command": "Get-MgSecuritySecureScoreControlProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "GET", + "Command": "Get-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307809,19 +307811,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" }, { - "Command": "Get-MgSecuritySecureScoreControlProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "GET", + "Command": "Get-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307840,19 +307842,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/secureScoreControlProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-list-securescorecontrolprofiles?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" }, { - "Command": "Get-MgSecuritySecureScoreControlProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecuritySecureScoreControlProfileCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307871,19 +307873,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/secureScoreControlProfiles/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecuritySecureScoreCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecuritySecureScoreCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SecurityEvents.Read.All", @@ -307902,20 +307904,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/secureScores/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecuritySubjectRightsRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -307934,19 +307936,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "Get-MgSecuritySubjectRightsRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -307965,195 +307967,195 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/subjectRightsRequests", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "Get-MgSecuritySubjectRightsRequestApprover", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestApprover", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgSecuritySubjectRightsRequestApprover", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestApprover", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgSecuritySubjectRightsRequestApproverCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestApproverCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestApproverServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecuritySubjectRightsRequestCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -308172,20 +308174,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/subjectRightsRequests/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -308204,49 +308206,49 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalattachment?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-getfinalreport?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecuritySubjectRightsRequestNote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "Get-MgSecuritySubjectRightsRequestNote", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -308265,20 +308267,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "Get-MgSecuritySubjectRightsRequestNoteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestNoteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SubjectRightsRequest.Read.All", @@ -308297,666 +308299,663 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecuritySubjectRightsRequestTeam", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgSecuritySubjectRightsRequestTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Get-MgSecurityThreatIntelligence", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" }, { - "Command": "Get-MgSecurityThreatIntelligenceArticle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articles/{article-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-article-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "Command": "Get-MgSecurityThreatIntelligenceArticle", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-articles?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "Command": "Get-MgSecurityThreatIntelligenceArticleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articles/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-articleindicator-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" }, { - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articleIndicators", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" }, { - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}/artifact", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicatorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articleIndicators/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceHost", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/{hostPair-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPair", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-childhostpairs?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostChildHostPairCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/childHostPairs/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcomponent-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostComponent" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostComponents", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostComponent" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostComponentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostComponents/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostCookie", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostcookie-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostCookie" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostCookie", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostCookies", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostCookie" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostCookieCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostCookies/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostCookieHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPair", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPair", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostpair-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPair", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPair", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPairs", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPairChildHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/childHost", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPairCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPairCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPairs/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPairParentHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}/parentHost", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/{hostPair-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPair", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-parenthostpairs?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostParentHostPairCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/parentHostPairs/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivedns?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-passivednsreverse?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverseCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPort", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPort", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostport-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPort" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPort", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPort", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPorts", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostPort" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPortCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPortCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPorts/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPortHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPortHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/host", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostPortMostRecentSslCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}/mostRecentSslCertificate", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostReputation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostReputation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-get-reputation?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostReputation" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Get", "Get1", @@ -308965,858 +308964,861 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hostsslcertificate-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostSslCertificates", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/sslCertificates/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSslCertificateHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}/host", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/{subdomain-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-host-list-subdomains?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostSubdomainCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/subdomains/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-hosttracker-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostTracker" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostTrackers", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHostTracker" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceHostWhoi", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceHostWhoi", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/whois", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" }, { - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-intelprofiles?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" }, { - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelProfiles/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofile-list-indicators?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicatorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-passivednsrecord-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/passiveDnsRecords", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/passiveDnsRecords/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-intelligenceprofileindicator-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}/artifact", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicatorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/sslCertificates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-sslcertificates?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/sslCertificates/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/{host-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sslcertificate-list-relatedhosts?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSslCertificateRelatedHostCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}/relatedHosts/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceSubdomain", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSubdomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-subdomain-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "Command": "Get-MgSecurityThreatIntelligenceSubdomain", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSubdomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/subdomains", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSubdomainCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/subdomains/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceSubdomainHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}/host", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityVulnerability" }, { - "Command": "Get-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityVulnerability" }, { - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerabilitycomponent-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" }, { - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-vulnerability-list-components?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" }, { - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisHistoryRecordHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}/host", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-whoisrecord-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisRecords", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-threatintelligence-list-whoisrecords?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisRecords/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/{whoisHistoryRecord-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHistoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/history/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "GET", + "Command": "Get-MgSecurityThreatIntelligenceWhoisRecordHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}/host", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Get-MgSecurityTrigger", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Method": "GET", + "Command": "Get-MgSecurityTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/triggers", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityTriggersRoot" }, { - "Command": "Get-MgSecurityTriggerRetentionEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "GET", + "Command": "Get-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309835,19 +309837,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" }, { - "Command": "Get-MgSecurityTriggerRetentionEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "GET", + "Command": "Get-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309866,19 +309868,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/triggers/retentionEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-list?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" }, { - "Command": "Get-MgSecurityTriggerRetentionEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityTriggerRetentionEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309897,20 +309899,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/triggers/retentionEvents/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSecurityTriggerRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", + "Command": "Get-MgSecurityTriggerRetentionEventType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309929,34 +309931,34 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "Command": "Get-MgSecurityTriggerType", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Method": "GET", + "Command": "Get-MgSecurityTriggerType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/triggerTypes", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" }, { - "Command": "Get-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -309975,19 +309977,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-get?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "Command": "Get-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "GET", + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -310006,19 +310008,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/triggerTypes/retentionEventTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-list?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSecurityTriggerTypeRetentionEventTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RecordsManagement.Read.All", @@ -310037,267 +310039,267 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/triggerTypes/retentionEventTypes/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServiceAnnouncementHealthOverview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealth-get?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceHealth" }, { - "Command": "Get-MgServiceAnnouncementHealthOverview", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-healthoverviews?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceHealth" }, { - "Command": "Get-MgServiceAnnouncementHealthOverviewCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverviewCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/$count", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServiceAnnouncementHealthOverviewIssueCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/$count", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServiceAnnouncementIssue", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", + "Command": "Get-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-get?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "Get-MgServiceAnnouncementIssue", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "GET", + "Command": "Get-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-issues?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "Get-MgServiceAnnouncementIssueCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServiceAnnouncementIssueCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues/$count", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServiceAnnouncementMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-get?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceUpdateMessage" }, { - "Command": "Get-MgServiceAnnouncementMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncement-list-messages?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceUpdateMessage" }, { - "Command": "Get-MgServiceAnnouncementMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "Command": "Get-MgServiceAnnouncementMessageAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-list-attachments?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceannouncementattachment-get?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServiceAnnouncementMessageCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServiceAnnouncementMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/$count", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310340,133 +310342,133 @@ "IsLeastPrivilege": false } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgServicePrincipal", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphServicePrincipal", - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read all applications", - "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Application.ReadWrite.OwnedBy", - "Description": "Manage apps that this app creates or owns", - "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Application.ReadWrite.All", - "Description": "Read and write all applications", - "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], + "Uri": "/servicePrincipals/{servicePrincipal-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphServicePrincipal" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read all applications", + "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as other users, groups. It does not allow the app to delete users or groups, or reset user passwords.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.All", + "Description": "Read and write all applications", + "FullDescription": "Allows the app to create, read, update and delete applications and service principals without a signed-in user. Does not allow management of consent grants.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Applications", "Uri": "/servicePrincipals", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgServicePrincipalAppManagementPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "Get-MgServicePrincipalAppManagementPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "Get-MgServicePrincipalAppManagementPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalAppManagementPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310509,20 +310511,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignedto?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignedToCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310565,34 +310567,34 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approleassignment-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgServicePrincipalAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310635,20 +310637,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-approleassignments?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalAppRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310691,20 +310693,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalByAppId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgServicePrincipalByAppId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310747,34 +310749,34 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgServicePrincipalById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgServicePrincipalById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgServicePrincipalClaimMappingPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "GET", + "Command": "Get-MgServicePrincipalClaimMappingPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -310817,19 +310819,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -310872,20 +310874,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-claimsmappingpolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalClaimMappingPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -310928,19 +310930,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -310983,34 +310985,34 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalCreatedObject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgServicePrincipalCreatedObject", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311053,49 +311055,49 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObjectAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgServicePrincipalCreatedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObjectCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311138,49 +311140,89 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalCreatedObjectCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "GET", + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" }, { - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "GET", + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read all applications", + "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Application.ReadWrite.OwnedBy", + "Description": "Manage apps that this app creates or owns", + "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311207,59 +311249,19 @@ "IsLeastPrivilege": false } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-delegatedpermissionclassifications?view=graph-rest-1.0", "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgServicePrincipalDelegatedPermissionClassificationCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "Application.Read.All", - "Description": "Read all applications", - "FullDescription": "Allows the app to read all applications and service principals without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Application.ReadWrite.OwnedBy", - "Description": "Manage apps that this app creates or owns", - "FullDescription": "Allows the app to create other applications, and fully manage those applications (read, update, update application secrets and delete), without a signed-in user.  It cannot update any apps that it is not an owner of.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgServicePrincipalDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -311302,63 +311304,63 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delta?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgServicePrincipalEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgServicePrincipalEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgServicePrincipalEndpointCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalEndpointCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "GET", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -311401,19 +311403,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -311456,20 +311458,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-homerealmdiscoverypolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -311512,22 +311514,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgServicePrincipalMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311610,22 +311612,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgServicePrincipalMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311724,34 +311726,34 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgServicePrincipalMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311794,107 +311796,107 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-memberof?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgServicePrincipalMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgServicePrincipalMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgServicePrincipalMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -311937,79 +311939,119 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfCountAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/directoryRole/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalMemberOfCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgServicePrincipalOauth2PermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "DelegatedPermissionGrant.ReadWrite.All", + "Description": "Manage all delegated permission grants", + "FullDescription": "Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Applications", + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -312036,74 +312078,34 @@ "IsLeastPrivilege": false } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-oauth2permissiongrants?view=graph-rest-1.0", "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgServicePrincipalOauth2PermissionGrantCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "DelegatedPermissionGrant.ReadWrite.All", - "Description": "Manage all delegated permission grants", - "FullDescription": "Allows the app to manage permission grants for delegated permissions exposed by any API (including Microsoft Graph), without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOwnedObject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgServicePrincipalOwnedObject", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312146,165 +312148,165 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgServicePrincipalOwnedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312347,94 +312349,94 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnedObjectCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOwner", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312477,135 +312479,135 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgServicePrincipalOwnerAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgServicePrincipalOwnerAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgServicePrincipalOwnerAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgServicePrincipalOwnerAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgServicePrincipalOwnerByRef", "Variants": [ "List" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312648,20 +312650,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOwnerCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312704,80 +312706,80 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCountAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCountAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalOwnerCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalOwnerCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Method": "GET", + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312828,20 +312830,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" }, { - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "GET", + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -312892,109 +312894,109 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetDeviceGroup" }, { - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "GET", + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-list-targetdevicegroups?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTargetDeviceGroup" }, { - "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "GET", + "Command": "Get-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipalriskdetection-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" }, { - "Command": "Get-MgServicePrincipalRiskDetection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "GET", + "Command": "Get-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/servicePrincipalRiskDetections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityprotectionroot-list-serviceprincipalriskdetections?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" }, { - "Command": "Get-MgServicePrincipalRiskDetectionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalRiskDetectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/servicePrincipalRiskDetections/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronization" }, { - "Command": "Get-MgServicePrincipalSynchronizationAccessToken", "Variants": [ "Acquire", "AcquireExpanded", "AcquireViaIdentity", "AcquireViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgServicePrincipalSynchronizationAccessToken", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313013,20 +313015,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-acquireaccesstoken?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313053,19 +313055,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "Get-MgServicePrincipalSynchronizationJob", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313092,50 +313094,50 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-jobs?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobBulkUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobBulkUploadContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalSynchronizationJobCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313162,20 +313164,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalSynchronizationJobSchema", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomSecAttributeProvisioning.Read.All", @@ -313218,79 +313220,79 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-get?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalSynchronizationSecretCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationSecretCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalSynchronizationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313317,19 +313319,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "Get-MgServicePrincipalSynchronizationTemplate", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313356,20 +313358,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-list-templates?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313396,20 +313398,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -313436,122 +313438,122 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalTokenIssuancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "Get-MgServicePrincipalTokenIssuancePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "GET", + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalTokenIssuancePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalTokenLifetimePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "Get-MgServicePrincipalTokenLifetimePolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "GET", + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -313594,20 +313596,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-tokenlifetimepolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalTokenLifetimePolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -313650,34 +313652,34 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgServicePrincipalTransitiveMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -313712,107 +313714,107 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-list-transitivememberof?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -313847,197 +313849,197 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/directoryRole/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgServicePrincipalTransitiveMemberOfCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgShareContentTypeBase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgShareContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgShareContentTypeBaseType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgShareContentTypeBaseType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgShareContentTypeBaseType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgShareContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareContentTypeBaseTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgShareCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgShareCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgShareCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgShareCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgShareCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgShareDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -314064,20 +314066,20 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/driveItem", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgShareDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -314128,591 +314130,588 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgShareItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgShareItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgShareItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgShareItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareItemCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/items/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgShareItemLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgShareItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgShareLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgShareLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgShareLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgShareLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgShareList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgShareListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgShareListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgShareListColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgShareListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgShareListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgShareListColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgShareListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgShareListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgShareListContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgShareListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgShareListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgShareListContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgShareListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgShareListContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgShareListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnLinkCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgShareListContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgShareListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnPositionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgShareListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgShareListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgShareListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgShareListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListContentTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgShareListCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgShareListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgShareListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgShareListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgShareListCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgShareListDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/drive", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgShareListItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgShareListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgShareListItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgShareListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgShareListItemActivityByInterval", "Variants": [ "Get", "Get1", @@ -314723,438 +314722,441 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgShareListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgShareListItemAnalytic", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgShareListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgShareListItemCreatedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgShareListItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgShareListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgShareListItemDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgShareListItemDocumentSetVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgShareListItemDocumentSetVersion", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgShareListItemDocumentSetVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListItemDocumentSetVersionField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListItemDriveItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgShareListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgShareListItemDriveItemContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListItemField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListItemVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgShareListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgShareListItemVersion", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgShareListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgShareListItemVersionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListItemVersionField", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgShareListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgShareListOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgShareListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/operations", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgShareListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/operations/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgShareListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgShareListSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgShareListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgShareListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareListSubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSharePermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgSharePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgShareRoot", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgShareRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/root", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgShareRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgShareRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/root/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "GET", + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -315181,49 +315183,49 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shares-get?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedDriveItem" }, { - "Command": "Get-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "GET", + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedDriveItem" }, { - "Command": "Get-MgShareSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgShareSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/site", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315242,19 +315244,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315273,37 +315275,37 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-search?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgSiteActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgSiteActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgSiteAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgSiteAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -315354,138 +315356,138 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgSiteAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgSiteAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgSiteAnalyticItemActivityStatActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgSiteAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteAnalyticItemActivityStatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgSiteAnalyticLastSevenDay", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -315536,20 +315538,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgSiteAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgSiteAnalyticTime", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -315600,83 +315602,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/allTime", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgSiteApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", - "Permissions": [ - { - "Name": "Sites.Read.All", - "Description": "Read items in all site collections ", - "FullDescription": "Allows the app to read documents and list items in all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Sites.ReadWrite.All", - "Description": "Read and write items in all site collections", - "FullDescription": "Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Sites.Manage.All", - "Description": "Create, edit, and delete items and lists in all site collections", - "FullDescription": "Allows the app to create or delete document libraries and lists in all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Sites.FullControl.All", - "Description": "Have full control of all site collections", - "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgSiteApplicableContentTypeForList", "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgSiteByPath", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphSite", - "Permissions": [], - "Uri": "/sites/{site-id}/getByPath(path='{path}')", - "ApiReferenceLink": null, - "Module": "Sites", "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgSiteColumn", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphColumnDefinition", "Permissions": [ { "Name": "Sites.Read.All", @@ -315711,19 +315650,82 @@ "IsLeastPrivilege": false } ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "ApiReferenceLink": null, "Module": "Sites", - "CommandAlias": null, + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphContentType" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgSiteByPath", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [], + "Module": "Sites", + "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphSite" }, { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", "Command": "Get-MgSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Sites.Read.All", + "Description": "Read items in all site collections ", + "FullDescription": "Allows the app to read documents and list items in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Sites.ReadWrite.All", + "Description": "Read and write items in all site collections", + "FullDescription": "Allows the app to create, read, update, and delete documents and list items in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Sites.Manage.All", + "Description": "Create, edit, and delete items and lists in all site collections", + "FullDescription": "Allows the app to create or delete document libraries and lists in all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Sites.FullControl.All", + "Description": "Have full control of all site collections", + "FullDescription": "Allows the app to have full control of all site collections without a signed in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Sites", + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphColumnDefinition" + }, + { "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315758,20 +315760,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-columns?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315806,35 +315808,35 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315869,19 +315871,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgSiteContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -315916,86 +315918,86 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-contenttypes?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgSiteContentTypeBase", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgSiteContentTypeBase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgSiteContentTypeBaseType", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgSiteContentTypeBaseType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgSiteContentTypeBaseType", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgSiteContentTypeBaseType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgSiteContentTypeBaseTypeCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteContentTypeBaseTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316030,19 +316032,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316077,20 +316079,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-list-columns?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316125,123 +316127,123 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgSiteContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgSiteContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnLinkCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnPositionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteContentTypeColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgSiteContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -316260,20 +316262,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgSiteContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteContentTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316308,19 +316310,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteCount", "Variants": [ "Get1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316339,20 +316341,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgSiteDefaultDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -316403,19 +316405,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/drive", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgSiteDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgSiteDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -316434,34 +316436,34 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delta?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgSiteDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgSiteDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgSiteDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgSiteDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -316512,20 +316514,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/drives", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgSiteDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteDriveCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -316576,414 +316578,414 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/drives/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteExternalColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteExternalColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteExternalColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteExternalColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/externalColumns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteExternalColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteExternalColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/externalColumns/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteGetByPath", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgSiteGetByPath", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgSiteGetByPathAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgSiteGetByPathAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgSiteGetByPathApplicableContentTypeForList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgSiteGetByPathApplicableContentTypeForList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/getApplicableContentTypesForList(listId='{listId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-getapplicablecontenttypesforlist?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgSiteGetByPathColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteGetByPathColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteGetByPathContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgSiteGetByPathContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgSiteGetByPathDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgSiteGetByPathDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/drive", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgSiteGetByPathDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgSiteGetByPathDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/drives", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgSiteGetByPathExternalColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteGetByPathExternalColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/externalColumns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteGetByPathOnenote", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenote", + "Method": "GET", + "Command": "Get-MgSiteGetByPathOnenote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenote" }, { - "Command": "Get-MgSiteGetByPathOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgSiteGetByPathOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgSiteGetByPathPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", + "Command": "Get-MgSiteGetByPathPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Get-MgSiteGetByPathPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgSiteGetByPathPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgSiteGetByPathSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgSiteGetByPathSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/sites", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgSiteGetByPathTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", + "Command": "Get-MgSiteGetByPathTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Get-MgSiteGetByPathTermStore", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", + "Command": "Get-MgSiteGetByPathTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStores", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgSiteGetGraphBPrePathActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgSiteItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgSiteItemLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgSiteItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgSiteLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgSiteLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317002,19 +317004,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-operations?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgSiteList", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317033,20 +317035,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgSiteListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317081,19 +317083,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteListColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317128,20 +317130,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-columns?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317176,35 +317178,35 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteListColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317239,19 +317241,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgSiteListContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317286,20 +317288,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-list-contenttypes?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgSiteListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317334,19 +317336,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteListContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317381,20 +317383,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317429,123 +317431,123 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgSiteListContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgSiteListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnLinkCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteListContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnPositionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgSiteListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -317564,20 +317566,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgSiteListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListContentTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317612,20 +317614,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317644,94 +317646,94 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgSiteListCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgSiteListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgSiteListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgSiteListCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgSiteListDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/drive", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgSiteListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgSiteListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317758,19 +317760,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgSiteListItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgSiteListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317789,37 +317791,37 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgSiteListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgSiteListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgSiteListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgSiteListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -317870,81 +317872,81 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgSiteListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgSiteListItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgSiteListItemDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -317963,20 +317965,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgSiteListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318019,19 +318021,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgSiteListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318074,20 +318076,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-documentsetversions?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgSiteListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318130,35 +318132,35 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgSiteListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -318209,50 +318211,50 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgSiteListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318271,19 +318273,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgSiteListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318302,20 +318304,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-list-versions?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgSiteListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318334,35 +318336,35 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgSiteListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318397,19 +318399,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgSiteListOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgSiteListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318444,20 +318446,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgSiteListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -318492,64 +318494,64 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgSiteListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgSiteListSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgSiteListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgSiteListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteListSubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318592,19 +318594,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgSiteOnenoteNotebook", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318647,20 +318649,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgSiteOnenoteNotebookCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebookCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318703,22 +318705,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/notebooks/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Method": "POST", + "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318761,19 +318763,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCopyNotebookModel" }, { - "Command": "Get-MgSiteOnenoteNotebookSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318816,19 +318818,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgSiteOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318871,20 +318873,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgSiteOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", + "Command": "Get-MgSiteOnenoteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -318927,35 +318929,35 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Get-MgSiteOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteOnenoteOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -318990,19 +318992,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgSiteOnenotePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -319037,35 +319039,35 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgSiteOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteOnenotePageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -319100,35 +319102,35 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/pages/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", + "Command": "Get-MgSiteOnenoteResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Get-MgSiteOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteOnenoteResourceContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -319163,35 +319165,35 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteOnenoteResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319234,19 +319236,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgSiteOnenoteSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319289,20 +319291,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgSiteOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319345,20 +319347,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319401,20 +319403,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgSiteOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319457,22 +319459,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgSiteOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319515,19 +319517,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteOnenoteSectionGroupSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -319570,19 +319572,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgSiteOnenoteSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgSiteOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -319617,20 +319619,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgSiteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgSiteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319665,19 +319667,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/richlongrunningoperation-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgSiteOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgSiteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319712,20 +319714,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-operations?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgSiteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319760,20 +319762,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", + "Command": "Get-MgSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319792,19 +319794,19 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Get-MgSitePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "GET", + "Command": "Get-MgSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319823,34 +319825,34 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/pages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-list?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Get-MgSitePageAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSitePage" }, { - "Command": "Get-MgSitePageAsSitePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSitePage", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -319869,388 +319871,388 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/sitePage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSitePage" }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayout", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayout", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCanvasLayout" }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebPart" }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpartCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutHorizontalSectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVerticalSection" }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebPart" }, { - "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpartCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageAsSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageAsSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageAsSitePageWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageAsSitePageWebPart", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWebPart", + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebPart" }, { - "Command": "Get-MgSitePageAsSitePageWebPartCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageAsSitePageWebPartCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -320269,20 +320271,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageCountAsSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageCountAsSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -320301,227 +320303,227 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/sitePage/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgSitePageCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgSitePageCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgSitePageCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgSitePageLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePageLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebPartPosition" }, { - "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgSitePageMicrosoftGraphSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebPartPosition" }, { - "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWebPartPosition", + "Method": "POST", + "Command": "Get-MgSitePageMicrosoftGraphSitePageWebPartPositionOfWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}/getPositionOfWebPart", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebPartPosition" }, { - "Command": "Get-MgSitePermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgSitePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-get-permission?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgSitePermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgSitePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/permissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-permissions?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgSitePermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSitePermissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", + "Command": "Get-MgSiteRecentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -320564,22 +320566,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRecentNotebook" }, { - "Command": "Get-MgSiteTermStore", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", + "Command": "Get-MgSiteTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320598,51 +320600,51 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Get-MgSiteTermStore", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "GET", + "Command": "Get-MgSiteTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStores", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Get-MgSiteTermStoreCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStores/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320661,20 +320663,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgSiteTermStoreGroup", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320693,22 +320695,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-list-groups?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgSiteTermStoreGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320727,37 +320729,37 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreGroupSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreGroupSet", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -320776,15 +320778,12 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-list-sets?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreGroupSetChild", "Variants": [ "Get", "Get1", @@ -320795,34 +320794,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetChildCount", "Variants": [ "Get", "Get1", @@ -320833,17 +320832,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "Get", "Get1", @@ -320854,34 +320853,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -320892,17 +320891,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -320913,17 +320912,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -320934,17 +320933,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -320955,17 +320954,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetChildSet", "Variants": [ "Get", "Get1", @@ -320976,24 +320975,27 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreGroupSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -321012,139 +321014,139 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreGroupSetParentGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgSiteTermStoreGroupSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreGroupSetRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreGroupSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -321163,337 +321165,337 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetTerm", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermChild", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreGroupSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreGroupSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreGroupSetTermSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -321512,30 +321514,27 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-get?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSet", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetChild", "Variants": [ "Get", "Get1", @@ -321546,24 +321545,27 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -321582,15 +321584,12 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-children?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetChildCount", "Variants": [ "Get", "Get1", @@ -321601,17 +321600,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetChildRelation", "Variants": [ "Get", "Get1", @@ -321622,34 +321621,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -321660,17 +321659,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -321681,17 +321680,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -321702,17 +321701,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -321723,17 +321722,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetChildSet", "Variants": [ "Get", "Get1", @@ -321744,83 +321743,83 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetParentGroup", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSet", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "Get", "Get1", @@ -321831,34 +321830,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "List", "List1", "List2", "List3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", "Variants": [ "Get", "Get1", @@ -321869,17 +321868,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Get", "Get1", @@ -321890,34 +321889,34 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "List", "List1", "List2", "List3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount", "Variants": [ "Get", "Get1", @@ -321928,17 +321927,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", "Variants": [ "Get", "Get1", @@ -321949,17 +321948,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", "Variants": [ "Get", "Get1", @@ -321970,17 +321969,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", "Variants": [ "Get", "Get1", @@ -321991,17 +321990,17 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", "Variants": [ "Get", "Get1", @@ -322012,488 +322011,491 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -322512,22 +322514,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-list-relations?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -322546,73 +322548,73 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -322631,52 +322633,52 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetTerm", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetTermChild", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetTermChild", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -322695,22 +322697,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetTermChildCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -322729,171 +322731,171 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetTermChildRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetTermChildRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetTermChildSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermChildSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetTermCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetTermRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetTermRelation", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -322912,22 +322914,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Get-MgSiteTermStoreSetTermRelationCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TermStore.Read.All", @@ -322946,1348 +322948,1395 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetTermRelationSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelationSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Get-MgSiteTermStoreSetTermSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "GET", + "Command": "Get-MgSiteTermStoreSetTermSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/set", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Get-MgSolutionBackupRestore", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphBackupRestoreRoot", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-get?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphBackupRestoreRoot" }, { - "Command": "Get-MgSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "Command": "Get-MgSolutionBackupRestoreDriveInclusionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/driveInclusionRules", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "Command": "Get-MgSolutionBackupRestoreDriveInclusionRuleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreDriveInclusionRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/driveInclusionRules/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "Command": "Get-MgSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/driveProtectionUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "Command": "Get-MgSolutionBackupRestoreDriveProtectionUnitCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreDriveProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/driveProtectionUnits/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/{mailboxProtectionRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-list-mailboxinclusionrules?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxInclusionRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxInclusionRules/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeProtectionPolicyMailboxProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}/mailboxProtectionUnits/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExchangeRestoreSession" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExchangeRestoreSession" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifactRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}/restorePoint", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-list-mailboxrestoreartifacts?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" }, { - "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifactRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}/restorePoint", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Get-MgSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "Command": "Get-MgSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/mailboxInclusionRules", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "Command": "Get-MgSolutionBackupRestoreMailboxInclusionRuleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreMailboxInclusionRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/mailboxInclusionRules/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "Command": "Get-MgSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/mailboxProtectionUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-mailboxprotectionunits?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "Command": "Get-MgSolutionBackupRestoreMailboxProtectionUnitCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreMailboxProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/mailboxProtectionUnits/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-list-driveinclusionrules?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveInclusionRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveInclusionRules/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/{driveProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-driveprotectionunits?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicyDriveProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}/driveProtectionUnits/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-list-driverestoreartifacts?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifactRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}/restorePoint", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Get-MgSolutionBackupRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Get-MgSolutionBackupRestorePoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restorePoints", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Get-MgSolutionBackupRestorePointCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestorePointCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restorePoints/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestorePointProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestorePointProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}/protectionUnit", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProtectionUnitBase" }, { - "Command": "Get-MgSolutionBackupRestoreProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "Command": "Get-MgSolutionBackupRestoreProtectionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/protectionPolicies", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "Command": "Get-MgSolutionBackupRestoreProtectionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreProtectionPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/protectionPolicies/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionunitbase-get?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProtectionUnitBase" }, { - "Command": "Get-MgSolutionBackupRestoreProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProtectionUnitBase", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/protectionUnits", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProtectionUnitBase" }, { - "Command": "Get-MgSolutionBackupRestoreProtectionUnitCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/protectionUnits/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreServiceApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreServiceApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-get?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceApp" }, { - "Command": "Get-MgSolutionBackupRestoreServiceApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreServiceApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/serviceApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-serviceapps?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceApp" }, { - "Command": "Get-MgSolutionBackupRestoreServiceAppCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreServiceAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/serviceApps/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-get?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "Command": "Get-MgSolutionBackupRestoreSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restoreSessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-restoresessions?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "Command": "Get-MgSolutionBackupRestoreSessionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSessionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restoreSessions/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" }, { - "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" }, { - "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicyCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/{siteProtectionRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionrulebase-get?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-list-siteinclusionrules?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteInclusionRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteInclusionRules/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/{siteProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointProtectionPolicySiteProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}/siteProtectionUnits/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharePointRestoreSession" }, { - "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharePointRestoreSession" }, { - "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" }, { - "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointrestoresession-list-siterestoreartifacts?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" }, { - "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifactRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}/restorePoint", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Get-MgSolutionBackupRestoreSiteInclusionRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "Command": "Get-MgSolutionBackupRestoreSiteInclusionRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/siteInclusionRules", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "Command": "Get-MgSolutionBackupRestoreSiteInclusionRuleCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSiteInclusionRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/siteInclusionRules/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "Command": "Get-MgSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/siteProtectionUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-list-siteprotectionunits?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "Command": "Get-MgSolutionBackupRestoreSiteProtectionUnitCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSolutionBackupRestoreSiteProtectionUnitCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/siteProtectionUnits/$count", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgSubscribedSku", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "GET", + "Command": "Get-MgSubscribedSku", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Organization.Read.All", + "Description": "Read organization information", + "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Organization.ReadWrite.All", + "Description": "Read and write organization information", + "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Identity.DirectoryManagement", + "Uri": "/subscribedSkus/{subscribedSku-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSubscribedSku" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgSubscribedSku", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.Read.All", @@ -324322,110 +324371,63 @@ "IsLeastPrivilege": false } ], - "Uri": "/subscribedSkus/{subscribedSku-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-get?view=graph-rest-1.0", "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgSubscribedSku", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphSubscribedSku", - "Permissions": [ - { - "Name": "Organization.Read.All", - "Description": "Read organization information", - "FullDescription": "Allows the app to read the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Organization.ReadWrite.All", - "Description": "Read and write organization information", - "FullDescription": "Allows the app to read and write the organization and related resources, without a signed-in user. Related resources include things like subscribed skus and tenant branding information.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/subscribedSkus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscribedsku-list?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscribedSku" }, { - "Command": "Get-MgSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "ChangeNotifications", "Uri": "/subscriptions/{subscription-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-get?view=graph-rest-1.0", - "Module": "ChangeNotifications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "ChangeNotifications", "Uri": "/subscriptions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-list?view=graph-rest-1.0", - "Module": "ChangeNotifications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgSubSite", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgSubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/sites/{site-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgSubSite", "Variants": [ "List2" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgSubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -324444,20 +324446,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-list-subsites?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgSubSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgSubSiteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -324476,20 +324478,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/sites/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeam", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -324564,19 +324566,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Get-MgTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -324603,20 +324605,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teams-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Get-MgTeamChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -324691,19 +324693,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgTeamChannel", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -324778,20 +324780,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamChannelCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -324866,20 +324868,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgTeamChannelFileFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read.All", @@ -324954,35 +324956,35 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-filesfolder?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -325017,19 +325019,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-members?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamChannelMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -325056,20 +325058,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-members?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamChannelMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -325096,22 +325098,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamChannelMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325146,19 +325148,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamChannelMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325193,20 +325195,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-messages?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamChannelMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325241,20 +325243,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325289,22 +325291,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325339,19 +325341,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgTeamChannelMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325386,20 +325388,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamChannelMessageHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325434,20 +325436,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325482,19 +325484,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamChannelMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325529,20 +325531,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-replies?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325577,20 +325579,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325625,22 +325627,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325675,19 +325677,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325722,20 +325724,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-list-hostedcontents?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Read.Group", @@ -325770,37 +325772,37 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamChannelRetainedMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamChannelRetainedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/getAllRetainedMessages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -325819,19 +325821,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgTeamChannelSharedWithTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -325850,34 +325852,34 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -325896,20 +325898,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-list-allowedmembers?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -325928,20 +325930,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamChannelSharedWithTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -325960,20 +325962,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -326072,19 +326074,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-get-tabs?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgTeamChannelTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -326183,20 +326185,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-list-tabs?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamChannelTabCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Read.Group", @@ -326295,34 +326297,34 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgTeamChannelTabTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgTeamCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -326349,63 +326351,63 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamGroupServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgTeamGroupServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/group/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgTeamGroupServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamGroupServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/group/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamIncomingChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgTeamIncomingChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgTeamIncomingChannel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgTeamIncomingChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -326432,20 +326434,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/incomingChannels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-incomingchannels?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgTeamIncomingChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamIncomingChannelCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.ReadBasic.All", @@ -326472,20 +326474,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/incomingChannels/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.Read.Group", @@ -326640,19 +326642,179 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-installedapps?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgTeamInstalledApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "TeamsAppInstallation.ReadForTeam", + "Description": "Read installed Teams apps in teams", + "FullDescription": "Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "TeamsAppInstallation.Read.Group", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "TeamsAppInstallation.ReadWriteForTeam", + "Description": "Manage installed Teams apps in teams", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteForTeam.All", + "Description": "Manage Teams apps for all teams", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any team, without a signed-in user. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All", + "Description": "Allow the Teams app to manage itself and its permission grants for all teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for any team, without a signed-in user, and manage its permission grants for accessing those specific teams' data.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam.All", + "Description": "Manage installation and permission grants of Teams apps for all teams", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any team, without a signed-in user. Gives the ability to manage permission grants for accessing those specific teams' data.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadForTeam.All", + "Description": "Read installed Teams apps for all teams", + "FullDescription": "Allows the app to read the Teams apps that are installed in any team, without a signed-in user. Does not give the ability to read application-specific settings.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", + "Description": "Allow the Teams app to manage itself for all teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.ReadWrite.All", + "Description": "Read and write directory data", + "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.Read.All", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", + "Description": "Allow the Teams app to manage itself in teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ManageSelectedForTeam", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", + "Description": "Manage installation and permission grants of Teams apps in teams", + "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", + "Description": "Allow the Teams app to manage itself and its permission grants in teams", + "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Teams", + "Uri": "/teams/{team-id}/installedApps", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphTeamsAppInstallation" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgTeamInstalledAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -326799,210 +326961,50 @@ "IsLeastPrivilege": false } ], - "Uri": "/teams/{team-id}/installedApps", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-installedapps?view=graph-rest-1.0", "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgTeamInstalledAppCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "TeamsAppInstallation.ReadForTeam", - "Description": "Read installed Teams apps in teams", - "FullDescription": "Allows the app to read the Teams apps that are installed in teams that you can access. Does not give the ability to read application-specific settings.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "TeamsAppInstallation.Read.Group", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "TeamsAppInstallation.ReadWriteForTeam", - "Description": "Manage installed Teams apps in teams", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams you can access. Does not give the ability to read application-specific settings.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteForTeam.All", - "Description": "Manage Teams apps for all teams", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any team, without a signed-in user. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam.All", - "Description": "Allow the Teams app to manage itself and its permission grants for all teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself for any team, without a signed-in user, and manage its permission grants for accessing those specific teams' data.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam.All", - "Description": "Manage installation and permission grants of Teams apps for all teams", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in any team, without a signed-in user. Gives the ability to manage permission grants for accessing those specific teams' data.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadForTeam.All", - "Description": "Read installed Teams apps for all teams", - "FullDescription": "Allows the app to read the Teams apps that are installed in any team, without a signed-in user. Does not give the ability to read application-specific settings.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForTeam.All", - "Description": "Allow the Teams app to manage itself for all teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in any team, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ManageSelectedForTeam.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups. Also allows the app to read and write conversations. All of these operations can be performed by the app without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to read group properties and memberships, and read conversations for all groups, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.ReadWrite.All", - "Description": "Read and write directory data", - "FullDescription": "Allows the app to read and write data in your organization's directory, such as users, and groups, without a signed-in user. Does not allow user or group deletion.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.Read.All", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", - "Description": "Allow the Teams app to manage itself in teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself to teams you can access.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ManageSelectedForTeam", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentForTeam", - "Description": "Manage installation and permission grants of Teams apps in teams", - "FullDescription": "Allows the app to read, install, upgrade, and uninstall Teams apps in teams the signed-in user can access. Gives the ability to manage permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "TeamsAppInstallation.ReadWriteAndConsentSelfForTeam", - "Description": "Allow the Teams app to manage itself and its permission grants in teams", - "FullDescription": "Allows a Teams app to read, install, upgrade, and uninstall itself in teams the signed-in user can access, and manage its permission grants for accessing those specific teams' data.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory, such as users, groups and apps, without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/teams/{team-id}/installedApps/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgTeamInstalledAppTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgTeamInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgTeamInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgTeamMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -327029,19 +327031,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-members?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -327068,20 +327070,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-members?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamMember.Read.Group", @@ -327108,78 +327110,78 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/members/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", + "Command": "Get-MgTeamOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Get-MgTeamOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "GET", + "Command": "Get-MgTeamOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/operations", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Get-MgTeamOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgTeamPermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -327270,20 +327272,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/permissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-list-permissiongrants?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgTeamPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamPermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForTeam", @@ -327374,50 +327376,50 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/permissionGrants/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgTeamPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/photo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgTeamPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/photo/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamPrimaryChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -327460,453 +327462,453 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-get-primarychannel?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgTeamPrimaryChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelFileFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/filesFolder", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgTeamPrimaryChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamPrimaryChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamPrimaryChannelMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamPrimaryChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/members/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamPrimaryChannelMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamPrimaryChannelMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamPrimaryChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamPrimaryChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamPrimaryChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamPrimaryChannelMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReplyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamPrimaryChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgTeamPrimaryChannelTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgTeamPrimaryChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelTabCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamPrimaryChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgTeamPrimaryChannelTabTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgTeamSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSchedule", + "Method": "GET", + "Command": "Get-MgTeamSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327941,20 +327943,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSchedule" }, { - "Command": "Get-MgTeamScheduleOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", + "Command": "Get-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -327989,19 +327991,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "Get-MgTeamScheduleOfferShiftRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "GET", + "Command": "Get-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -328020,20 +328022,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "Get-MgTeamScheduleOfferShiftRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamScheduleOfferShiftRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -328052,20 +328054,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamScheduleOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328100,19 +328102,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Get-MgTeamScheduleOpenShift", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328147,20 +328149,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/openShifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328195,19 +328197,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328242,20 +328244,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShiftChangeRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328290,20 +328292,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamScheduleOpenShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamScheduleOpenShiftCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328338,115 +328340,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/openShifts/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamScheduleSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", - "Permissions": [ - { - "Name": "Schedule.Read.All", - "Description": "Read your schedule items", - "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Schedule.ReadWrite.All", - "Description": "Read and write your schedule items", - "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { + "Method": "GET", "Command": "Get-MgTeamScheduleSchedulingGroup", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphSchedulingGroup", - "Permissions": [ - { - "Name": "Schedule.Read.All", - "Description": "Read your schedule items", - "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Schedule.ReadWrite.All", - "Description": "Read and write your schedule items", - "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.ReadWrite.All", - "Description": "Read and write all groups", - "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgTeamScheduleSchedulingGroupCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328481,20 +328388,115 @@ "IsLeastPrivilege": false } ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", - "ApiReferenceLink": null, "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-get?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [ + { + "Name": "Schedule.Read.All", + "Description": "Read your schedule items", + "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Schedule.ReadWrite.All", + "Description": "Read and write your schedule items", + "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-schedulinggroups?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphSchedulingGroup" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgTeamScheduleSchedulingGroupCount", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Schedule.Read.All", + "Description": "Read your schedule items", + "FullDescription": "Allows the app to read schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Schedule.ReadWrite.All", + "Description": "Read and write your schedule items", + "FullDescription": "Allows the app to manage schedule, schedule groups, shifts and associated entities in the Teams or Shifts application on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.ReadWrite.All", + "Description": "Read and write all groups", + "FullDescription": "Allows the app to create groups and read all group properties and memberships on your behalf. Additionally allows the app to manage your groups and to update group content for groups you are a member of.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Module": "Teams", + "Uri": "/teams/{team-id}/schedule/schedulingGroups/$count", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Get-MgTeamScheduleShift", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "GET", + "Command": "Get-MgTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -328529,19 +328531,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Get-MgTeamScheduleShift", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "GET", + "Command": "Get-MgTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328576,20 +328578,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/shifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-shifts?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Get-MgTeamScheduleShiftCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamScheduleShiftCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328624,34 +328626,34 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/shifts/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "GET", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328686,20 +328688,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328734,20 +328736,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamScheduleTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328782,19 +328784,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Get-MgTeamScheduleTimeOff", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328829,20 +328831,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timesOff", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timesoff?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Get-MgTeamScheduleTimeOffCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328877,20 +328879,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timesOff/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamScheduleTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328925,19 +328927,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "Get-MgTeamScheduleTimeOffReason", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -328972,20 +328974,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timeOffReasons", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-list-timeoffreasons?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "Get-MgTeamScheduleTimeOffReasonCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffReasonCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -329020,20 +329022,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timeOffReasons/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamScheduleTimeOffRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -329068,19 +329070,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "Get-MgTeamScheduleTimeOffRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -329115,20 +329117,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timeOffRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "Get-MgTeamScheduleTimeOffRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamScheduleTimeOffRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.Read.All", @@ -329163,20 +329165,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timeOffRequests/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamTag", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", + "Command": "Get-MgTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -329211,19 +329213,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "Get-MgTeamTag", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "GET", + "Command": "Get-MgTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -329258,20 +329260,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "Get-MgTeamTagCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamTagCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -329306,20 +329308,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/tags/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", + "Command": "Get-MgTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -329354,19 +329356,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "Get-MgTeamTagMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "GET", + "Command": "Get-MgTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -329401,20 +329403,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "Get-MgTeamTagMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamTagMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.Read", @@ -329449,628 +329451,628 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/template", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamwork", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphTeamwork", + "Method": "GET", + "Command": "Get-MgTeamwork", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamwork" }, { - "Command": "Get-MgTeamworkDeletedChat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedChats/{deletedChat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkDeletedChat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeletedChat", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedChats", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeletedChat" }, { - "Command": "Get-MgTeamworkDeletedChatCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedChatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedChats/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkDeletedTeam", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeletedTeam" }, { - "Command": "Get-MgTeamworkDeletedTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-list-deletedteams?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeletedTeam" }, { - "Command": "Get-MgTeamworkDeletedTeamChannel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgTeamworkDeletedTeamChannel", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkDeletedTeamChannelRetainedMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelRetainedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/getAllRetainedMessages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkDeletedTeamChannelTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelTabCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgTeamworkDeletedTeamCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkDeletedTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTeamworkTeamAppSetting", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Method": "GET", + "Command": "Get-MgTeamworkTeamAppSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkAppSettings.Read.All", @@ -330089,20 +330091,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teamwork/teamsAppSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppSettings" }, { - "Command": "Get-MgTeamworkWorkforceIntegration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "GET", + "Command": "Get-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -330121,19 +330123,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWorkforceIntegration" }, { - "Command": "Get-MgTeamworkWorkforceIntegration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "GET", + "Command": "Get-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -330152,19 +330154,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teamwork/workforceIntegrations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWorkforceIntegration" }, { - "Command": "Get-MgTeamworkWorkforceIntegrationCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTeamworkWorkforceIntegrationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "WorkforceIntegration.Read.All", @@ -330183,20 +330185,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teamwork/workforceIntegrations/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330215,19 +330217,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-get?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330246,19 +330248,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadmincustomers?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330277,34 +330279,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/$count", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330323,20 +330325,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadmincustomer-list-servicemanagementdetails?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330355,20 +330357,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/$count", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330387,19 +330389,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-get?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330418,20 +330420,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-list-delegatedadminrelationships?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330450,19 +330452,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-get?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330481,20 +330483,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-accessassignments?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330513,19 +330515,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/$count", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330544,20 +330546,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/$count", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330576,19 +330578,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshipoperation-get?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330607,20 +330609,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-operations?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330639,20 +330641,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/$count", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330671,19 +330673,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationshiprequest-get?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330702,20 +330704,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-list-requests?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" }, { - "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTenantRelationshipDelegatedAdminRelationshipRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedAdminRelationship.Read.All", @@ -330734,19 +330736,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/$count", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgTenantRelationshipMultiTenantOrganization", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Method": "GET", + "Command": "Get-MgTenantRelationshipMultiTenantOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -330773,19 +330775,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMultiTenantOrganization" }, { - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest", "Variants": [ "Get" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Method": "GET", + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationJoinRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.Read.All", @@ -330804,34 +330806,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" }, { - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "GET", + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationmember-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "GET", + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -330858,19 +330860,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/tenants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-list-tenants?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenantCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgTenantRelationshipMultiTenantOrganizationTenantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "MultiTenantOrganization.ReadBasic.All", @@ -330897,20 +330899,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -331033,19 +331035,19 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-get?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -331152,137 +331154,137 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", + "Command": "Get-MgUserActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserActivity" }, { - "Command": "Get-MgUserActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", + "Command": "Get-MgUserActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserActivity" }, { - "Command": "Get-MgUserActivityCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserActivityCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/$count", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserActivityHistoryItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "GET", + "Command": "Get-MgUserActivityHistoryItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphActivityHistoryItem" }, { - "Command": "Get-MgUserActivityHistoryItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "GET", + "Command": "Get-MgUserActivityHistoryItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphActivityHistoryItem" }, { - "Command": "Get-MgUserActivityHistoryItemActivity", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", + "Command": "Get-MgUserActivityHistoryItemActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserActivity" }, { - "Command": "Get-MgUserActivityHistoryItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserActivityHistoryItemCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/$count", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgUserAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Get-MgUserAgreementAcceptance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "GET", + "Command": "Get-MgUserAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -331301,20 +331303,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/users/{user-id}/agreementAcceptances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Get-MgUserAgreementAcceptanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAgreementAcceptanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AgreementAcceptance.Read", @@ -331333,34 +331335,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/users/{user-id}/agreementAcceptances/$count", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgUserAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgUserAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgUserAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -331379,20 +331381,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/users/{user-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-approleassignments?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgUserAppRoleAssignmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAppRoleAssignmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -331411,20 +331413,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/users/{user-id}/appRoleAssignments/$count", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAuthenticationEmailMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331459,19 +331461,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationEmailMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331506,20 +331508,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/emailMethods", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationEmailMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAuthenticationEmailMethodCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331554,20 +331556,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/emailMethods/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAuthenticationFido2Method", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationFido2Method", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331602,19 +331604,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationFido2Method", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationFido2Method", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331649,20 +331651,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/fido2Methods", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationFido2MethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAuthenticationFido2MethodCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331697,20 +331699,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/fido2Methods/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAuthenticationMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAuthenticationMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -331745,19 +331747,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAuthenticationMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -331792,20 +331794,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/methods", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAuthenticationMethodCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -331840,20 +331842,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/methods/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331888,19 +331890,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331935,20 +331937,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -331983,35 +331985,35 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgUserAuthenticationOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", + "Command": "Get-MgUserAuthenticationOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -332046,49 +332048,49 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/longrunningoperation-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "Get-MgUserAuthenticationOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "GET", + "Command": "Get-MgUserAuthenticationOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/operations", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "Get-MgUserAuthenticationOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAuthenticationOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/operations/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAuthenticationPasswordMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPasswordMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -332123,19 +332125,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationPasswordMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPasswordMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -332170,20 +332172,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/passwordMethods", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationPasswordMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAuthenticationPasswordMethodCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -332218,20 +332220,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/passwordMethods/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAuthenticationPhoneMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -332266,19 +332268,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationPhoneMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -332313,20 +332315,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/phoneMethods", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationPhoneMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAuthenticationPhoneMethodCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read.All", @@ -332361,20 +332363,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/phoneMethods/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAuthenticationSoftwareOathMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -332409,19 +332411,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationSoftwareOathMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -332456,20 +332458,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/softwareOathMethods", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAuthenticationSoftwareOathMethodCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -332504,20 +332506,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/softwareOathMethods/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -332552,19 +332554,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -332599,20 +332601,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-list-temporaryaccesspassmethods?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethodCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -332647,20 +332649,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -332695,19 +332697,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-get?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -332742,20 +332744,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-list?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod" }, { - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -332790,64 +332792,64 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/$count", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgUserAuthenticationWindowsHelloForBusinessMethodDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgUserById", "Variants": [ "Get", "GetExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Get-MgUserById", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/getByIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getbyids?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserCalendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgUserCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendars/{calendar-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgUserCalendar", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgUserCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332882,20 +332884,20 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/users/{user-id}/calendars", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgUserCalendarCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserCalendarCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -332930,132 +332932,19 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/users/{user-id}/calendars/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserCalendarEvent", "Variants": [ "List1" ], - "OutputType": "IMicrosoftGraphEvent", - "Permissions": [ - { - "Name": "Calendars.ReadBasic", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Calendars.ReadWrite", - "Description": "Read and write calendars in all mailboxes", - "FullDescription": "Allows the app to create, read, update, and delete events of all calendars without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Calendars.Read", - "Description": "Read calendars in all mailboxes", - "FullDescription": "Allows the app to read events of all calendars without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgUserCalendarEventDelta", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "OutputType": "IMicrosoftGraphEvent", - "Permissions": [ - { - "Name": "Calendars.Read", - "Description": "Read calendars in all mailboxes", - "FullDescription": "Allows the app to read events of all calendars without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Calendars.ReadWrite", - "Description": "Read and write calendars in all mailboxes", - "FullDescription": "Allows the app to create, read, update, and delete events of all calendars without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Calendars.ReadBasic", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/calendar/events/delta", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgUserCalendarEvent", "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgUserCalendarGroup", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": "IMicrosoftGraphCalendarGroup", - "Permissions": [ - { - "Name": "Calendars.ReadBasic", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Calendars.Read", - "Description": "Read calendars in all mailboxes", - "FullDescription": "Allows the app to read events of all calendars without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "ApiReferenceLink": null, - "Module": "Calendar", "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgUserCalendarGroup", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphCalendarGroup", "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -333082,19 +332971,132 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/calendarGroups", - "ApiReferenceLink": null, "Module": "Calendar", + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphEvent" + }, + { + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], + "Method": "GET", + "Command": "Get-MgUserCalendarEventDelta", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [ + { + "Name": "Calendars.Read", + "Description": "Read calendars in all mailboxes", + "FullDescription": "Allows the app to read events of all calendars without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Calendars.ReadWrite", + "Description": "Read and write calendars in all mailboxes", + "FullDescription": "Allows the app to create, read, update, and delete events of all calendars without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calendars.ReadBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Users.Functions", + "Uri": "/users/{user-id}/calendar/events/delta", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphEvent" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserCalendarGroup", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Calendars.ReadBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Calendars.Read", + "Description": "Read calendars in all mailboxes", + "FullDescription": "Allows the app to read events of all calendars without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserCalendarGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Calendars.ReadBasic", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Calendars.ReadWrite", + "Description": "Read and write calendars in all mailboxes", + "FullDescription": "Allows the app to create, read, update, and delete events of all calendars without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Calendars.Read", + "Description": "Read calendars in all mailboxes", + "FullDescription": "Allows the app to read events of all calendars without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Calendar", + "Uri": "/users/{user-id}/calendarGroups", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphCalendarGroup" }, { - "Command": "Get-MgUserCalendarGroupCalendar", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgUserCalendarGroupCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -333129,20 +333131,20 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgUserCalendarGroupCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserCalendarGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -333169,86 +333171,86 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/users/{user-id}/calendarGroups/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserCalendarPermission", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", + "Command": "Get-MgUserCalendarPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-get?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "Get-MgUserCalendarPermission", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "GET", + "Command": "Get-MgUserCalendarPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendar/calendarPermissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-list-calendarpermissions?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "Get-MgUserCalendarPermissionCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserCalendarPermissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendar/calendarPermissions/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserCalendarSchedule", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", + "Command": "Get-MgUserCalendarSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphScheduleInformation" }, { - "Command": "Get-MgUserCalendarView", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgUserCalendarView", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -333275,20 +333277,20 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/users/{user-id}/calendar/calendarView", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgUserChat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "GET", + "Command": "Get-MgUserChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -333371,19 +333373,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Get-MgUserChat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "GET", + "Command": "Get-MgUserChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -333426,20 +333428,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/chats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-list?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Get-MgUserChatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserChatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -333482,109 +333484,109 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/chats/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserChatInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgUserChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgUserChatInstalledApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgUserChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "Get-MgUserChatInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserChatInstalledAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserChatInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgUserChatInstalledAppTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgUserChatLastMessagePreview", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "GET", + "Command": "Get-MgUserChatLastMessagePreview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageInfo" }, { - "Command": "Get-MgUserChatMember", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgUserChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -333683,19 +333685,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgUserChatMember", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "GET", + "Command": "Get-MgUserChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -333794,20 +333796,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Get-MgUserChatMemberCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserChatMemberCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.Read", @@ -333906,20 +333908,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/members/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgUserChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -333978,19 +333980,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgUserChatMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgUserChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -334033,20 +334035,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgUserChatMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserChatMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -334089,20 +334091,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserChatMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgUserChatMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -334161,22 +334163,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgUserChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -334235,19 +334237,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgUserChatMessageHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -334306,20 +334308,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgUserChatMessageHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserChatMessageHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read", @@ -334378,215 +334380,215 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserChatMessageReply", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgUserChatMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgUserChatMessageReply", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgUserChatMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgUserChatMessageReplyCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserChatMessageReplyCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserChatMessageReplyDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgUserChatMessageReplyDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgUserChatMessageReplyHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgUserChatMessageReplyHostedContent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "GET", + "Command": "Get-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Get-MgUserChatMessageReplyHostedContentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserChatMessageReplyHostedContentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserChatPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgUserChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgUserChatPermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "GET", + "Command": "Get-MgUserChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Get-MgUserChatPermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserChatPermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserChatPinnedMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", + "Command": "Get-MgUserChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "Get-MgUserChatPinnedMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "GET", + "Command": "Get-MgUserChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "Get-MgUserChatPinnedMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserChatPinnedMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserChatRetainedMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Get-MgUserChatRetainedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Read.All", @@ -334605,79 +334607,79 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/chats/getAllRetainedMessages", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Get-MgUserChatTab", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgUserChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgUserChatTab", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "GET", + "Command": "Get-MgUserChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Get-MgUserChatTabCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserChatTabCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserChatTabTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgUserChatTabTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgUserContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgUserContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -334696,19 +334698,19 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgUserContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgUserContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -334727,20 +334729,20 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgUserContactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -334759,20 +334761,20 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/$count", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgUserContactDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -334791,64 +334793,64 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgUserContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgUserContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgUserContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgUserContactFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -334867,19 +334869,19 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Get-MgUserContactFolder", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgUserContactFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -334898,34 +334900,34 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Get-MgUserContactFolderChildFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Get-MgUserContactFolderChildFolder", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -334944,20 +334946,20 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Get-MgUserContactFolderChildFolderContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -334976,19 +334978,19 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgUserContactFolderChildFolderContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -335007,20 +335009,20 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgUserContactFolderChildFolderContactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -335039,20 +335041,20 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/$count", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactFolderChildFolderContactDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -335071,94 +335073,94 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgUserContactFolderChildFolderContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactFolderChildFolderContactExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactFolderChildFolderContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactFolderChildFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -335177,35 +335179,35 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/$count", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactFolderChildFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgUserContactFolderChildFolderDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Get-MgUserContactFolderContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgUserContactFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -335224,19 +335226,19 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgUserContactFolderContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgUserContactFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -335255,20 +335257,20 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgUserContactFolderContactCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactFolderContactCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -335287,20 +335289,20 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/$count", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactFolderContactDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "GET", + "Command": "Get-MgUserContactFolderContactDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -335319,94 +335321,94 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Get-MgUserContactFolderContactExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactFolderContactExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgUserContactFolderContactExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactFolderContactExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactFolderContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgUserContactFolderContactPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgUserContactFolderContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactFolderContactPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactFolderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -335425,20 +335427,20 @@ "IsLeastPrivilege": false } ], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/$count", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserContactFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "GET", + "Command": "Get-MgUserContactFolderDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Contacts.Read", @@ -335457,49 +335459,49 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/contactFolders/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Get-MgUserContactPhoto", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgUserContactPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgUserContactPhotoContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserContactPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -335606,34 +335608,34 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserCreatedObject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserCreatedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserCreatedObject", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserCreatedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -335684,49 +335686,49 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/createdObjects", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserCreatedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgUserCreatedObjectAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgUserCreatedObjectAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/createdObjects/servicePrincipal", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgUserCreatedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserCreatedObjectCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -335777,49 +335779,49 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/createdObjects/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserCreatedObjectCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/createdObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDefaultCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgUserDefaultCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendar", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgUserDefaultCalendarEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgUserDefaultCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -335846,22 +335848,22 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/users/{user-id}/calendar/events", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgUserDefaultCalendarSchedule", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScheduleInformation", + "Method": "POST", + "Command": "Get-MgUserDefaultCalendarSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -335888,20 +335890,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/calendar/getSchedule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-getschedule?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphScheduleInformation" }, { - "Command": "Get-MgUserDefaultDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgUserDefaultDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -335952,19 +335954,19 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/users/{user-id}/drive", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgUserDelta", "Variants": [ "Delta" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -335999,78 +336001,78 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "GET", + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDeviceManagementTroubleshootingEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDirectReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserDirectReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/directReports/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserDirectReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserDirectReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -336113,78 +336115,78 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/directReports", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserDirectReportAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgUserDirectReportAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgUserDirectReportAsOrgContact", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "GET", + "Command": "Get-MgUserDirectReportAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/directReports/orgContact", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Get-MgUserDirectReportAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDirectReportAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDirectReportAsUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDirectReportAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/directReports/user", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDirectReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDirectReportCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -336227,64 +336229,64 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/directReports/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDirectReportCountAsOrgContact", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDirectReportCountAsOrgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/directReports/orgContact/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDirectReportCountAsUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDirectReportCountAsUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/directReports/user/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgUserDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgUserDrive", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgUserDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -336335,138 +336337,138 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/users/{user-id}/drives", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgUserDriveBundle", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveBundle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveBundle", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveBundle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveBundleContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveBundleContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveBundleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveBundleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveContentTypeBase", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgUserDriveContentTypeBase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgUserDriveContentTypeBaseType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgUserDriveContentTypeBaseType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgUserDriveContentTypeBaseType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgUserDriveContentTypeBaseType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgUserDriveContentTypeBaseTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveContentTypeBaseTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -336517,2797 +336519,2797 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/users/{user-id}/drives/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDriveCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserDriveCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveFollowing", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveFollowing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveFollowing", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveFollowing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/following", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveFollowingContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveFollowingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveFollowingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveFollowingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveItemAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveItemAnalyticTime", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveItemChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveItemChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveItemChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveItemChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveItemChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDriveItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveItemDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveItemItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDriveItemItemLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserDriveItemItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDriveItemLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgUserDriveItemListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveItemListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgUserDriveItemListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveItemListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgUserDriveItemListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgUserDriveItemListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgUserDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgUserDriveItemPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgUserDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgUserDriveItemPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemPermissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", + "Command": "Get-MgUserDriveItemRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Get-MgUserDriveItemSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgUserDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgUserDriveItemSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgUserDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgUserDriveItemSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemSubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgUserDriveItemThumbnail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgUserDriveItemThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemThumbnailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgUserDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgUserDriveItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgUserDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgUserDriveItemVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveLastModifiedByUser", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDriveLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphList", + "Method": "GET", + "Command": "Get-MgUserDriveList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Get-MgUserDriveListColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgUserDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgUserDriveListColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgUserDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgUserDriveListColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgUserDriveListColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgUserDriveListContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgUserDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgUserDriveListContentType", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgUserDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgUserDriveListContentTypeColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgUserDriveListContentTypeColumn", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgUserDriveListContentTypeColumnCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListContentTypeColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgUserDriveListContentTypeColumnLink", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnLinkCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListContentTypeColumnPosition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgUserDriveListContentTypeColumnPosition", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnPositionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-getcompatiblehubcontenttypes?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Get-MgUserDriveListContentTypeCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListContentTypeCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDriveListCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserDriveListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListDrive", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "GET", + "Command": "Get-MgUserDriveListDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Get-MgUserDriveListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgUserDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgUserDriveListItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgUserDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgUserDriveListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgUserDriveListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgUserDriveListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDriveListItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListItemDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgUserDriveListItemDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgUserDriveListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgUserDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgUserDriveListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgUserDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgUserDriveListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgUserDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgUserDriveListOperation", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "GET", + "Command": "Get-MgUserDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Get-MgUserDriveListOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveListSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgUserDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgUserDriveListSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgUserDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgUserDriveListSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveListSubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRoot", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveRootActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveRootActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemactivitystat-getactivitybyinterval?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveRootAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveRootAnalyticTime", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveRootAnalyticTime", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveRootChild", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveRootChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveRootChild", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveRootChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveRootChildContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootChildCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootChildCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDriveRootCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootDelta", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveRootDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveRootItemLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDriveRootItemLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserDriveRootItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootItemLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootLastModifiedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDriveRootLastModifiedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootLastModifiedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootListItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Get-MgUserDriveRootListItemActivityByInterval", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemActivityByInterval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Get-MgUserDriveRootListItemAnalytic", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Get-MgUserDriveRootListItemCreatedByUser", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemCreatedByUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceProvisioningError", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningError", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceProvisioningError" }, { - "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemCreatedByUserServiceProvisioningErrorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/serviceProvisioningErrors/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootListItemDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveRootListItemDriveItemContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootListItemField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgUserDriveRootListItemVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Get-MgUserDriveRootListItemVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootListItemVersionField", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootPermission", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgUserDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgUserDriveRootPermission", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "GET", + "Command": "Get-MgUserDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Get-MgUserDriveRootPermissionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootPermissionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootRetentionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "GET", + "Command": "Get-MgUserDriveRootRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Get-MgUserDriveRootSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgUserDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgUserDriveRootSubscription", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "GET", + "Command": "Get-MgUserDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Get-MgUserDriveRootSubscriptionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootSubscriptionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootThumbnail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgUserDriveRootThumbnail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "GET", + "Command": "Get-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Get-MgUserDriveRootThumbnailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootThumbnailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootVersion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgUserDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgUserDriveRootVersion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "GET", + "Command": "Get-MgUserDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Get-MgUserDriveRootVersionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveRootVersionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveRootVersionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveSpecial", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveSpecial", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveSpecial", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Get-MgUserDriveSpecial", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/special", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Get-MgUserDriveSpecialContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveSpecialContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserDriveSpecialCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserDriveSpecialCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/$count", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserEvent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgUserEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -339326,19 +339328,19 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgUserEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgUserEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -339365,79 +339367,79 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/users/{user-id}/events", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgUserEventAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgUserEventAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgUserEventAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgUserEventAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/attachments", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgUserEventAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserEventAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserEventCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgUserEventCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/calendar", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgUserEventCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -339464,20 +339466,20 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/users/{user-id}/events/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserEventDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgUserEventDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.Read", @@ -339504,78 +339506,78 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/events/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgUserEventExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserEventExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserEventExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgUserEventExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/extensions", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgUserEventExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserEventExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserEventInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgUserEventInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgUserEventInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgUserEventInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -339594,79 +339596,79 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgUserEventInstanceAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgUserEventInstanceAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgUserEventInstanceAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgUserEventInstanceAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgUserEventInstanceAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserEventInstanceAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserEventInstanceCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "GET", + "Command": "Get-MgUserEventInstanceCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "Get-MgUserEventInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserEventInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadBasic", @@ -339685,137 +339687,137 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserEventInstanceDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "GET", + "Command": "Get-MgUserEventInstanceDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/events/{event-id}/instances/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Get-MgUserEventInstanceExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserEventInstanceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserEventInstanceExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgUserEventInstanceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgUserEventInstanceExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserEventInstanceExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgUserExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/extensions", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgUserExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserFollowedSite", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgUserFollowedSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/users/{user-id}/followedSites/{site-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgUserFollowedSite", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "GET", + "Command": "Get-MgUserFollowedSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -339834,20 +339836,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/users/{user-id}/followedSites", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Get-MgUserFollowedSiteCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserFollowedSiteCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -339866,108 +339868,108 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/users/{user-id}/followedSites/$count", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserInferenceClassification", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInferenceClassification", + "Method": "GET", + "Command": "Get-MgUserInferenceClassification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/inferenceClassification", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphInferenceClassification" }, { - "Command": "Get-MgUserInferenceClassificationOverride", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET", + "Command": "Get-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" }, { - "Command": "Get-MgUserInferenceClassificationOverride", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "GET", + "Command": "Get-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/inferenceClassification/overrides", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" }, { - "Command": "Get-MgUserInferenceClassificationOverrideCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserInferenceClassificationOverrideCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/inferenceClassification/overrides/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphItemInsights", + "Method": "GET", + "Command": "Get-MgUserInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphItemInsights" }, { - "Command": "Get-MgUserInsightShared", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "GET", + "Command": "Get-MgUserInsightShared", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedInsight" }, { - "Command": "Get-MgUserInsightShared", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "GET", + "Command": "Get-MgUserInsightShared", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -339986,20 +339988,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/insights/shared", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSharedInsight" }, { - "Command": "Get-MgUserInsightSharedCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserInsightSharedCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -340018,64 +340020,64 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/insights/shared/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserInsightSharedLastSharedMethod", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserInsightSharedLastSharedMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserInsightSharedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserInsightSharedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserInsightTrending", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTrending", + "Method": "GET", + "Command": "Get-MgUserInsightTrending", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/trending/{trending-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrending" }, { - "Command": "Get-MgUserInsightTrending", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTrending", + "Method": "GET", + "Command": "Get-MgUserInsightTrending", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -340094,20 +340096,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/insights/trending", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTrending" }, { - "Command": "Get-MgUserInsightTrendingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserInsightTrendingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -340126,20 +340128,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/insights/trending/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserInsightTrendingResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserInsightTrendingResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -340158,34 +340160,34 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserInsightUsed", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "GET", + "Command": "Get-MgUserInsightUsed", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUsedInsight" }, { - "Command": "Get-MgUserInsightUsed", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "GET", + "Command": "Get-MgUserInsightUsed", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -340204,20 +340206,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/insights/used", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUsedInsight" }, { - "Command": "Get-MgUserInsightUsedCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserInsightUsedCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -340236,20 +340238,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/insights/used/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserInsightUsedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserInsightUsedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Read.All", @@ -340268,19 +340270,19 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserJoinedTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "GET", + "Command": "Get-MgUserJoinedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -340339,34 +340341,34 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/joinedTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Get-MgUserLicenseDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", + "Command": "Get-MgUserLicenseDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "Command": "Get-MgUserLicenseDetail", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "GET", + "Command": "Get-MgUserLicenseDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -340409,20 +340411,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/licenseDetails", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "Command": "Get-MgUserLicenseDetailCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserLicenseDetailCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -340465,20 +340467,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/licenseDetails/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserLicenseDetailTeamLicensingDetail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsLicensingDetails", + "Method": "GET", + "Command": "Get-MgUserLicenseDetailTeamLicensingDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -340513,20 +340515,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/licenseDetails/getTeamsLicensingDetails", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/licensedetails-getteamslicensingdetails?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsLicensingDetails" }, { - "Command": "Get-MgUserMailboxSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "GET", + "Command": "Get-MgUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "MailboxSettings.Read", @@ -340545,20 +340547,67 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Get-MgUserMailFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", + "Command": "Get-MgUserMailFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Mail.ReadBasic", + "Description": "Read user basic mail", + "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Mail.ReadBasic.All", + "Description": "Read basic mail in all mailboxes", + "FullDescription": "Allows the app to read basic mail properties in all mailboxes without a signed-in user. Includes all properties except body, previewBody, attachments and any extended properties.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": true + }, + { + "Name": "Mail.ReadWrite", + "Description": "Read and write mail in all mailboxes", + "FullDescription": "Allows the app to create, read, update, and delete mail in all mailboxes without a signed-in user. Does not include permission to send mail.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + }, + { + "Name": "Mail.Read", + "Description": "Read mail in all mailboxes", + "FullDescription": "Allows the app to read mail in all mailboxes without a signed-in user.", + "IsAdmin": false, + "PermissionType": "Application", + "IsLeastPrivilege": false + } + ], + "Module": "Mail", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphMailFolder" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserMailFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -340593,81 +340642,34 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "ApiReferenceLink": null, "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgUserMailFolder", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphMailFolder", - "Permissions": [ - { - "Name": "Mail.ReadBasic", - "Description": "Read user basic mail", - "FullDescription": "Allows the app to read email in the signed-in user's mailbox except body, previewBody, attachments and any extended properties.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Mail.ReadBasic.All", - "Description": "Read basic mail in all mailboxes", - "FullDescription": "Allows the app to read basic mail properties in all mailboxes without a signed-in user. Includes all properties except body, previewBody, attachments and any extended properties.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": true - }, - { - "Name": "Mail.ReadWrite", - "Description": "Read and write mail in all mailboxes", - "FullDescription": "Allows the app to create, read, update, and delete mail in all mailboxes without a signed-in user. Does not include permission to send mail.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - }, - { - "Name": "Mail.Read", - "Description": "Read mail in all mailboxes", - "FullDescription": "Allows the app to read mail in all mailboxes without a signed-in user.", - "IsAdmin": false, - "PermissionType": "Application", - "IsLeastPrivilege": false - } - ], "Uri": "/users/{user-id}/mailFolders", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Get-MgUserMailFolderChildFolder", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Get-MgUserMailFolderChildFolder", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -340702,20 +340704,20 @@ "IsLeastPrivilege": false } ], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Get-MgUserMailFolderChildFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -340750,241 +340752,241 @@ "IsLeastPrivilege": false } ], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailFolderChildFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Get-MgUserMailFolderChildFolderMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgUserMailFolderChildFolderMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailFolderChildFolderMessageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailFolderChildFolderMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailFolderChildFolderMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailFolderChildFolderMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "Get-MgUserMailFolderChildFolderMessageRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderChildFolderMessageRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailFolderCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -341019,20 +341021,20 @@ "IsLeastPrivilege": false } ], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailFolderDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "GET", + "Command": "Get-MgUserMailFolderDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -341067,20 +341069,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/mailFolders/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Get-MgUserMailFolderMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -341107,19 +341109,19 @@ "IsLeastPrivilege": false } ], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgUserMailFolderMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -341154,64 +341156,64 @@ "IsLeastPrivilege": false } ], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgUserMailFolderMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgUserMailFolderMessageAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgUserMailFolderMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailFolderMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -341246,20 +341248,20 @@ "IsLeastPrivilege": false } ], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailFolderMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -341294,110 +341296,110 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgUserMailFolderMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailFolderMessageExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgUserMailFolderMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailFolderMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "Get-MgUserMailFolderMessageRule", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "Get-MgUserMailFolderMessageRuleCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMailFolderMessageRuleCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMailTip", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailTips", + "Method": "POST", + "Command": "Get-MgUserMailTip", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -341416,20 +341418,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/getMailTips", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-getmailtips?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailTips" }, { - "Command": "Get-MgUserManagedAppDiagnosticStatus", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Method": "GET", + "Command": "Get-MgUserManagedAppDiagnosticStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -341448,20 +341450,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus" }, { - "Command": "Get-MgUserManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "GET", + "Command": "Get-MgUserManagedAppPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.Read.All", @@ -341480,328 +341482,328 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/getManagedAppPolicies", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Get-MgUserManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", + "Command": "Get-MgUserManagedAppRegistration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "Command": "Get-MgUserManagedAppRegistration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "GET", + "Command": "Get-MgUserManagedAppRegistration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedAppRegistrations", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "Command": "Get-MgUserManagedAppRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserManagedAppRegistrationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedAppRegistrations/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgUserManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgUserManagedDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "GET", + "Command": "Get-MgUserManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Get-MgUserManagedDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Get-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Get-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserManagedDeviceCompliancePolicyStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserManagedDeviceConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Get-MgUserManagedDeviceConfigurationState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Get-MgUserManagedDeviceConfigurationStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserManagedDeviceConfigurationStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserManagedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserManagedDeviceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserManagedDeviceLogCollectionRequestCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Get-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Get-MgUserManagedDeviceUser", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Get-MgUserManagedDeviceWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWindowsProtectionState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsProtectionState" }, { - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareStateCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/$count", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserManagedDeviceWithAppFailure", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserManagedDeviceWithAppFailure", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -341820,20 +341822,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-troubleshooting-user-getmanageddeviceswithappfailures?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserManager", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserManager", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -341868,20 +341870,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/manager", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserManagerByRef", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserManagerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -341916,22 +341918,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-manager?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMemberGroup", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgUserMemberGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -342014,22 +342016,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/getMemberGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmembergroups?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgUserMemberObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Get-MgUserMemberObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -342128,20 +342130,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/getMemberObjects", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-getmemberobjects?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Get-MgUserMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -342160,19 +342162,19 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -342207,34 +342209,34 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/memberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgUserMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgUserMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -342253,34 +342255,34 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/memberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgUserMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgUserMemberOfAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgUserMemberOfAsDirectoryRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgUserMemberOfAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -342299,34 +342301,34 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/memberOf/directoryRole", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgUserMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgUserMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgUserMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgUserMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -342345,20 +342347,20 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/memberOf/group", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-memberof?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgUserMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -342393,20 +342395,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/memberOf/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -342425,20 +342427,20 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/memberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMemberOfCountAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -342457,20 +342459,20 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/memberOf/directoryRole/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMemberOfCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -342489,20 +342491,20 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/memberOf/group/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMessage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -342529,19 +342531,19 @@ "IsLeastPrivilege": false } ], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgUserMessage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -342576,64 +342578,64 @@ "IsLeastPrivilege": false } ], + "Module": "Mail", "Uri": "/users/{user-id}/messages", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgUserMessageAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgUserMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgUserMessageAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "GET", + "Command": "Get-MgUserMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/attachments", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "Get-MgUserMessageAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMessageAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMessageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMessageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -342660,20 +342662,20 @@ "IsLeastPrivilege": false } ], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMessageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMessageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.ReadBasic", @@ -342708,20 +342710,20 @@ "IsLeastPrivilege": false } ], + "Module": "Mail", "Uri": "/users/{user-id}/messages/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMessageDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "GET", + "Command": "Get-MgUserMessageDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -342748,78 +342750,78 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/messages/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Get-MgUserMessageExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserMessageExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgUserMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/extensions", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgUserMessageExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserMessageExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOauth2PermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgUserOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgUserOauth2PermissionGrant", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "GET", + "Command": "Get-MgUserOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -342838,20 +342840,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-oauth2permissiongrants?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Get-MgUserOauth2PermissionGrantCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOauth2PermissionGrantCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -342870,20 +342872,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/oauth2PermissionGrants/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnenoteNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "GET", + "Command": "Get-MgUserOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -342926,188 +342928,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Get-MgUserOnenoteNotebook", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphNotebook", - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/onenote/notebooks", - "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgUserOnenoteNotebookCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedPersonal", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/onenote/notebooks/$count", - "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, + "Method": "GET", + "Command": "Get-MgUserOnenoteNotebook", "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgUserOnenoteNotebookFromWebUrl", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Permissions": [ - { - "Name": "Notes.Create", - "Description": "Create your OneNote notebooks", - "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "Notes.ReadWrite.All", - "Description": "Read and write all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.ReadWrite", - "Description": "Read and write your OneNote notebooks", - "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read.All", - "Description": "Read all OneNote notebooks that you can access", - "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "Notes.Read", - "Description": "Read your OneNote notebooks", - "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", - "Module": "Users.Actions", "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" - }, - { - "Command": "Get-MgUserOnenoteNotebookSection", - "Variants": [ - "List" - ], - "OutputType": "IMicrosoftGraphOnenoteSection", "Permissions": [ { "Name": "Notes.Create", @@ -343150,19 +342983,188 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks", "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphNotebook" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserOnenoteNotebookCount", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/$count", + "ApiReferenceLink": null, + "OutputType": null + }, + { + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], + "Method": "POST", + "Command": "Get-MgUserOnenoteNotebookFromWebUrl", + "ApiVersion": "v1.0", "CommandAlias": null, + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Module": "Users.Actions", + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getnotebookfromweburl?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphCopyNotebookModel" + }, + { + "Variants": [ + "List" + ], + "Method": "GET", + "Command": "Get-MgUserOnenoteNotebookSection", "ApiVersion": "v1.0", - "Method": "GET" + "CommandAlias": null, + "Permissions": [ + { + "Name": "Notes.Create", + "Description": "Create your OneNote notebooks", + "FullDescription": "Allows the app to view the titles of your OneNote notebooks and sections and to create new pages, notebooks, and sections on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": true + }, + { + "Name": "Notes.ReadWrite.All", + "Description": "Read and write all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read, share, and modify all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read.All", + "Description": "Read all OneNote notebooks that you can access", + "FullDescription": "Allows the app to read all the OneNote notebooks that you have access to.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.ReadWrite", + "Description": "Read and write your OneNote notebooks", + "FullDescription": "Allows the app to read, share, and modify OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + }, + { + "Name": "Notes.Read", + "Description": "Read your OneNote notebooks", + "FullDescription": "Allows the app to read OneNote notebooks on your behalf.", + "IsAdmin": false, + "PermissionType": "DelegatedPersonal", + "IsLeastPrivilege": false + } + ], + "Module": "Notes", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "ApiReferenceLink": null, + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgUserOnenoteNotebookSectionGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgUserOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -343205,20 +343207,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgUserOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "GET", + "Command": "Get-MgUserOnenoteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -343261,35 +343263,35 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Get-MgUserOnenoteOperationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnenoteOperationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/operations/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgUserOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -343324,19 +343326,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgUserOnenotePage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgUserOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -343371,20 +343373,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgUserOnenotePageContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -343419,20 +343421,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnenotePageCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnenotePageCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -343467,20 +343469,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/pages/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnenoteRecentNotebook", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphRecentNotebook", + "Method": "GET", + "Command": "Get-MgUserOnenoteRecentNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -343523,35 +343525,35 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/notebook-getrecentnotebooks?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphRecentNotebook" }, { - "Command": "Get-MgUserOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "GET", + "Command": "Get-MgUserOnenoteResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Get-MgUserOnenoteResourceContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnenoteResourceContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -343586,35 +343588,35 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnenoteResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnenoteResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/resources/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnenoteSection", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgUserOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -343657,19 +343659,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgUserOnenoteSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgUserOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -343712,20 +343714,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgUserOnenoteSectionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -343768,20 +343770,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sections/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnenoteSectionGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -343824,20 +343826,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgUserOnenoteSectionGroup", "Variants": [ "List", "List1" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -343880,22 +343882,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Get-MgUserOnenoteSectionGroupCount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionGroupCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -343938,19 +343940,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sectionGroups/$count", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnenoteSectionGroupSection", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -343993,19 +343995,19 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Get-MgUserOnenoteSectionPage", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "GET", + "Command": "Get-MgUserOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Read", @@ -344040,20 +344042,20 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Get-MgUserOnlineMeeting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", + "Command": "Get-MgUserOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -344088,19 +344090,19 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Get-MgUserOnlineMeeting", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "GET", + "Command": "Get-MgUserOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -344135,123 +344137,123 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Get-MgUserOnlineMeetingAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgUserOnlineMeetingAttendanceReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendanceReportCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnlineMeetingAttendeeReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnlineMeetingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.Read", @@ -344286,183 +344288,183 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnlineMeetingRecording", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingRecording", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Get-MgUserOnlineMeetingRecording", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingRecording", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Get-MgUserOnlineMeetingRecordingContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingRecordingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnlineMeetingRecordingCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingRecordingCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnlineMeetingRecordingDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingRecordingDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/delta", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Get-MgUserOnlineMeetingTranscript", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscript", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgUserOnlineMeetingTranscript", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscript", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgUserOnlineMeetingTranscriptContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscriptContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnlineMeetingTranscriptCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscriptCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/$count", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnlineMeetingTranscriptDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscriptDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/delta", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOnlineMeetingVirtualAppointmentJoinWebUrl", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "VirtualAppointment.Read", @@ -344513,78 +344515,78 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-getvirtualappointmentjoinweburl?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOutlookMasterCategory", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "GET", + "Command": "Get-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookCategory" }, { - "Command": "Get-MgUserOutlookMasterCategory", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "GET", + "Command": "Get-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/outlook/masterCategories", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOutlookCategory" }, { - "Command": "Get-MgUserOutlookMasterCategoryCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOutlookMasterCategoryCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/outlook/masterCategories/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOwnedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserOwnedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserOwnedDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserOwnedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -344627,107 +344629,107 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/ownedDevices", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgUserOwnedDeviceAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgUserOwnedDeviceAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedDevices/device", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgUserOwnedDeviceAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgUserOwnedDeviceAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedDevices/endpoint", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgUserOwnedDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -344770,79 +344772,79 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/ownedDevices/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceCountAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOwnedDeviceCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceCountAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedDevices/device/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOwnedDeviceCountAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedDevices/endpoint/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOwnedObject", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserOwnedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserOwnedObject", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserOwnedObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -344885,107 +344887,107 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/ownedObjects", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserOwnedObjectAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgUserOwnedObjectAsApplication", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedObjects/application", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Get-MgUserOwnedObjectAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgUserOwnedObjectAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedObjects/group", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgUserOwnedObjectAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgUserOwnedObjectAsServicePrincipal", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "GET", + "Command": "Get-MgUserOwnedObjectAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Get-MgUserOwnedObjectCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOwnedObjectCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -345028,79 +345030,79 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/ownedObjects/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOwnedObjectCountAsApplication", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOwnedObjectCountAsApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedObjects/application/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOwnedObjectCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOwnedObjectCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedObjects/group/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserOwnedObjectCountAsServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/ownedObjects/servicePrincipal/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserPerson", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPerson", + "Method": "GET", + "Command": "Get-MgUserPerson", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "People", "Uri": "/users/{user-id}/people/{person-id}", "ApiReferenceLink": null, - "Module": "People", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPerson" }, { - "Command": "Get-MgUserPerson", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPerson", + "Method": "GET", + "Command": "Get-MgUserPerson", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "People.Read", @@ -345119,20 +345121,20 @@ "IsLeastPrivilege": false } ], + "Module": "People", "Uri": "/users/{user-id}/people", "ApiReferenceLink": null, - "Module": "People", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPerson" }, { - "Command": "Get-MgUserPersonCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserPersonCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "People.Read", @@ -345151,22 +345153,22 @@ "IsLeastPrivilege": false } ], + "Module": "People", "Uri": "/users/{user-id}/people/$count", "ApiReferenceLink": null, - "Module": "People", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserPhoto", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgUserPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -345209,19 +345211,19 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/photo", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgUserPhoto", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "GET", + "Command": "Get-MgUserPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -345264,22 +345266,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/photos", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Get-MgUserPhotoContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -345322,20 +345324,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserPlanner", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPlannerUser", + "Method": "GET", + "Command": "Get-MgUserPlanner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345378,19 +345380,19 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/users/{user-id}/planner", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerUser" }, { - "Command": "Get-MgUserPlannerPlan", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "GET", + "Command": "Get-MgUserPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345425,19 +345427,19 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/users/{user-id}/planner/plans", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Get-MgUserPlannerTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "GET", + "Command": "Get-MgUserPlannerTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -345488,20 +345490,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/users/{user-id}/planner/tasks", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Get-MgUserPresence", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "GET", + "Command": "Get-MgUserPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.Read", @@ -345528,34 +345530,34 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/presence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "Get-MgUserRegisteredDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserRegisteredDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserRegisteredDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserRegisteredDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -345598,107 +345600,107 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/registeredDevices", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Get-MgUserRegisteredDeviceAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgUserRegisteredDeviceAsDevice", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/registeredDevices/device", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgUserRegisteredDeviceAsEndpoint", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/registeredDevices/endpoint", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Get-MgUserRegisteredDeviceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -345741,79 +345743,79 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/registeredDevices/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceCountAsAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserRegisteredDeviceCountAsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceCountAsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/registeredDevices/device/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserRegisteredDeviceCountAsEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/registeredDevices/endpoint/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserScopedRoleMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgUserScopedRoleMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "GET", + "Command": "Get-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -345832,20 +345834,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/users/{user-id}/scopedRoleMemberOf", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Get-MgUserScopedRoleMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserScopedRoleMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.Read.All", @@ -345864,20 +345866,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/users/{user-id}/scopedRoleMemberOf/$count", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserSetting", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserSettings", + "Method": "GET", + "Command": "Get-MgUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -345896,20 +345898,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserSettings" }, { - "Command": "Get-MgUserSettingItemInsight", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Method": "GET", + "Command": "Get-MgUserSettingItemInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -345928,20 +345930,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserInsightsSettings" }, { - "Command": "Get-MgUserSettingShiftPreference", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphShiftPreferences", + "Method": "GET", + "Command": "Get-MgUserSettingShiftPreference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -345976,35 +345978,35 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-get?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphShiftPreferences" }, { - "Command": "Get-MgUserSettingStorage", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserStorage", + "Method": "GET", + "Command": "Get-MgUserSettingStorage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserStorage" }, { - "Command": "Get-MgUserSettingStorageQuota", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Method": "GET", + "Command": "Get-MgUserSettingStorageQuota", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -346039,20 +346041,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedStorageQuota" }, { - "Command": "Get-MgUserSettingStorageQuotaService", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "GET", + "Command": "Get-MgUserSettingStorageQuotaService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -346087,19 +346089,19 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" }, { - "Command": "Get-MgUserSettingStorageQuotaService", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "GET", + "Command": "Get-MgUserSettingStorageQuotaService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -346134,20 +346136,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/settings/storage/quota/services", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" }, { - "Command": "Get-MgUserSettingStorageQuotaServiceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserSettingStorageQuotaServiceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -346182,122 +346184,162 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/settings/storage/quota/services/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserSettingWindows", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "GET", + "Command": "Get-MgUserSettingWindows", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsSetting" }, { - "Command": "Get-MgUserSettingWindows", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "GET", + "Command": "Get-MgUserSettingWindows", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/windows", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsSetting" }, { - "Command": "Get-MgUserSettingWindowsCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserSettingWindowsCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/windows/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserSettingWindowsInstance", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "GET", + "Command": "Get-MgUserSettingWindowsInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsSettingInstance" }, { - "Command": "Get-MgUserSettingWindowsInstance", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "GET", + "Command": "Get-MgUserSettingWindowsInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphWindowsSettingInstance" }, { - "Command": "Get-MgUserSettingWindowsInstanceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserSettingWindowsInstanceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserSponsor", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserSponsor", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/sponsors/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserSponsor", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserSponsor", + "ApiVersion": "v1.0", + "CommandAlias": null, + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": true + }, + { + "Name": "User.ReadWrite.All", + "Description": "Read and write all users' full profiles", + "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + }, + { + "Name": "User.Read.All", + "Description": "Read all users' full profiles", + "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", + "IsAdmin": true, + "PermissionType": "DelegatedWork", + "IsLeastPrivilege": false + } + ], + "Module": "Users", + "Uri": "/users/{user-id}/sponsors", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0", + "OutputType": "IMicrosoftGraphDirectoryObject" + }, + { + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Command": "Get-MgUserSponsorCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -346324,60 +346366,20 @@ "IsLeastPrivilege": false } ], - "Uri": "/users/{user-id}/sponsors", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-sponsors?view=graph-rest-1.0", "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" - }, - { - "Command": "Get-MgUserSponsorCount", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "OutputType": null, - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": true - }, - { - "Name": "User.ReadWrite.All", - "Description": "Read and write all users' full profiles", - "FullDescription": "Allows the app to read and write the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - }, - { - "Name": "User.Read.All", - "Description": "Read all users' full profiles", - "FullDescription": "Allows the app to read the full set of profile properties, reports, and managers of other users in your organization, on your behalf.", - "IsAdmin": true, - "PermissionType": "DelegatedWork", - "IsLeastPrivilege": false - } - ], "Uri": "/users/{user-id}/sponsors/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTeamwork", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserTeamwork", + "Method": "GET", + "Command": "Get-MgUserTeamwork", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserTeamwork.Read", @@ -346396,36 +346398,36 @@ "IsLeastPrivilege": true } ], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserTeamwork" }, { - "Command": "Get-MgUserTeamworkAssociatedTeam", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "GET", + "Command": "Get-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" }, { - "Command": "Get-MgUserTeamworkAssociatedTeam", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "GET", + "Command": "Get-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -346452,20 +346454,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/associatedTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" }, { - "Command": "Get-MgUserTeamworkAssociatedTeamCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTeamworkAssociatedTeamCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.ReadBasic.All", @@ -346492,20 +346494,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/associatedTeams/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTeamworkInstalledApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -346628,19 +346630,19 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-get-installedapps?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" }, { - "Command": "Get-MgUserTeamworkInstalledApp", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -346763,20 +346765,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-list-installedapps?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" }, { - "Command": "Get-MgUserTeamworkInstalledAppChat", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledAppChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -346851,20 +346853,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userscopeteamsappinstallation-get-chat?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Get-MgUserTeamworkInstalledAppCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledAppCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadForUser", @@ -346987,50 +346989,50 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/installedApps/$count", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTeamworkInstalledAppTeamApp", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledAppTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsApp", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "GET", + "Command": "Get-MgUserTeamworkInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/teamsAppDefinition", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Get-MgUserTodoList", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", + "Command": "Get-MgUserTodoList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347065,19 +347067,19 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "Command": "Get-MgUserTodoList", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", + "Command": "Get-MgUserTodoList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347112,20 +347114,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "Command": "Get-MgUserTodoListCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTodoListCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347160,20 +347162,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTodoListDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "GET", + "Command": "Get-MgUserTodoListDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -347200,64 +347202,64 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/todo/lists/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotasklist-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "Command": "Get-MgUserTodoListExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTodoListExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTodoListExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgUserTodoListExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgUserTodoListExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTodoListExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTodoTask", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", + "Command": "Get-MgUserTodoTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347292,19 +347294,19 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTodoTask" }, { - "Command": "Get-MgUserTodoTask", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", + "Command": "Get-MgUserTodoTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347339,20 +347341,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTodoTask" }, { - "Command": "Get-MgUserTodoTaskAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347387,19 +347389,19 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachmentBase" }, { - "Command": "Get-MgUserTodoTaskAttachment", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347434,20 +347436,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachmentBase" }, { - "Command": "Get-MgUserTodoTaskAttachmentContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347482,20 +347484,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTodoTaskAttachmentCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347530,79 +347532,79 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTodoTaskAttachmentSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachmentSession" }, { - "Command": "Get-MgUserTodoTaskAttachmentSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttachmentSession" }, { - "Command": "Get-MgUserTodoTaskAttachmentSessionContent", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentSessionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTodoTaskAttachmentSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTodoTaskAttachmentSessionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTodoTaskChecklistItem", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "GET", + "Command": "Get-MgUserTodoTaskChecklistItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347637,19 +347639,19 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChecklistItem" }, { - "Command": "Get-MgUserTodoTaskChecklistItem", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "GET", + "Command": "Get-MgUserTodoTaskChecklistItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347684,20 +347686,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphChecklistItem" }, { - "Command": "Get-MgUserTodoTaskChecklistItemCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTodoTaskChecklistItemCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347732,20 +347734,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTodoTaskCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTodoTaskCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347780,20 +347782,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTodoTaskDelta", "Variants": [ "Delta", "DeltaViaIdentity" ], - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "GET", + "Command": "Get-MgUserTodoTaskDelta", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347828,64 +347830,64 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/todotask-delta?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTodoTask" }, { - "Command": "Get-MgUserTodoTaskExtension", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTodoTaskExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTodoTaskExtension", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphExtension", + "Method": "GET", + "Command": "Get-MgUserTodoTaskExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphExtension" }, { - "Command": "Get-MgUserTodoTaskExtensionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTodoTaskExtensionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTodoTaskLinkedResource", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "GET", + "Command": "Get-MgUserTodoTaskLinkedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347920,19 +347922,19 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "Command": "Get-MgUserTodoTaskLinkedResource", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "GET", + "Command": "Get-MgUserTodoTaskLinkedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -347967,20 +347969,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "Command": "Get-MgUserTodoTaskLinkedResourceCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTodoTaskLinkedResourceCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -348015,34 +348017,34 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTransitiveMemberOf", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserTransitiveMemberOf", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -348093,107 +348095,107 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/transitiveMemberOf", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-list-transitivememberof?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/directoryRole", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Get-MgUserTransitiveMemberOfAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgUserTransitiveMemberOfAsGroup", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/transitiveMemberOf/group", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Get-MgUserTransitiveMemberOfCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -348244,1203 +348246,1203 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/transitiveMemberOf/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfCountAsAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfCountAsDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/transitiveMemberOf/directoryRole/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgUserTransitiveMemberOfCountAsGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/transitiveMemberOf/group/$count", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEvent", "Variants": [ "Get1", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "GET", + "Command": "Get-MgVirtualEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEvent" }, { - "Command": "Get-MgVirtualEvent", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "GET", + "Command": "Get-MgVirtualEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEvent" }, { - "Command": "Get-MgVirtualEventCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgVirtualEventPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgVirtualEventPresenter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgVirtualEventPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgVirtualEventPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventPresenterCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgVirtualEventSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgVirtualEventSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgVirtualEventSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgVirtualEventSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgVirtualEventSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgVirtualEventSessionAttendanceReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgVirtualEventSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventSessionAttendanceReportAttendanceRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventSessionAttendanceReportCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventSessionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventTownhall", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "GET", + "Command": "Get-MgVirtualEventTownhall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "Command": "Get-MgVirtualEventTownhall", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "GET", + "Command": "Get-MgVirtualEventTownhall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "Command": "Get-MgVirtualEventTownhallCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventTownhallPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgVirtualEventTownhallPresenter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-presenters?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgVirtualEventTownhallPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallPresenterCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventTownhallSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgVirtualEventTownhallSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallSessionAttendanceReportCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventTownhallSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventTownhallSessionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventWebinar", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "Command": "Get-MgVirtualEventWebinar", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-list-webinars?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "Command": "Get-MgVirtualEventWebinarByUserIdAndRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarByUserIdAndRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/getByUserIdAndRole(userId='{userId}',role='{role}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuseridandrole?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "Command": "Get-MgVirtualEventWebinarByUserRole", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarByUserRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/getByUserRole(role='{role}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-getbyuserrole?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "Command": "Get-MgVirtualEventWebinarCount", "Variants": [ "Get" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventWebinarPresenter", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgVirtualEventWebinarPresenter", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Get-MgVirtualEventWebinarPresenterCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarPresenterCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventWebinarRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgVirtualEventWebinarRegistration", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgVirtualEventWebinarRegistrationByEmail", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistrationByEmail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgVirtualEventWebinarRegistrationByUserId", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistrationByUserId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Get-MgVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistrationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinarregistrationconfiguration-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration" }, { - "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" }, { - "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-list-questions?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" }, { - "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistrationConfigurationQuestionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventWebinarRegistrationCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistrationCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventWebinarRegistrationSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistrationSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgVirtualEventWebinarRegistrationSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistrationSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistration-list-sessions?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgVirtualEventWebinarRegistrationSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarRegistrationSessionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventWebinarSession", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsession-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgVirtualEventWebinarSession", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-list-sessions?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-get?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingattendancereport-list?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "List" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecordCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionAttendanceReportCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Get-MgVirtualEventWebinarSessionCount", "Variants": [ "Get", "GetViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Get-MgVirtualEventWebinarSessionCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/$count", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Grant-MgBetaDriveItemListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaDriveListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaDriveListPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaDriveRootListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaGroupDriveItemListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaGroupDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaGroupDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaGroupDriveListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaGroupDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaGroupDriveListPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaGroupDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaGroupDriveRootListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaGroupDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaGroupDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaGroupSiteListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaGroupSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaGroupSiteListPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaGroupSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaGroupSitePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaGroupSitePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaShareListPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaShareListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaSharePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaSharePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -349467,260 +349469,260 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/permission/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaSiteListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaSiteListPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaSitePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaSitePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaUserDriveItemListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaUserDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaUserDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaUserDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaUserDriveListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaUserDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaUserDriveListPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaUserDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaUserDriveRootListItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaUserDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgBetaUserDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgBetaUserDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgGroupDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgGroupDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgGroupDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgGroupDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgGroupSitePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgGroupSitePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgSharePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgSharePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -349747,426 +349749,426 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/permission/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgSitePermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgSitePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgUserDriveItemPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgUserDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Grant-MgUserDriveRootPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Grant-MgUserDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-grant?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Hide-MgBetaChatForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Hide-MgBetaChatForUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/hideForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Hide-MgBetaUserChatForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Hide-MgBetaUserChatForUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Hide-MgChatForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Hide-MgChatForUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/hideForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Hide-MgUserChatForUser", "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Hide-MgUserChatForUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-hideforuser?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", + "Method": "POST", + "Command": "Import-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult" }, { - "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", "Variants": [ "Import", "ImportExpanded" ], - "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", + "Method": "POST", + "Command": "Import-MgBetaDeviceManagementImportedDeviceIdentityList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult" }, { - "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Import", "ImportExpanded" ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST", + "Command": "Import-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", "Variants": [ "Import", "ImportViaIdentity" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", + "Command": "Import-MgBetaDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementIntent" }, { - "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", "Variants": [ "Import" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", + "Command": "Import-MgBetaDeviceManagementTemplateOffice365DeviceConfigurationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementIntent" }, { - "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "Import-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "Import-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "Import-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "Import-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "Import-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "Import-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Import", "ImportExpanded" ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST", + "Command": "Import-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-import?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "Command": "Initialize-MgBackupRestoreProtectionPolicy", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "POST", + "Command": "Initialize-MgBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "Command": "Initialize-MgBackupRestoreServiceApp", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "POST", + "Command": "Initialize-MgBackupRestoreServiceApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceApp" }, { - "Command": "Initialize-MgBackupRestoreSession", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Method": "POST", + "Command": "Initialize-MgBackupRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "Command": "Initialize-MgBetaBackupRestoreProtectionPolicy", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "POST", + "Command": "Initialize-MgBetaBackupRestoreProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "Command": "Initialize-MgBetaBackupRestoreServiceApp", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "POST", + "Command": "Initialize-MgBetaBackupRestoreServiceApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceApp" }, { - "Command": "Initialize-MgBetaBackupRestoreSession", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Method": "POST", + "Command": "Initialize-MgBetaBackupRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -350185,22 +350187,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-activate?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgBetaDeviceManagementComanagedDeviceEsim", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -350219,22 +350221,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgBetaDeviceManagementManagedDeviceEsim", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -350253,20 +350255,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Initialize-MgBetaEducationClassAssignment", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Initialize-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -350285,84 +350287,84 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Initialize-MgBetaEducationMeAssignment", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Initialize-MgBetaEducationMeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Initialize-MgBetaEducationUserAssignment", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Initialize-MgBetaEducationUserAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -350381,37 +350383,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Initialize-MgBetaUserManagedDeviceEsim", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgBetaUserManagedDeviceEsim", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Initialize-MgEducationClassAssignment", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Initialize-MgEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -350430,84 +350432,84 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Initialize-MgEducationMeAssignment", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Initialize-MgEducationMeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Initialize-MgEducationUserAssignment", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Initialize-MgEducationUserAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-activate?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-activate?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Activate", "ActivateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -350526,22 +350528,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-activate?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAbortPrintPrinterJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAbortPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -350568,190 +350570,190 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAbortPrintShareJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAbortPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAcceptGroupCalendarEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAcceptGroupEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/events/{event-id}/accept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAcceptGroupEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptGroupEventTentatively", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "Variants": [ "Accept", "AcceptViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAcceptUserEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptUserEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/accept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAcceptUserEventInstance", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptUserEventInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAcceptUserEventInstanceTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptUserEventInstanceTentatively", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAcceptUserEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAcceptUserEventTentatively", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAnswerCommunicationCall", "Variants": [ "Answer", "AnswerExpanded", "AnswerViaIdentity", "AnswerViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgAnswerCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -350770,37 +350772,37 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/answer", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgArchiveServiceAnnouncementMessage", "Variants": [ "Archive", "ArchiveExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgArchiveServiceAnnouncementMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgArchiveTeam", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgArchiveTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -350835,71 +350837,71 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgArchiveTeamChannel", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgArchiveTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgArchiveTeamPrimaryChannel", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgArchiveTeamPrimaryChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgArchiveTeamworkDeletedTeamChannel", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgArchiveTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", "Variants": [ "As", "AsViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -350918,19 +350920,19 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", "Variants": [ "Available" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -350949,19 +350951,19 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations/availableProviderTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgAvailableIdentityProviderType", "Variants": [ "Available" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgAvailableIdentityProviderType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -350980,37 +350982,37 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/identityProviders/availableProviderTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", "Variants": [ "Begin", "BeginViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -351029,22 +351031,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-beginonboarding?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAbortPrintPrinterJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAbortPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -351071,282 +351073,282 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/abort", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAbortPrintPrinterShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/abort", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAbortPrintShareJob", "Variants": [ "Abort", "AbortExpanded", "AbortViaIdentity", "AbortViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAbortPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/abort", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-abort?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAcceptGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAcceptGroupCalendarEventTentatively", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAcceptGroupEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAcceptGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/events/{event-id}/accept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAcceptGroupEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAcceptGroupEventTentatively", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", "Variants": [ "Accept", "AcceptViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", "Variants": [ "Accept", "AcceptViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAcceptUserEvent", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/accept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAcceptUserEventInstance", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-accept?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserEventInstanceTentatively", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAcceptUserEventTentatively", "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserEventTentatively", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-tentativelyaccept?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", "Variants": [ "Accept", "AcceptViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAcceptUserPendingAccessReviewInstanceRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-acceptrecommendations?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Account", "AccountViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAccountDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", "Variants": [ "Allow", "AllowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceNextEnrollment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", "Variants": [ "Allow", "AllowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAllowDeviceManagementWindowsAutopilotDeviceIdentityNextEnrollment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/allowNextEnrollment", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAnswerCommunicationCall", "Variants": [ "Answer", "AnswerExpanded", "AnswerViaIdentity", "AnswerViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaAnswerCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -351365,20 +351367,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/answer", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-answer?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", "Variants": [ "App", "AppViaIdentity" ], - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Method": "GET", + "Command": "Invoke-MgBetaAppDeviceManagementComanagedDeviceDiagnostic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351397,20 +351399,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata" }, { - "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", "Variants": [ "App", "AppViaIdentity" ], - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Method": "GET", + "Command": "Invoke-MgBetaAppDeviceManagementManagedDeviceDiagnostic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -351429,54 +351431,54 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata" }, { - "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", "Variants": [ "App", "AppViaIdentity" ], - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Method": "GET", + "Command": "Invoke-MgBetaAppUserManagedDeviceDiagnostic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata" }, { - "Command": "Invoke-MgBetaArchiveGroupPlannerPlan", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaArchiveGroupPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaArchivePlannerPlan", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaArchivePlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -351495,37 +351497,37 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Planner", "Uri": "/planner/plans/{plannerPlan-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", "Variants": [ "Archive", "ArchiveExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaArchiveServiceAnnouncementMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-archive?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaArchiveTeam", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaArchiveTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -351560,88 +351562,88 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-archive?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaArchiveTeamChannel", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaArchiveTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaArchiveTeamPrimaryChannel", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaArchiveTeamPrimaryChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaArchiveTeamworkDeletedTeamChannel", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaArchiveTeamworkDeletedTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-archive?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaArchiveUserPlannerPlan", "Variants": [ "Archive", "ArchiveExpanded", "ArchiveViaIdentity", "ArchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaArchiveUserPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/archive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-archive?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", "Variants": [ "As", "AsViaIdentity" ], - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "GET", + "Command": "Invoke-MgBetaAsComplianceEdiscoveryCaseTagHierarchy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -351660,20 +351662,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", "Variants": [ "As", "AsViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "GET", + "Command": "Invoke-MgBetaAsSecurityCaseEdiscoveryCaseTagHierarchy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -351692,95 +351694,95 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-ashierarchy?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionInheritPermissionFromPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementCloudPcRoleDefinitionPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionInheritPermissionFromPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionInheritPermissionFromPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementDirectoryRoleDefinitionPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.Read.Directory", @@ -351807,109 +351809,109 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFromPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementEnterpriseAppRoleDefinitionPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFromPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionInheritPermissionFromPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "GET", + "Command": "Invoke-MgBetaAssignedRoleManagementExchangeRoleDefinitionPrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-assignedprincipals?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", "Variants": [ "Available" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaAvailableDirectoryFederationConfigurationProviderType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -351928,19 +351930,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations/availableProviderTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaAvailableIdentityProviderType", "Variants": [ "Available" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaAvailableIdentityProviderType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IdentityProvider.Read.All", @@ -351959,71 +351961,71 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/identityProviders/availableProviderTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-availableprovidertypes?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaBatchUserPendingAccessReviewInstanceRecordDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-batchrecorddecisions?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", "Variants": [ "Begin", "BeginViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -352042,359 +352044,359 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionDecrypt", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBufferGroupSiteInformationProtectionEncrypt", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBufferEncryptionResult" }, { - "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", "Variants": [ "Buffer", "BufferExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaBufferInformationProtectionDecrypt", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/decryptBuffer", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", "Variants": [ "Buffer", "BufferExpanded" ], - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBufferInformationProtectionEncrypt", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/encryptBuffer", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBufferEncryptionResult" }, { - "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaBufferSiteInformationProtectionDecrypt", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBufferSiteInformationProtectionEncrypt", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBufferEncryptionResult" }, { - "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaBufferUserInformationProtectionDecrypt", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/informationProtection/decryptBuffer", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBufferEncryptionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBufferUserInformationProtectionEncrypt", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/informationProtection/encryptBuffer", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBufferEncryptionResult" }, { - "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", "Variants": [ "Bulk", "BulkExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" }, { - "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", "Variants": [ "Bulk", "BulkExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" }, { - "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", "Variants": [ "Bulk", "BulkExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBulkDeviceManagementVirtualEndpointCloudPcResize", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" }, { - "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" }, { - "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBulkReprovisionDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" }, { - "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBulkReprovisionUserManagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkreprovisioncloudpc?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" }, { - "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBulkRestoreDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" }, { - "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBulkRestoreDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" }, { - "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBulkRestoreUserManagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulkrestorecloudpc?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" }, { - "Command": "Invoke-MgBetaBulkUserCloudPcResize", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBulkUserCloudPcResize", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/bulkResize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-bulkresize?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult" }, { - "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaBulkUserManagedDeviceSetCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-bulksetcloudpcreviewstatus?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult" }, { - "Command": "Invoke-MgBetaCalendarGroupCalendar", "Variants": [ "Calendar", "CalendarViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaCalendarGroupCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaCalendarUserCalendarAllowedCalendarSharingRoles", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaCheckinDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCheckinDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -352421,105 +352423,105 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCheckinDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCheckinDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCheckinGroupDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCheckinGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCheckinGroupDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCheckinGroupDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCheckinUserDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCheckinUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCheckinUserDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCheckinUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCheckoutDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCheckoutDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -352546,431 +352548,431 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCheckoutDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCheckoutDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCheckoutGroupDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCheckoutGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCheckoutGroupDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCheckoutUserDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCheckoutUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCheckoutUserDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCheckoutUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCleanDeviceManagementComanagedDeviceWindowsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCleanDeviceManagementManagedDeviceWindowsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCleanUserManagedDeviceWindowsDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", + "Command": "Invoke-MgBetaClockTeamScheduleTimeCardIn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockin?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", + "Command": "Invoke-MgBetaClockTeamScheduleTimeCardOut", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-clockout?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "Invoke-MgBetaCommentSecurityAlert", "Variants": [ "Comment", "CommentViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaCommentSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/alerts_v2/{alert-id}/comments/$count", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", "Variants": [ "Consent", "ConsentViaIdentity" ], - "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "POST", + "Command": "Invoke-MgBetaConsentDeviceManagementDataSharingConsentToDataSharing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDataSharingConsent" }, { - "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", "Variants": [ "Create1", "CreateExpanded1" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", + "Command": "Invoke-MgBetaCreateOrGetCommunicationOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/createOrGet", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", + "Command": "Invoke-MgBetaCreateOrGetUserOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -352989,20 +352991,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/onlineMeetings/createOrGet", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Invoke-MgBetaCreationUserAuthenticationFido2MethodOption", "Variants": [ "Creation", "CreationViaIdentity" ], - "OutputType": "IMicrosoftGraphWebauthnCredentialCreationOptions", + "Method": "GET", + "Command": "Invoke-MgBetaCreationUserAuthenticationFido2MethodOption", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.Read", @@ -353037,34 +353039,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/authentication/fido2Methods/creationOptions(challengeTimeoutInMinutes=@challengeTimeoutInMinutes)", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-creationoptions?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphWebauthnCredentialCreationOptions" }, { - "Command": "Invoke-MgBetaCrossNetworkAccessReportTenantAccessReport", "Variants": [ "Cross", "CrossViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccess", + "Method": "GET", + "Command": "Invoke-MgBetaCrossNetworkAccessReportTenantAccessReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports/crossTenantAccessReport(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccess" }, { - "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", "Variants": [ "Custom" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaCustomDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -353099,20 +353101,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaDeactivateEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -353131,150 +353133,150 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaDeactivateEducationMeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaDeactivateEducationUserAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "POST", + "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "POST", + "Command": "Invoke-MgBetaDeactivateSolutionBackupRestoreServiceApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceApp" }, { - "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDeclineGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDeclineGroupEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDeclineGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/events/{event-id}/decline", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDeclineUserEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDeclineUserEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/decline", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDeclineUserEventInstance", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDeclineUserEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDeprovisionDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -353293,22 +353295,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDeprovisionDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -353327,241 +353329,241 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDeprovisionUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", "Variants": [ "Access", "AccessExpanded", "AccessViaIdentity", "AccessViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", "Variants": [ "Access1", "AccessExpanded1", "AccessViaIdentity1", "AccessViaIdentityExpanded1" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", + "Command": "Invoke-MgBetaDismissDirectoryImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Invoke-MgBetaDismissDirectoryRecommendation", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", + "Command": "Invoke-MgBetaDismissDirectoryRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/dismiss", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-dismiss?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRecommendation" }, { - "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", + "Command": "Invoke-MgBetaDismissDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/dismiss", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-dismiss?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDismissGroupCalendarEventReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDismissGroupEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDismissGroupEventReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", "Variants": [ "Dismiss", "DismissExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDismissRiskyServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/dismiss", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDismissRiskyUser", "Variants": [ "Dismiss", "DismissExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDismissRiskyUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers/dismiss", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyusers-dismiss?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDismissUserEventInstanceReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDismissUserEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDismissUserEventReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDownDeviceManagementComanagedDeviceShut", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDownDeviceManagementManagedDeviceShut", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", "Variants": [ "Download" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -353580,20 +353582,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", "Variants": [ "Download", "DownloadExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDownloadDeviceManagementComanagedDeviceAppDiagnostic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -353612,20 +353614,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", "Variants": [ "Download", "DownloadExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDownloadDeviceManagementManagedDeviceAppDiagnostic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -353644,52 +353646,52 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", "Variants": [ "Download", "DownloadExpanded", "DownloadViaIdentity", "DownloadViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDownloadUserManagedDeviceAppDiagnostic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaDownUserManagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaDownUserManagedDeviceShut", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEnrollDeviceManagementComanagedDeviceNowAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -353708,20 +353710,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEnrollDeviceManagementManagedDeviceNowAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -353740,182 +353742,182 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", "Variants": [ "Enroll", "EnrollViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEnrollUserManagedDeviceNowAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceExclusionAssetGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaEnrollWuDeploymentAudienceMemberAssetGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAsset", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAsset", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceExclusionAssetGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAsset", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAsset", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesPolicyAudienceMemberAssetById", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaEnrollWuPolicyAudienceMemberAssetGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", "Variants": [ "Enroll", "EnrollExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAsset", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAsset", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", "Variants": [ "Enroll", "EnrollExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEnrollWindowsUpdatesUpdatableAssetById", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaEnrollWuUpdatableAssetGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEntityNetworkAccessReportSummary", "Variants": [ "Entities", "EntitiesViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessEntitiesSummary", + "Method": "GET", + "Command": "Invoke-MgBetaEntityNetworkAccessReportSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports/entitiesSummaries(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-reports-entitiessummaries?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessEntitiesSummary" }, { - "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", "Variants": [ "Estimate", "EstimateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -353934,20 +353936,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-estimatestatistics?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", "Variants": [ "Estimate", "EstimateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -353966,20 +353968,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaExcuseEducationClassAssignmentSubmission", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgBetaExcuseEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -353998,50 +354000,50 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgBetaExcuseEducationMeAssignmentSubmission", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgBetaExcuseEducationMeAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgBetaExcuseEducationUserAssignmentSubmission", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgBetaExcuseEducationUserAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", "Variants": [ "Execute", "ExecuteExpanded" ], - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaExecuteDeviceManagementComanagedDeviceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -354068,20 +354070,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/executeAction", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult" }, { - "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", "Variants": [ "Execute", "ExecuteExpanded" ], - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaExecuteDeviceManagementManagedDeviceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -354108,54 +354110,54 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/executeAction", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult" }, { - "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBulkDriverActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaExecuteDeviceManagementWindowsDriverUpdateProfileAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBulkDriverActionResult" }, { - "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", + "Method": "POST", + "Command": "Invoke-MgBetaExecuteUserManagedDeviceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/executeAction", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult" }, { - "Command": "Invoke-MgBetaExperienceDeviceManagement", "Variants": [ "Experience", "Experience1" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", + "Method": "GET", + "Command": "Invoke-MgBetaExperienceDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -354174,20 +354176,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary" }, { - "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaExtractDriveItemSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read.All", @@ -354222,82 +354224,82 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaExtractDriveRootSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaExtractGroupDriveItemSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaExtractGroupDriveRootSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Method": "POST", + "Command": "Invoke-MgBetaExtractGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" }, { - "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", "Variants": [ "Extract", "ExtractExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Method": "POST", + "Command": "Invoke-MgBetaExtractInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -354316,101 +354318,101 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy/labels/extractLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" }, { - "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", "Variants": [ "Extract", "ExtractExpanded" ], - "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Method": "POST", + "Command": "Invoke-MgBetaExtractSecurityInformationProtectionSensitivityLabelContentLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityContentLabel" }, { - "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Method": "POST", + "Command": "Invoke-MgBetaExtractSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" }, { - "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaExtractUserDriveItemSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaExtractUserDriveRootSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", + "Method": "POST", + "Command": "Invoke-MgBetaExtractUserInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-extractlabel?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel" }, { - "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityContentLabel", + "Method": "POST", + "Command": "Invoke-MgBetaExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -354429,50 +354431,50 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-extractcontentlabel?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityContentLabel" }, { - "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", "Variants": [ "Favorite", "FavoriteExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaFavoriteServiceAnnouncementMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/favorite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", + "Command": "Invoke-MgBetaFilterApplicationSynchronizationJobSchemaOperator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFilterOperatorSchema" }, { - "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", + "Command": "Invoke-MgBetaFilterApplicationSynchronizationTemplateSchemaOperator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -354491,20 +354493,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFilterOperatorSchema" }, { - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -354523,35 +354525,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -354570,20 +354572,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAccessPackageByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -354602,20 +354604,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterEntitlementManagementAssignmentRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -354634,80 +354636,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -354726,20 +354728,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -354758,20 +354760,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -354790,20 +354792,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -354822,20 +354824,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -354854,20 +354856,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -354886,20 +354888,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -354918,65 +354920,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionApprovalByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePermissionManagementScheduledPermissionRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -354995,20 +354997,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -355027,20 +355029,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -355059,20 +355061,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -355091,20 +355093,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -355123,20 +355125,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -355155,35 +355157,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -355226,20 +355228,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -355282,20 +355284,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -355330,20 +355332,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -355386,20 +355388,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -355442,20 +355444,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -355498,230 +355500,230 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentApprovalByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEnterpriseAppRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", + "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationJobSchemaOperator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -355740,20 +355742,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFilterOperatorSchema" }, { - "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", + "Command": "Invoke-MgBetaFilterServicePrincipalSynchronizationTemplateSchemaOperator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -355772,170 +355774,170 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphFilterOperatorSchema" }, { - "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterByCurrentUser?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", + "Command": "Invoke-MgBetaFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Invoke-MgBetaFilterUserApprovalByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-list-decisions?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", + "Command": "Invoke-MgBetaFilterUserPendingAccessReviewInstanceStageByCurrentUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Invoke-MgBetaFinancialCompanyJournal", "Variants": [ "Post", "PostViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaFinancialCompanyJournal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", "Variants": [ "Post", "PostViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaFinancialCompanyPurchaseInvoice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", "Variants": [ "Post", "PostViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaFinancialCompanySaleInvoiceAndSend", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", "Variants": [ "Post", "PostViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaFinancialCompanySalesInvoice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaFollowDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgBetaFollowDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -355986,131 +355988,131 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgBetaFollowDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgBetaFollowDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgBetaFollowGroupDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgBetaFollowGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgBetaFollowGroupDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgBetaFollowGroupDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgBetaFollowUserDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgBetaFollowUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgBetaFollowUserDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgBetaFollowUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgBetaForceDomainDelete", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaForceDomainDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/forceDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaForwardGroupCalendarEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupConversationThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -356129,56 +356131,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupConversationThreadPostInReplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaForwardGroupEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/events/{event-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaForwardGroupThreadPost", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -356197,137 +356199,137 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaForwardGroupThreadPostInReplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaForwardUserEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaForwardUserEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaForwardUserEventInstance", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaForwardUserEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaForwardUserMailFolderChildFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaForwardUserMailFolderMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaForwardUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaForwardUserMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaForwardUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", + "Command": "Invoke-MgBetaFunctionApplicationSynchronizationJobSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" }, { - "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", + "Command": "Invoke-MgBetaFunctionApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -356346,20 +356348,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" }, { - "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", + "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -356378,20 +356380,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" }, { - "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", + "Command": "Invoke-MgBetaFunctionServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -356410,37 +356412,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" }, { - "Command": "Invoke-MgBetaGraphChat", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaGraphChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/unhideForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaGraphDeviceManagement", "Variants": [ "Graph", "GraphViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaGraphDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -356475,90 +356477,87 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", "Variants": [ "Graph", "GraphViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaGraphDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaGraphDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgBetaGraphDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/sharedWithMe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgBetaGraphGroup", "Variants": [ "Graph", "GraphViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaGraphGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/unsubscribeByMail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaGraphGroupDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgBetaGraphGroupDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Graph", "GraphViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory", + "Method": "GET", + "Command": "Invoke-MgBetaGraphIdentityGovernanceLifecycleWorkflowInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory" }, { - "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", "Variants": [ "Graph", "Graph1", @@ -356567,333 +356566,336 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Method": "GET", + "Command": "Invoke-MgBetaGraphReportAuthenticationMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary" }, { - "Command": "Invoke-MgBetaGraphUserChat", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaGraphUserChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaGraphUserDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgBetaGraphUserDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceExclusion", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceExclusion", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceExclusion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaGraphWindowsUpdatesDeploymentAudienceMember", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaGraphWuDeploymentAudienceMember", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceExclusion", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceExclusion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaGraphWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaGraphWuPolicyAudienceMember", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", "Variants": [ "Graph", "GraphExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaGraphWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaGraphWuUpdatableAsset", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaGraphWuUpdatableAsset", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementAndroidManagedAppProtectionPayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementiOSLobAppProvisioningConfigurationPayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementiOSManagedAppProtectionPayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementMdmWindowsInformationProtectionPolicyPayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementMobileAppPayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceAppManagementTargetedManagedAppConfigurationPayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementDeviceCompliancePolicyPayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementDeviceConfigurationPayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementScriptPayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", "Variants": [ "Link", "LinkExpanded" ], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementWindowsAutopilotDeploymentProfilePayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", "Variants": [ "Has" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaHasDeviceManagementZebraFotaConnectorActiveDeployment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", "Variants": [ "Link", "LinkExpanded", "LinkViaIdentity", "LinkViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", + "Method": "POST", + "Command": "Invoke-MgBetaHasUserDeviceEnrollmentConfigurationPayloadLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem" }, { - "Command": "Invoke-MgBetaHaveTeamChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaHaveTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -356912,65 +356914,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaHaveTeamPrimaryChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaHaveTeamworkDeletedTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceAttestation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateDeviceAttestation", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -356989,22 +356991,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -357023,35 +357025,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceAttestation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateDeviceAttestation", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -357070,22 +357072,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -357104,69 +357106,69 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaInitiateUserManagedDeviceAttestation", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaInitiateUserManagedDeviceAttestation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateDeviceAttestation", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", "Variants": [ "Initiate", "InitiateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaInitiateUserManagedDeviceOnDemandProactiveRemediation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaInstantiateApplicationTemplate", "Variants": [ "Instantiate", "InstantiateExpanded", "InstantiateViaIdentity", "InstantiateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "Method": "POST", + "Command": "Invoke-MgBetaInstantiateApplicationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -357193,20 +357195,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApplicationServicePrincipal" }, { - "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", "Variants": [ "Invalidate", "InvalidateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaInvalidateAllUserRefreshToken", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaInvalidateUserRefreshToken", "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -357233,39 +357235,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/invalidateAllRefreshTokens", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-invalidateallrefreshtokens?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": "Invoke-MgBetaInvalidateUserRefreshToken", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Method": "POST", + "Command": "Invoke-MgBetaInviteCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInviteParticipantsOperation" }, { - "Command": "Invoke-MgBetaInviteDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgBetaInviteDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -357292,104 +357294,104 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Invoke-MgBetaInviteDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgBetaInviteDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Invoke-MgBetaInviteGroupDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgBetaInviteGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Invoke-MgBetaInviteGroupDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgBetaInviteGroupDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Invoke-MgBetaInviteUserDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgBetaInviteUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Invoke-MgBetaInviteUserDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgBetaInviteUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", "Variants": [ "Are" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -357424,20 +357426,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaKeepCommunicationCallAlive", "Variants": [ "Keep", "KeepViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaKeepCommunicationCallAlive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -357456,20 +357458,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/keepAlive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaLicenseUser", "Variants": [ "License", "LicenseViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "POST", + "Command": "Invoke-MgBetaLicenseUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -357488,279 +357490,279 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/reprocessLicenseAssignment", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", "Variants": [ "Log", "LogExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaLogCommunicationCallTeleconferenceDeviceQuality", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/logTeleconferenceDeviceQuality", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaLogoutUserManagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaMarkChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaMarkChatReadForUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/markChatReadForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaMarkChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaMarkChatUnreadForUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/markChatUnreadForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", "Variants": [ "Mark", "MarkExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageRead", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/markRead", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", "Variants": [ "Mark", "MarkExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaMarkServiceAnnouncementMessageUnread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/markUnread", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaMarkUserChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserChatReadForUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserChatUnreadForUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsJunk", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMailFolderChildFolderMessageAsNotJunk", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsJunk", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMailFolderMessageAsNotJunk", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Invoke-MgBetaMarkUserMessageAsJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMessageAsJunk", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasjunk?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Invoke-MgBetaMarkUserMessageAsNotJunk", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-markasnotjunk?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Invoke-MgBetaMessageChat", "Variants": [ "Message" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Invoke-MgBetaMessageChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -357827,19 +357829,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/allMessages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Invoke-MgBetaMessageTeam", "Variants": [ "Message" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Invoke-MgBetaMessageTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.Read.Group", @@ -357914,20 +357916,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/allMessages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Invoke-MgBetaMessageTeamChannel", "Variants": [ "Message", "MessageViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Invoke-MgBetaMessageTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.Read.Group", @@ -358002,35 +358004,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/allMessages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", "Variants": [ "Message", "MessageViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Invoke-MgBetaMessageTeamworkDeletedTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Invoke-MgBetaMessageUserChat", "Variants": [ "Message", "MessageViaIdentity" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "GET", + "Command": "Invoke-MgBetaMessageUserChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadBasic", @@ -358113,22 +358115,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/chats/allMessages", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", "Variants": [ "Mute1", "MuteExpanded1", "MuteViaIdentity1", "MuteViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMuteParticipantsOperation", + "Method": "POST", + "Command": "Invoke-MgBetaMuteAllCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -358147,22 +358149,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/muteAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-muteall?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMuteParticipantsOperation" }, { - "Command": "Invoke-MgBetaMuteCommunicationCall", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Method": "POST", + "Command": "Invoke-MgBetaMuteCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -358181,22 +358183,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/mute", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMuteParticipantOperation" }, { - "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Method": "POST", + "Command": "Invoke-MgBetaMuteCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -358215,149 +358217,149 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMuteParticipantOperation" }, { - "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", "Variants": [ "My" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "GET", + "Command": "Invoke-MgBetaMyPrivilegedRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/my", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", "Variants": [ "My" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "GET", + "Command": "Invoke-MgBetaMyPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/my", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" }, { - "Command": "Invoke-MgBetaOnboardNetworkAccess", "Variants": [ "Onboard" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaOnboardNetworkAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/onboard", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaOverrideDeviceManagementComanagedDeviceComplianceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaOverrideDeviceManagementManagedDeviceComplianceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaOverrideUserManagedDeviceComplianceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", + "Command": "Invoke-MgBetaParseApplicationSynchronizationJobSchemaExpression", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphParseExpressionResponse" }, { - "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", + "Command": "Invoke-MgBetaParseApplicationSynchronizationTemplateSchemaExpression", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphParseExpressionResponse" }, { - "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", + "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationJobSchemaExpression", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -358376,22 +358378,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphParseExpressionResponse" }, { - "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", + "Command": "Invoke-MgBetaParseServicePrincipalSynchronizationTemplateSchemaExpression", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -358410,20 +358412,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphParseExpressionResponse" }, { - "Command": "Invoke-MgBetaPendingUserApp", "Variants": [ "Pending", "PendingViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "Method": "GET", + "Command": "Invoke-MgBetaPendingUserApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -358442,20 +358444,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState" }, { - "Command": "Invoke-MgBetaPinEducationClassModule", "Variants": [ "Pin", "PinViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", + "Command": "Invoke-MgBetaPinEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -358474,22 +358476,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlayPromptOperation", + "Method": "POST", + "Command": "Invoke-MgBetaPlayCommunicationCallPrompt", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -358508,124 +358510,124 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/playPrompt", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlayPromptOperation" }, { - "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaPlayDeviceManagementComanagedDeviceLostModeSound", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaPlayDeviceManagementManagedDeviceLostModeSound", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaPlayUserManagedDeviceLostModeSound", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", + "Command": "Invoke-MgBetaPostponeDirectoryImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", + "Command": "Invoke-MgBetaPostponeDirectoryRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/postpone", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-postpone?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRecommendation" }, { - "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", + "Command": "Invoke-MgBetaPostponeDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/postpone", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-postpone?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Invoke-MgBetaPreviewDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgBetaPreviewDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -358676,255 +358678,255 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "Command": "Invoke-MgBetaPreviewDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgBetaPreviewDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/preview", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "Command": "Invoke-MgBetaPreviewGroupDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgBetaPreviewGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "Command": "Invoke-MgBetaPreviewGroupDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgBetaPreviewGroupDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "Command": "Invoke-MgBetaPreviewGroupOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgBetaPreviewGroupOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenoteNotebookSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgBetaPreviewSiteOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgBetaPreviewSiteOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgBetaPreviewUserDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgBetaPreviewUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "Command": "Invoke-MgBetaPreviewUserDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgBetaPreviewUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "Command": "Invoke-MgBetaPreviewUserOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgBetaPreviewUserOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgBetaPromoteDomain", "Variants": [ "Promote", "PromoteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaPromoteDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/promote", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaPromoteDomainToInitial", "Variants": [ "Promote", "PromoteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaPromoteDomainToInitial", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/promoteToInitial", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", "Variants": [ "Query", "QueryExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "POST", + "Command": "Invoke-MgBetaQueryDeviceManagementResourceAccessProfileByPlatformType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" }, { - "Command": "Invoke-MgBetaQuerySearch", "Variants": [ "Query", "QueryExpanded" ], - "OutputType": "IMicrosoftGraphSearchResponse", + "Method": "POST", + "Command": "Invoke-MgBetaQuerySearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -358999,65 +359001,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/query", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSearchResponse" }, { - "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", + "Command": "Invoke-MgBetaReactivateDirectoryImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", + "Command": "Invoke-MgBetaReactivateDirectoryRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/reactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/recommendation-reactivate?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRecommendation" }, { - "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", + "Command": "Invoke-MgBetaReactivateDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}/reactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/impactedresource-reactivate?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgBetaReassignEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -359084,507 +359086,507 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgBetaReassignEducationMeAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgBetaReassignEducationUserAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeGroupDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeGroupDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeGroupDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeGroupSiteListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReauthorizeShareListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeShareListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeSiteListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReauthorizeSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ChangeNotifications", "Uri": "/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.ChangeNotifications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeUserDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeUserDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReauthorizeUserDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRecentDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgBetaRecentDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/recent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgBetaRecentGroupDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgBetaRecentGroupDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/recent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgBetaRecentUserActivity", "Variants": [ "Recent", "RecentViaIdentity" ], - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", + "Command": "Invoke-MgBetaRecentUserActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/activities/recent", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserActivity" }, { - "Command": "Invoke-MgBetaRecentUserDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgBetaRecentUserDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/recent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgBetaRecordCommunicationCall", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRecordOperation", + "Method": "POST", + "Command": "Invoke-MgBetaRecordCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/record", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRecordOperation" }, { - "Command": "Invoke-MgBetaRecordCommunicationCallResponse", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRecordOperation", + "Method": "POST", + "Command": "Invoke-MgBetaRecordCommunicationCallResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/recordResponse", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRecordOperation" }, { - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", "Variants": [ "Record", "RecordExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRecordIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/recordAllDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRecordUserPendingAccessReviewInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-recordalldecisions?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRedirectCommunicationCall", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRedirectCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/redirect", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRedirectPrintPrinterJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", + "Command": "Invoke-MgBetaRedirectPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", + "Command": "Invoke-MgBetaRedirectPrintPrinterShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/redirect", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Invoke-MgBetaRedirectPrintShareJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", + "Command": "Invoke-MgBetaRedirectPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReenableDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -359603,20 +359605,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReenableDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -359635,54 +359637,54 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReenableUserManagedDevice", "Variants": [ "Reenable", "ReenableViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReenableUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRejectCommunicationCall", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRejectCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/reject", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRejectDeviceManagementOperationApprovalRequest", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRejectDeviceManagementOperationApprovalRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -359701,230 +359703,230 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/reject", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Remediate", "RemediateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRemediateIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail", "Variants": [ "Remediate", "RemediateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRemediateSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/collaboration/analyzedEmails/remediate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-analyzedemail-remediate?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSPkgAppContentVersionFileUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewGroup", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -359943,20 +359945,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/renew", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", "Variants": [ "Renew", "RenewExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRenewGroupLifecyclePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -359975,20 +359977,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groupLifecyclePolicies/renewGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-renewgroup?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", "Variants": [ "Reopen", "ReopenViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReopenComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -360007,20 +360009,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-reopen?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", "Variants": [ "Reopen", "ReopenViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReopenSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -360039,107 +360041,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReorderDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", "Variants": [ "Reorder", "ReorderExpanded", "ReorderViaIdentity", "ReorderViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReorderDeviceManagementReusablePolicySettingReferencingConfigurationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/referencingConfigurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReplyAllUserMailFolderChildFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReplyAllUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReplyAllUserMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReplyAllUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/replyAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReplyGroupConversationThread", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupConversationThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -360158,22 +360160,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupConversationThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -360192,39 +360194,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupConversationThreadPostInReplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReplyGroupThread", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -360243,22 +360245,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReplyGroupThreadPost", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -360277,362 +360279,362 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReplyGroupThreadPostInReplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReplyUserMailFolderChildFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReplyUserMailFolderMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReplyUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReplyUserMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReplyUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/reply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReportNetworkAccessReportDestination", "Variants": [ "Report", "ReportViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessDestination", + "Method": "GET", + "Command": "Invoke-MgBetaReportNetworkAccessReportDestination", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports/destinationReport(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessDestination" }, { - "Command": "Invoke-MgBetaReportNetworkAccessReportDevice", "Variants": [ "Report", "ReportViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessDevice", + "Method": "GET", + "Command": "Invoke-MgBetaReportNetworkAccessReportDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports/deviceReport(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessDevice" }, { - "Command": "Invoke-MgBetaReportNetworkAccessReportUser", "Variants": [ "Report", "ReportViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessUser", + "Method": "GET", + "Command": "Invoke-MgBetaReportNetworkAccessReportUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports/userReport(startDateTime={startDateTime},endDateTime={endDateTime},discoveredApplicationSegmentId='@discoveredApplicationSegmentId')", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessUser" }, { - "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", "Variants": [ "Report", "ReportViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaReportServiceAnnouncementHealthOverviewIssueIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", "Variants": [ "Report", "ReportViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaReportServiceAnnouncementIssueIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Cloud", "CloudViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReprovisionDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", "Variants": [ "Cloud", "CloudViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReprovisionDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReprovisionDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReprovisionUserCloudPc", "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReprovisionUserCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reprovision?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", "Variants": [ "Cloud", "CloudViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReprovisionUserManagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-reprovisioncloudpc?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRetireDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRetireDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRetireUserManagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRetireUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRetryContactServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRetryContactServiceProvisioning", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/orgcontact-retryserviceprovisioning?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", "Variants": [ "Retry", "RetryViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRetryGroupServiceProvisioning", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/retryServiceProvisioning", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", "Variants": [ "Retry", "RetryViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRetryUserCloudPcPartnerAgentInstallation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-retrypartneragentinstallation?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRetryUserServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRetryUserServiceProvisioning", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/retryServiceProvisioning", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgBetaReturnEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -360651,65 +360653,65 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgBetaReturnEducationMeAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgBetaReturnEducationUserAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Reupload", "ReuploadViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaReuploadDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-reupload?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceBitLockerKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -360728,35 +360730,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceFileVaultKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", "Variants": [ "Rotate", "RotateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementComanagedDeviceLocalAdminPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -360775,20 +360777,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceBitLockerKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -360807,35 +360809,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceFileVaultKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", "Variants": [ "Rotate", "RotateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRotateDeviceManagementManagedDeviceLocalAdminPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -360854,132 +360856,132 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRotateUserManagedDeviceBitLockerKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", "Variants": [ "Rotate", "RotateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRotateUserManagedDeviceFileVaultKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", "Variants": [ "Rotate", "RotateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaRotateUserManagedDeviceLocalAdminPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaScanDeviceManagementComanagedDeviceWindowsDefender", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaScanDeviceManagementManagedDeviceWindowsDefender", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaScanUserManagedDeviceWindowsDefender", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaScheduleDeviceManagementDeviceCompliancePolicyActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", "Variants": [ "Schedule" ], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -360998,19 +361000,19 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase" }, { - "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", "Variants": [ "Schedule" ], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -361029,223 +361031,223 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase" }, { - "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", "Variants": [ "Schedule", "ScheduleViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase" }, { - "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", "Variants": [ "Schedule", "ScheduleViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementEnterpriseAppRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase" }, { - "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", "Variants": [ "Schedule" ], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase", + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-rolescheduleinstances?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase" }, { - "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", "Variants": [ "Schedule" ], - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase", + "Method": "GET", + "Command": "Invoke-MgBetaScheduleRoleManagementEntitlementManagementRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-roleschedules?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase" }, { - "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoActivate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedApprovalRoleInfoDeactivate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleActivate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoActivate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleAssignmentRoleInfoDeactivate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", "Variants": [ "Self", "SelfViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "Invoke-MgBetaSelfPrivilegedRoleDeactivate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", "Variants": [ "Share", "ShareViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaShareTeamSchedule", "Variants": [ "Share", "ShareExpanded", "ShareViaIdentity", "ShareViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaShareTeamSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -361264,336 +361266,336 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/share", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST", + "Command": "Invoke-MgBetaSignGroupSiteInformationProtectionDigest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSigningResult" }, { - "Command": "Invoke-MgBetaSignInformationProtectionDigest", "Variants": [ "Sign", "SignExpanded" ], - "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST", + "Command": "Invoke-MgBetaSignInformationProtectionDigest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/signDigest", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSigningResult" }, { - "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST", + "Command": "Invoke-MgBetaSignSiteInformationProtectionDigest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/informationProtection/signDigest", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSigningResult" }, { - "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSigningResult", + "Method": "POST", + "Command": "Invoke-MgBetaSignUserInformationProtectionDigest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/informationProtection/signDigest", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSigningResult" }, { - "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSnoozeGroupCalendarEventReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSnoozeGroupEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSnoozeGroupEventReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSnoozeUserEventInstanceReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSnoozeUserEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSnoozeUserEventReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSoftChatMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSoftChatMessageDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSoftChatMessageReplyDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamChannelMessageDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamChannelMessageReplyDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamPrimaryChannelMessageReplyDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSoftTeamworkDeletedTeamChannelMessageReplyDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSoftUserChatMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSoftUserChatMessageDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSoftUserChatMessageReplyDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Method": "POST", + "Command": "Invoke-MgBetaSubscribeCommunicationCallToTone", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/subscribeToTone", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscribeToToneOperation" }, { - "Command": "Invoke-MgBetaSubscribeGroupByMail", "Variants": [ "Subscribe", "SubscribeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaSubscribeGroupByMail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/subscribeByMail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET", + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -361628,20 +361630,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "GET", + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -361660,20 +361662,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" }, { - "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "GET", + "Command": "Invoke-MgBetaSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -361692,20 +361694,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Functions", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" }, { - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", "Variants": [ "Summary", "SummaryViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "Method": "GET", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -361724,20 +361726,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary" }, { - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "Summary", "SummaryViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Method": "GET", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -361756,50 +361758,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" }, { - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "Summary", "SummaryViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Method": "GET", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary" }, { - "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ "Summary", "SummaryViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Method": "GET", + "Command": "Invoke-MgBetaSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" }, { - "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", "Variants": [ "Supported", "SupportedViaIdentity" ], - "OutputType": "IMicrosoftGraphLocaleInfo", + "Method": "GET", + "Command": "Invoke-MgBetaSupportedUserOutlookLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -361826,39 +361828,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/outlook/supportedLanguages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphLocaleInfo" }, { - "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", "Variants": [ "Tag", "TagExpanded", "TagViaIdentity", "TagViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "POST", + "Command": "Invoke-MgBetaTagTenantRelationshipManagedTenantTagUnassign", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/unassignTag", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-unassigntag?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" }, { - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppPolicyApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -361877,22 +361879,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -361911,22 +361913,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -361945,39 +361947,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaTargetDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -361996,20 +361998,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", "Variants": [ "Tenant", "TenantExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Method": "POST", + "Command": "Invoke-MgBetaTenantRelationshipManagedTenantGroupSearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ManagedTenants.Read.All", @@ -362028,35 +362030,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/tenantRelationships/managedTenants/tenantGroups/tenantSearch", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" }, { - "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", "Variants": [ "Tenant", "TenantViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "POST", + "Command": "Invoke-MgBetaTenantRelationshipManagedTenantOffboard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/offboardTenant", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-offboardtenant?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsTenant" }, { - "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", "Variants": [ "Terminate", "TerminateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaTerminateDeviceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -362075,22 +362077,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaTimeUserOutlook", "Variants": [ "Time", "Time1", "TimeViaIdentity", "TimeViaIdentity1" ], - "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Method": "GET", + "Command": "Invoke-MgBetaTimeUserOutlook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -362117,67 +362119,67 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/outlook/supportedTimeZones", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeZoneInformation" }, { - "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", "Variants": [ "Top", "TopViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary", + "Method": "GET", + "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights/topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary" }, { - "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", "Variants": [ "Top", "TopViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary", + "Method": "GET", + "Command": "Invoke-MgBetaTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights/topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary" }, { - "Command": "Invoke-MgBetaTransactionNetworkAccessReportSummary", "Variants": [ "Transaction", "TransactionViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessTransactionSummary", + "Method": "GET", + "Command": "Invoke-MgBetaTransactionNetworkAccessReportSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports/transactionSummaries(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-reports-transactionsummaries?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessTransactionSummary" }, { - "Command": "Invoke-MgBetaTranslateUserExchangeId", "Variants": [ "Translate", "TranslateExpanded", "TranslateViaIdentity", "TranslateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConvertIdResult", + "Method": "POST", + "Command": "Invoke-MgBetaTranslateUserExchangeId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -362220,69 +362222,69 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/translateExchangeIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConvertIdResult" }, { - "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaTroubleshootDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaTroubleshootUserCloudPc", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaTroubleshootUserCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnarchiveGroupPlannerPlan", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveGroupPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnarchivePlannerPlan", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnarchivePlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -362301,35 +362303,35 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Planner", "Uri": "/planner/plans/{plannerPlan-id}/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", "Variants": [ "Unarchive", "UnarchiveExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveServiceAnnouncementMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnarchiveTeam", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -362364,97 +362366,97 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnarchiveTeamChannel", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnarchiveTeamPrimaryChannel", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveTeamPrimaryChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveTeamworkDeletedTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnarchiveUserPlannerPlan", "Variants": [ "Unarchive", "UnarchiveExpanded", "UnarchiveViaIdentity", "UnarchiveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnarchiveUserPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-unarchive?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", "Variants": [ "Unassign", "UnassignViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserFromDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", "Variants": [ "Unassign", "UnassignViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -362473,204 +362475,204 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", "Variants": [ "Unbind" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidForWorkSettings/unbind", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Variants": [ "Unbind" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceExclusionAsset", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesPolicyAudienceMemberAsset", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaUnenrollWuPolicyAudienceMemberAsset", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", "Variants": [ "Unenroll", "UnenrollExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnenrollWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "CommandAlias": "Invoke-MgBetaUnenrollWuUpdatableAsset", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Invoke-MgBetaUnenrollWuUpdatableAsset", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnfavoriteServiceAnnouncementMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/unfavorite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-beta", - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnfollowDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnfollowDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/unfollow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnfollowGroupDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowGroupDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnfollowUserDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnfollowUserDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnfollowUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnmuteCommunicationCall", "Variants": [ "Unmute", "UnmuteExpanded", "UnmuteViaIdentity", "UnmuteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", + "Method": "POST", + "Command": "Invoke-MgBetaUnmuteCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -362689,20 +362691,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/unmute", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation" }, { - "Command": "Invoke-MgBetaUnpinEducationClassModule", "Variants": [ "Unpin", "UnpinViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", + "Command": "Invoke-MgBetaUnpinEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -362721,20 +362723,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgBetaUnsubmitEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -362761,129 +362763,129 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgBetaUnsubmitEducationMeAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgBetaUnsubmitEducationUserAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnsubscribeUserMailFolderChildFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnsubscribeUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUnsubscribeUserMessage", "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUnsubscribeUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-unsubscribe?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUploadDeviceManagementDepOnboardingSettingDepToken", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgBetaUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", "Variants": [ "Upload", "UploadViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgBetaUploadEducationSynchronizationProfileUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -362902,171 +362904,171 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-uploadurl?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", + "Command": "Invoke-MgBetaUploadIdentityApiConnectorClientCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", + "Command": "Invoke-MgBetaUploadIdentityB2XUserFlowApiConnectorConfigurationPreTokenIssuanceClientCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance/uploadClientCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "POST", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadcertificate?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTrustFrameworkKey" }, { - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "POST", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetPkcs12", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadpkcs12?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTrustFrameworkKey" }, { - "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "POST", + "Command": "Invoke-MgBetaUploadTrustFrameworkKeySetSecret", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-uploadsecret?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTrustFrameworkKey" }, { - "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Usage", "Usage1", "UsageViaIdentity", "UsageViaIdentity1" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Method": "GET", + "Command": "Invoke-MgBetaUsageIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" }, { - "Command": "Invoke-MgBetaUsageNetworkAccessReportProfiling", "Variants": [ "Usage", "UsageViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessUsageProfilingPoint", + "Method": "GET", + "Command": "Invoke-MgBetaUsageNetworkAccessReportProfiling", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports/usageProfiling(startDateTime={startDateTime},endDateTime={endDateTime},aggregatedBy='{aggregatedBy}',discoveredApplicationSegmentId='@discoveredApplicationSegmentId')", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessUsageProfilingPoint" }, { - "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", "Variants": [ "Usage", "UsageViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Method": "GET", + "Command": "Invoke-MgBetaUsagePolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -363093,99 +363095,99 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" }, { - "Command": "Invoke-MgBetaViewUserReminder", "Variants": [ "View", "ViewViaIdentity" ], - "OutputType": "IMicrosoftGraphReminder", + "Method": "GET", + "Command": "Invoke-MgBetaViewUserReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphReminder" }, { - "Command": "Invoke-MgBetaWebNetworkAccessReportCategoryReport", "Variants": [ "Web", "WebViaIdentity" ], - "OutputType": "IMicrosoftGraphNetworkaccessWebCategoriesSummary", + "Method": "GET", + "Command": "Invoke-MgBetaWebNetworkAccessReportCategoryReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports/webCategoryReport(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphNetworkaccessWebCategoriesSummary" }, { - "Command": "Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary", "Variants": [ "Workflows", "WorkflowsViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary", + "Method": "GET", + "Command": "Invoke-MgBetaWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary" }, { - "Command": "Invoke-MgCalendarGroupCalendar", "Variants": [ "Calendar", "CalendarViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgCalendarGroupCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgCheckinDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckinDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -363212,105 +363214,105 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCheckinDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckinDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCheckinGroupDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckinGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCheckinGroupDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckinGroupDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCheckinUserDriveItem", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckinUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCheckinUserDriveRoot", "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckinUserDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkin?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCheckoutDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckoutDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -363337,348 +363339,348 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCheckoutDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckoutDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCheckoutGroupDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckoutGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCheckoutGroupDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckoutGroupDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCheckoutUserDriveItem", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckoutUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCheckoutUserDriveRoot", "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCheckoutUserDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-checkout?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice", "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCleanUserManagedDeviceWindowsDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-cleanwindowsdevice?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCommentSecurityAlert", "Variants": [ "Comment", "CommentViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgCommentSecurityAlert", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/alerts_v2/{alert-id}/comments/$count", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", "Variants": [ "Commit", "CommitExpanded", "CommitViaIdentity", "CommitViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgCommitDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/commit", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", "Variants": [ "Create1", "CreateExpanded1" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", + "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/createOrGet", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", + "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -363697,20 +363699,20 @@ "IsLeastPrivilege": true } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/onlineMeetings/createOrGet", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onlinemeeting-createorget?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Invoke-MgDeactivateEducationClassAssignment", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Invoke-MgDeactivateEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -363729,252 +363731,252 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/deactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Invoke-MgDeactivateEducationMeAssignment", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Invoke-MgDeactivateEducationMeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/deactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Invoke-MgDeactivateEducationUserAssignment", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Invoke-MgDeactivateEducationUserAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/deactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-deactivate?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "POST", + "Command": "Invoke-MgDeactivateSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}/deactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "Command": "Invoke-MgDeactivateSolutionBackupRestoreServiceApp", "Variants": [ "Deactivate", "DeactivateViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "POST", + "Command": "Invoke-MgDeactivateSolutionBackupRestoreServiceApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}/deactivate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceApp" }, { - "Command": "Invoke-MgDeclineGroupCalendarEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeclineGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgDeclineGroupEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeclineGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/events/{event-id}/decline", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgDeclineUserEvent", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeclineUserEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/decline", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgDeclineUserEventInstance", "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDeclineUserEventInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-decline?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgDismissGroupCalendarEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDismissGroupCalendarEventReminder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgDismissGroupEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDismissGroupEventReminder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgDismissRiskyServicePrincipal", "Variants": [ "Dismiss", "DismissExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDismissRiskyServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/dismiss", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyserviceprincipal-dismiss?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgDismissRiskyUser", "Variants": [ "Dismiss", "DismissExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDismissRiskyUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers/dismiss", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/riskyuser-dismiss?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgDismissUserEventInstanceReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDismissUserEventInstanceReminder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgDismissUserEventReminder", "Variants": [ "Dismiss", "DismissViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDismissUserEventReminder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-dismissreminder?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", "Variants": [ "Download" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -363993,35 +363995,35 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Functions", "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-downloadapplepushnotificationcertificatesigningrequest?view=graph-rest-1.0", - "Module": "DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgDownUserManagedDeviceShut", "Variants": [ "Down", "DownViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgDownUserManagedDeviceShut", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-shutdown?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", "Variants": [ "Estimate", "EstimateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -364040,20 +364042,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-estimatestatistics?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgExcuseEducationClassAssignmentSubmission", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgExcuseEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -364072,49 +364074,49 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgExcuseEducationMeAssignmentSubmission", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgExcuseEducationMeAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgExcuseEducationUserAssignmentSubmission", "Variants": [ "Excuse", "ExcuseViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgExcuseEducationUserAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/excuse", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-excuse?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgExperienceDeviceManagement", "Variants": [ "Experience" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary", + "Method": "GET", + "Command": "Invoke-MgExperienceDeviceManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -364133,20 +364135,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Functions", "Uri": "/deviceManagement/userExperienceAnalyticsSummarizeWorkFromAnywhereDevices", "ApiReferenceLink": null, - "Module": "DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevicesSummary" }, { - "Command": "Invoke-MgExtractDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgExtractDriveItemSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read.All", @@ -364181,125 +364183,125 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "Command": "Invoke-MgExtractDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgExtractDriveRootSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", "Variants": [ "Extract", "ExtractViaIdentity" ], - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Method": "POST", + "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment" }, { - "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", "Variants": [ "Favorite", "FavoriteExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/favorite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-favorite?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", + "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphFilterOperatorSchema" }, { - "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", + "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -364318,20 +364320,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphFilterOperatorSchema" }, { - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -364350,20 +364352,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -364382,20 +364384,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -364414,20 +364416,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "GET", + "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -364446,20 +364448,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -364478,20 +364480,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -364510,20 +364512,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -364542,20 +364544,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -364574,20 +364576,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.Read.All", @@ -364606,20 +364608,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -364638,20 +364640,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appconsentrequest-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ConsentRequest.Read.All", @@ -364670,35 +364672,35 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userconsentrequest-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentApprovalByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approval-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -364717,20 +364719,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -364749,20 +364751,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.Read.AzureADGroup", @@ -364781,20 +364783,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -364813,20 +364815,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -364845,20 +364847,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.Read.AzureADGroup", @@ -364877,20 +364879,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -364933,20 +364935,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.Read.Directory", @@ -364989,20 +364991,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -365037,20 +365039,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -365093,20 +365095,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.Read.Directory", @@ -365149,20 +365151,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -365205,110 +365207,110 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedule-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedule-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityscheduleinstance-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "GET", + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-filterbycurrentuser?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", + "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -365327,20 +365329,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphFilterOperatorSchema" }, { - "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", "Variants": [ "Filter", "FilterViaIdentity" ], - "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Method": "GET", + "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -365359,20 +365361,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-filteroperators?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphFilterOperatorSchema" }, { - "Command": "Invoke-MgFollowDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgFollowDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -365423,131 +365425,131 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgFollowDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgFollowDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgFollowGroupDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgFollowGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgFollowGroupDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgFollowGroupDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgFollowUserDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgFollowUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgFollowUserDriveRoot", "Variants": [ "Follow", "FollowViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Invoke-MgFollowUserDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-follow?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgForceDomainDelete", "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForceDomainDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/forceDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-forcedelete?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgForwardGroupCalendarEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgForwardGroupConversationThreadPost", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardGroupConversationThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -365566,56 +365568,56 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgForwardGroupEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/events/{event-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgForwardGroupThreadPost", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardGroupThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -365634,137 +365636,137 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-forward?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgForwardUserEvent", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardUserEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgForwardUserEventInstance", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardUserEventInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-forward?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgForwardUserMailFolderMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgForwardUserMessage", "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgForwardUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/forward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-forward?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", + "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" }, { - "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", + "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -365783,20 +365785,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" }, { - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -365815,20 +365817,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" }, { - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Function", "FunctionViaIdentity" ], - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Method": "GET", + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -365847,92 +365849,89 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-functions?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema" }, { - "Command": "Invoke-MgGraphChat", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgGraphChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/unhideForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgGraphDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgGraphDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/sharedWithMe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgGraphGroup", "Variants": [ "Graph", "GraphViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgGraphGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/unsubscribeByMail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-unsubscribebymail?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgGraphGroupDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgGraphGroupDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgGraphIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Graph", "GraphViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory", + "Method": "GET", + "Command": "Invoke-MgGraphIdentityGovernanceLifecycleWorkflowInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedByCategory(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedbycategory?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsByCategory" }, { - "Command": "Invoke-MgGraphReportAuthenticationMethod", "Variants": [ "Graph", "Graph1", @@ -365941,54 +365940,57 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", + "Method": "GET", + "Command": "Invoke-MgGraphReportAuthenticationMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodsroot-usersregisteredbyfeature?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary" }, { - "Command": "Invoke-MgGraphUserChat", "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgGraphUserChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-unhideforuser?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgGraphUserDrive", "Variants": [ "Graph", "GraphViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgGraphUserDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-sharedwithme?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgHaveTeamChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgHaveTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.Read.All", @@ -366007,52 +366009,52 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgHaveTeamPrimaryChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgHaveTeamPrimaryChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", "Variants": [ "Have", "HaveViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-doesuserhaveaccess?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgInstantiateApplicationTemplate", "Variants": [ "Instantiate", "InstantiateExpanded", "InstantiateViaIdentity", "InstantiateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "Method": "POST", + "Command": "Invoke-MgInstantiateApplicationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -366079,39 +366081,39 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/applicationtemplate-instantiate?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphApplicationServicePrincipal" }, { - "Command": "Invoke-MgInviteCommunicationCallParticipant", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInviteParticipantsOperation", + "Method": "POST", + "Command": "Invoke-MgInviteCommunicationCallParticipant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphInviteParticipantsOperation" }, { - "Command": "Invoke-MgInviteDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgInviteDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -366138,105 +366140,105 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Invoke-MgInviteDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgInviteDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Invoke-MgInviteGroupDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgInviteGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Invoke-MgInviteGroupDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgInviteGroupDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Invoke-MgInviteUserDriveItem", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgInviteUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Invoke-MgInviteUserDriveRoot", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Invoke-MgInviteUserDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-invite?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Invoke-MgKeepCommunicationCallAlive", "Variants": [ "Keep", "KeepViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgKeepCommunicationCallAlive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -366255,20 +366257,20 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/keepAlive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-keepalive?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgLicenseUser", "Variants": [ "License", "LicenseViaIdentity" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "POST", + "Command": "Invoke-MgLicenseUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -366287,165 +366289,165 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/reprocessLicenseAssignment", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reprocesslicenseassignment?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", "Variants": [ "Log", "LogExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/logTeleconferenceDeviceQuality", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-logteleconferencedevicequality?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", "Variants": [ "Logout", "LogoutViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-logoutsharedappledeviceactiveuser?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgMarkChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgMarkChatReadForUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/markChatReadForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgMarkChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgMarkChatUnreadForUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/markChatUnreadForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", "Variants": [ "Mark", "MarkExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/markRead", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markread?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", "Variants": [ "Mark", "MarkExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/markUnread", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-markunread?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgMarkUserChatReadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgMarkUserChatReadForUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatreadforuser?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgMarkUserChatUnreadForUser", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgMarkUserChatUnreadForUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-markchatunreadforuser?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgMuteCommunicationCall", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Method": "POST", + "Command": "Invoke-MgMuteCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -366464,22 +366466,22 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/mute", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-mute?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMuteParticipantOperation" }, { - "Command": "Invoke-MgMuteCommunicationCallParticipant", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMuteParticipantOperation", + "Method": "POST", + "Command": "Invoke-MgMuteCommunicationCallParticipant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -366498,56 +366500,56 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-mute?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMuteParticipantOperation" }, { - "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", + "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphParseExpressionResponse" }, { - "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", + "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphParseExpressionResponse" }, { - "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", + "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -366566,22 +366568,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphParseExpressionResponse" }, { - "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphParseExpressionResponse", + "Method": "POST", + "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -366600,20 +366602,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-parseexpression?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphParseExpressionResponse" }, { - "Command": "Invoke-MgPinEducationClassModule", "Variants": [ "Pin", "PinViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", + "Command": "Invoke-MgPinEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -366632,22 +366634,22 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/pin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-pin?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "Invoke-MgPlayCommunicationCallPrompt", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlayPromptOperation", + "Method": "POST", + "Command": "Invoke-MgPlayCommunicationCallPrompt", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -366666,22 +366668,22 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/playPrompt", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-playprompt?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlayPromptOperation" }, { - "Command": "Invoke-MgPreviewDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgPreviewDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.Read", @@ -366732,225 +366734,225 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "Command": "Invoke-MgPreviewDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgPreviewDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/preview", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "Command": "Invoke-MgPreviewGroupDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgPreviewGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "Command": "Invoke-MgPreviewGroupDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgPreviewGroupDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "Command": "Invoke-MgPreviewGroupOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgPreviewGroupOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenoteNotebookSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgPreviewSiteOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgPreviewSiteOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgPreviewUserDriveItem", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgPreviewUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "Command": "Invoke-MgPreviewUserDriveRoot", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Method": "POST", + "Command": "Invoke-MgPreviewUserDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPreviewInfo" }, { - "Command": "Invoke-MgPreviewUserOnenotePage", "Variants": [ "Preview", "PreviewViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePagePreview", + "Method": "GET", + "Command": "Invoke-MgPreviewUserOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphOnenotePagePreview" }, { - "Command": "Invoke-MgPromoteDomain", "Variants": [ "Promote", "PromoteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgPromoteDomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/promote", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgQuerySearch", "Variants": [ "Query", "QueryExpanded" ], - "OutputType": "IMicrosoftGraphSearchResponse", + "Method": "POST", + "Command": "Invoke-MgQuerySearch", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Mail.Read", @@ -367025,20 +367027,20 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/query", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-query?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSearchResponse" }, { - "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -367065,555 +367067,555 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-reassign?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgReauthorizeDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReauthorizeDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReauthorizeDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReauthorizeShareListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeShareListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReauthorizeSiteListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeSiteListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReauthorizeSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "ChangeNotifications", "Uri": "/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "ChangeNotifications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReauthorizeUserDriveListSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeUserDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-reauthorize?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRecentDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgRecentDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/recent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgRecentGroupDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgRecentGroupDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/recent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgRecentUserActivity", "Variants": [ "Recent", "RecentViaIdentity" ], - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "GET", + "Command": "Invoke-MgRecentUserActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/activities/recent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/projectrome-get-recent-activities?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserActivity" }, { - "Command": "Invoke-MgRecentUserDrive", "Variants": [ "Recent", "RecentViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Invoke-MgRecentUserDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/recent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/drive-recent?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Invoke-MgRecordCommunicationCallResponse", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRecordOperation", + "Method": "POST", + "Command": "Invoke-MgRecordCommunicationCallResponse", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/recordResponse", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-record?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRecordOperation" }, { - "Command": "Invoke-MgRedirectCommunicationCall", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRedirectCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/redirect", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-redirect?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRedirectPrintPrinterJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", + "Command": "Invoke-MgRedirectPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/redirect", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Invoke-MgRedirectPrintShareJob", "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", + "Command": "Invoke-MgRedirectPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/redirect", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-redirect?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Invoke-MgRejectCommunicationCall", "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRejectCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/reject", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-reject?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphAndroidLobAppContentVersionFileUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphiOSLobAppContentVersionFileUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSDmgAppContentVersionFileUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphMacOSLobAppContentVersionFileUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedAndroidLobAppContentVersionFileUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagediOSLobAppContentVersionFileUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphManagedMobileLobAppContentVersionFileUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWin32LobAppContentVersionFileUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsAppXContentVersionFileUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsMobileMsiContentVersionFileUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewDeviceAppManagementMobileAppMicrosoftGraphWindowsUniversalAppXContentVersionFileUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}/renewUpload", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRenewGroup", "Variants": [ "Renew", "RenewViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRenewGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -367632,20 +367634,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/renew", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-renew?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", "Variants": [ "Reopen", "ReopenViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -367664,73 +367666,73 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-reopen?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReplyAllUserMailFolderMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyAllUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReplyAllUserMessage", "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyAllUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/replyAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-replyall?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReplyGroupConversationThread", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyGroupConversationThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -367749,22 +367751,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReplyGroupConversationThreadPost", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyGroupConversationThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -367783,39 +367785,39 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReplyGroupThread", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyGroupThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -367834,22 +367836,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReplyGroupThreadPost", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyGroupThreadPost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -367868,193 +367870,193 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReplyUserMailFolderMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReplyUserMessage", "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgReplyUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/reply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-reply?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", "Variants": [ "Report", "ReportViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", "Variants": [ "Report", "ReportViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/servicehealthissue-incidentreport?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Invoke-MgRetireDeviceManagementManagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRetireDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRetireUserManagedDevice", "Variants": [ "Retire", "RetireViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRetireUserManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-retire?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRetryContactServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRetryContactServiceProvisioning", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}/retryServiceProvisioning", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRetryGroupServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRetryGroupServiceProvisioning", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/retryServiceProvisioning", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-retryserviceprovisioning?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgRetryUserServiceProvisioning", "Variants": [ "Retry", "RetryViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgRetryUserServiceProvisioning", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/retryServiceProvisioning", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-retryserviceprovisioning?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -368073,103 +368075,103 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-return?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowsDefender", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender", "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgScanUserManagedDeviceWindowsDefender", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderscan?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-scheduleactionsforrules?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgShareTeamSchedule", "Variants": [ "Share", "ShareExpanded", "ShareViaIdentity", "ShareViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgShareTeamSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -368188,270 +368190,270 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/share", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-share?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSnoozeGroupEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSnoozeGroupEventReminder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSnoozeUserEventInstanceReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSnoozeUserEventInstanceReminder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSnoozeUserEventReminder", "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSnoozeUserEventReminder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-snoozereminder?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSoftChatMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftChatMessageDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSoftChatMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftChatMessageReplyDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSoftTeamChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftTeamChannelMessageDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSoftUserChatMessageDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftUserChatMessageDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSoftUserChatMessageReplyDelete", "Variants": [ "Soft", "SoftViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSoftUserChatMessageReplyDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-softdelete?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSubscribeCommunicationCallToTone", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscribeToToneOperation", + "Method": "POST", + "Command": "Invoke-MgSubscribeCommunicationCallToTone", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/subscribeToTone", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-subscribetotone?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscribeToToneOperation" }, { - "Command": "Invoke-MgSubscribeGroupByMail", "Variants": [ "Subscribe", "SubscribeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgSubscribeGroupByMail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/subscribeByMail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-subscribebymail?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "GET", + "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -368486,20 +368488,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Functions", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", "ApiReferenceLink": null, - "Module": "DeviceManagement.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", "Variants": [ "Summary", "SummaryViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -368518,20 +368520,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary" }, { - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", "Variants": [ "Summary", "SummaryViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "LifecycleWorkflows.Read.All", @@ -368550,50 +368552,50 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" }, { - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", "Variants": [ "Summary", "SummaryViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", + "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary" }, { - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", "Variants": [ "Summary", "SummaryViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", + "Method": "GET", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary" }, { - "Command": "Invoke-MgSupportedUserOutlookLanguage", "Variants": [ "Supported", "SupportedViaIdentity" ], - "OutputType": "IMicrosoftGraphLocaleInfo", + "Method": "GET", + "Command": "Invoke-MgSupportedUserOutlookLanguage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -368620,22 +368622,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/outlook/supportedLanguages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlookuser-supportedlanguages?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphLocaleInfo" }, { - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppPolicyApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -368654,22 +368656,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationAppliedPolicyApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -368688,22 +368690,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppManagementManagedAppRegistrationIntendedPolicyApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -368722,37 +368724,37 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTargetDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgTerminateDeviceManagementPartner", "Variants": [ "Terminate", "TerminateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTerminateDeviceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -368771,22 +368773,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", "ApiReferenceLink": null, - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgTimeUserOutlook", "Variants": [ "Time", "Time1", "TimeViaIdentity", "TimeViaIdentity1" ], - "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Method": "GET", + "Command": "Invoke-MgTimeUserOutlook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read.All", @@ -368813,52 +368815,52 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Functions", "Uri": "/users/{user-id}/outlook/supportedTimeZones", "ApiReferenceLink": null, - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphTimeZoneInformation" }, { - "Command": "Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", "Variants": [ "Top", "TopViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary", + "Method": "GET", + "Command": "Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightTaskProcessedSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights/topTasksProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-toptasksprocessedsummary?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTopTasksInsightsSummary" }, { - "Command": "Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", "Variants": [ "Top", "TopViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary", + "Method": "GET", + "Command": "Invoke-MgTopIdentityGovernanceLifecycleWorkflowInsightWorkflowProcessedSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights/topWorkflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-topworkflowsprocessedsummary?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceTopWorkflowsInsightsSummary" }, { - "Command": "Invoke-MgTranslateUserExchangeId", "Variants": [ "Translate", "TranslateExpanded", "TranslateViaIdentity", "TranslateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConvertIdResult", + "Method": "POST", + "Command": "Invoke-MgTranslateUserExchangeId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadBasic.All", @@ -368901,50 +368903,50 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/translateExchangeIds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-translateexchangeids?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConvertIdResult" }, { - "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-troubleshoot?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", "Variants": [ "Unarchive", "UnarchiveExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unarchive?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnarchiveTeam", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnarchiveTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -368979,65 +368981,65 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-unarchive?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnarchiveTeamChannel", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnarchiveTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnarchiveTeamPrimaryChannel", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnarchiveTeamPrimaryChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnarchiveTeamworkDeletedTeamChannel", "Variants": [ "Unarchive", "UnarchiveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnarchiveTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/unarchive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-unarchive?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", "Variants": [ "Unassign", "UnassignViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnassignDeviceManagementWindowsAutopilotDeviceIdentityUserFromDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -369056,127 +369058,127 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-unassignuserfromdevice?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", "Variants": [ "Unfavorite", "UnfavoriteExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/unfavorite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceupdatemessage-unfavorite?view=graph-rest-1.0", - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnfollowDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfollowDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnfollowDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfollowDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/unfollow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnfollowGroupDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfollowGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnfollowGroupDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfollowGroupDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnfollowUserDriveItem", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfollowUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnfollowUserDriveRoot", "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Invoke-MgUnfollowUserDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-unfollow?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Invoke-MgUnmuteCommunicationCall", "Variants": [ "Unmute", "UnmuteExpanded", "UnmuteViaIdentity", "UnmuteViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", + "Method": "POST", + "Command": "Invoke-MgUnmuteCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -369195,20 +369197,20 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/unmute", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-unmute?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation" }, { - "Command": "Invoke-MgUnpinEducationClassModule", "Variants": [ "Unpin", "UnpinViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", + "Command": "Invoke-MgUnpinEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -369227,20 +369229,20 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/unpin", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-unpin?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -369267,116 +369269,116 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-unsubmit?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", + "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", + "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostAttributeCollectionClientCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/uploadClientCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", + "Command": "Invoke-MgUploadIdentityB2XUserFlowApiConnectorConfigurationPostFederationSignupClientCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/uploadClientCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-uploadclientcertificate?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Usage", "UsageViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Method": "GET", + "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/usage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" }, { - "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", "Variants": [ "Usage", "UsageViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Method": "GET", + "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -369403,137 +369405,137 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-usage?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage" }, { - "Command": "Invoke-MgViewUserReminder", "Variants": [ "View", "ViewViaIdentity" ], - "OutputType": "IMicrosoftGraphReminder", + "Method": "GET", + "Command": "Invoke-MgViewUserReminder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-reminderview?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphReminder" }, { - "Command": "Invoke-MgWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary", "Variants": [ "Workflows", "WorkflowsViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary", + "Method": "GET", + "Command": "Invoke-MgWorkflowIdentityGovernanceLifecycleWorkflowInsightProcessedSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights/workflowsProcessedSummary(startDateTime={startDateTime},endDateTime={endDateTime})", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-insights-workflowsprocessedsummary?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowsInsightsSummary" }, { - "Command": "Join-MgBetaDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgBetaDriveListContentTypeWithHubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgBetaGroupDriveListContentTypeWithHubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgBetaGroupSiteContentTypeWithHubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgBetaGroupSiteListContentTypeWithHubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgBetaShareListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgBetaShareListContentTypeWithHubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgBetaSiteContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgBetaSiteContentTypeWithHubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -369552,141 +369554,141 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgBetaSiteListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgBetaSiteListContentTypeWithHubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgBetaUserDriveListContentTypeWithHubSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgDriveListContentTypeWithHubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgGroupDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgGroupDriveListContentTypeWithHubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgGroupSiteContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgGroupSiteContentTypeWithHubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgGroupSiteListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgGroupSiteListContentTypeWithHubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgShareListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgShareListContentTypeWithHubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgSiteContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgSiteContentTypeWithHubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -369705,146 +369707,146 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgSiteListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgSiteListContentTypeWithHubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Join-MgUserDriveListContentTypeWithHubSite", "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Join-MgUserDriveListContentTypeWithHubSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-associatewithhubsites?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Lock-MgBetaDeviceManagementComanagedDeviceRemote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Lock-MgBetaDeviceManagementManagedDeviceRemote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Lock-MgBetaUserManagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Lock-MgBetaUserManagedDeviceRemote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Lock-MgDeviceManagementManagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Lock-MgDeviceManagementManagedDeviceRemote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Lock-MgUserManagedDeviceRemote", "Variants": [ "Lock", "LockViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Lock-MgUserManagedDeviceRemote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-remotelock?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Move-MgBetaCommunicationCall", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Move-MgBetaCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/transfer", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", "Variants": [ "Move", "MoveExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Move-MgBetaDeviceManagementComanagedDeviceToOu", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -369863,37 +369865,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Move-MgBetaDeviceManagementIntentToTemplate", "Variants": [ "Migrate", "MigrateExpanded", "MigrateViaIdentity", "MigrateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Move-MgBetaDeviceManagementIntentToTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", "Variants": [ "Move", "MoveExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Move-MgBetaDeviceManagementManagedDeviceToOu", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -369912,456 +369914,456 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Move-MgBetaEntitlementManagementAccessPackageToCatalog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-movetocatalog?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Move-MgBetaGroupPlannerPlanToContainer", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST", + "Command": "Move-MgBetaGroupPlannerPlanToContainer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/moveToContainer", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Move-MgBetaPlannerPlanToContainer", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST", + "Command": "Move-MgBetaPlannerPlanToContainer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/planner/plans/{plannerPlan-id}/moveToContainer", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Move-MgBetaUserMailFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", + "Command": "Move-MgBetaUserMailFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Move-MgBetaUserMailFolderChildFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", + "Command": "Move-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Move-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Move-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Move-MgBetaUserMailFolderMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Move-MgBetaUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Move-MgBetaUserManagedDeviceToOu", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Move-MgBetaUserManagedDeviceToOu", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Move-MgBetaUserMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Move-MgBetaUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/move", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Move-MgBetaUserPlannerPlanToContainer", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST", + "Command": "Move-MgBetaUserPlannerPlanToContainer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/moveToContainer", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-movetocontainer?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Move-MgCommunicationCall", "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Move-MgCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/transfer", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-transfer?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Move-MgUserMailFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", + "Command": "Move-MgUserMailFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Move-MgUserMailFolderChildFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", + "Command": "Move-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-move?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Move-MgUserMailFolderChildFolderMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Move-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Move-MgUserMailFolderMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Move-MgUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Move-MgUserMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "Move-MgUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/move", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-move?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "POST", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBrowserSiteList" }, { - "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "POST", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBrowserSharedCookie" }, { - "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "POST", + "Command": "New-MgAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBrowserSite" }, { - "Command": "New-MgAdminPeopleProfileCardProperty", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "POST", + "Command": "New-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/admin/people/profileCardProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphProfileCardProperty" }, { - "Command": "New-MgAgreement", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "POST", + "Command": "New-MgAgreement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "New-MgAgreementAcceptance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "POST", + "Command": "New-MgAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/acceptances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "New-MgAgreementFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", + "Command": "New-MgAgreementFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/files", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "New-MgAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", + "Command": "New-MgAgreementFileLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "New-MgAgreementFileLocalizationVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", + "Command": "New-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "New-MgAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", + "Command": "New-MgAgreementFileVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "New-MgAppCatalogTeamApp", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "POST", + "Command": "New-MgAppCatalogTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -370388,22 +370390,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "New-MgAppCatalogTeamAppDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "POST", + "Command": "New-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -370430,20 +370432,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "New-MgApplication", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "POST", + "Command": "New-MgApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -370462,22 +370464,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "New-MgApplicationAppManagementPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgApplicationAppManagementPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -370504,22 +370506,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgApplicationExtensionProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "POST", + "Command": "New-MgApplicationExtensionProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -370546,22 +370548,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/extensionProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphExtensionProperty" }, { - "Command": "New-MgApplicationFederatedIdentityCredential", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "POST", + "Command": "New-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -370580,22 +370582,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "Command": "New-MgApplicationOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgApplicationOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -370630,107 +370632,107 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgApplicationSynchronizationJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "POST", + "Command": "New-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "New-MgApplicationSynchronizationJobOnDemand", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Method": "POST", + "Command": "New-MgApplicationSynchronizationJobOnDemand", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphStringKeyStringValuePair" }, { - "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "New-MgApplicationSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "POST", + "Command": "New-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "New-MgApplicationTokenIssuancePolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgApplicationTokenIssuancePolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -370773,22 +370775,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgApplicationTokenLifetimePolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgApplicationTokenLifetimePolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -370831,20 +370833,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaAccessReview", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessReview", + "Method": "POST", + "Command": "New-MgBetaAccessReview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -370863,124 +370865,124 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-create?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReview" }, { - "Command": "New-MgBetaAccessReviewDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "POST", + "Command": "New-MgBetaAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/decisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "New-MgBetaAccessReviewInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReview", + "Method": "POST", + "Command": "New-MgBetaAccessReviewInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReview" }, { - "Command": "New-MgBetaAccessReviewInstanceDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "POST", + "Command": "New-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "New-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "POST", + "Command": "New-MgBetaAccessReviewInstanceMyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "New-MgBetaAccessReviewInstanceReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST", + "Command": "New-MgBetaAccessReviewInstanceReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "New-MgBetaAccessReviewMyDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "POST", + "Command": "New-MgBetaAccessReviewMyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/myDecisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "New-MgBetaAccessReviewReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST", + "Command": "New-MgBetaAccessReviewReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -370999,103 +371001,103 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/reviewers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-addreviewer?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "POST", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-post-sitelists?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBrowserSiteList" }, { - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "POST", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sharedcookies?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBrowserSharedCookie" }, { - "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "POST", + "Command": "New-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-post-sites?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBrowserSite" }, { - "Command": "New-MgBetaAdministrativeUnit", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "POST", + "Command": "New-MgBetaAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "New-MgBetaAdministrativeUnitExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaAdministrativeUnitExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaAdministrativeUnitMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "New-MgBetaAdministrativeUnitMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -371114,22 +371116,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "New-MgBetaAdministrativeUnitMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaAdministrativeUnitMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -371148,152 +371150,152 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", + "Command": "New-MgBetaAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "New-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "POST", + "Command": "New-MgBetaAdminPeopleProfileCardProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people/profileCardProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/peopleadminsettings-post-profilecardproperties?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphProfileCardProperty" }, { - "Command": "New-MgBetaAgreement", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "POST", + "Command": "New-MgBetaAgreement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "New-MgBetaAgreementAcceptance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "POST", + "Command": "New-MgBetaAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/acceptances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "New-MgBetaAgreementFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", + "Command": "New-MgBetaAgreementFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "New-MgBetaAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", + "Command": "New-MgBetaAgreementFileLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "New-MgBetaAgreementFileLocalizationVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", + "Command": "New-MgBetaAgreementFileLocalizationVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "New-MgBetaAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", + "Command": "New-MgBetaAgreementFileVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "New-MgBetaAppCatalogTeamApp", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "POST", + "Command": "New-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -371320,22 +371322,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "New-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "POST", + "Command": "New-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -371362,37 +371364,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-update?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "New-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Method": "POST", + "Command": "New-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" }, { - "Command": "New-MgBetaApplication", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "POST", + "Command": "New-MgBetaApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -371411,22 +371413,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-applications?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "New-MgBetaApplicationAppManagementPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaApplicationAppManagementPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.Read.All", @@ -371453,22 +371455,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post-appliesto?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaApplicationExtensionProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "POST", + "Command": "New-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -371495,22 +371497,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/extensionProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-extensionproperty?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphExtensionProperty" }, { - "Command": "New-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "POST", + "Command": "New-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -371529,22 +371531,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-federatedidentitycredentials?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "Command": "New-MgBetaApplicationOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaApplicationOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -371579,107 +371581,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-owners?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaApplicationSynchronizationJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "POST", + "Command": "New-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Method": "POST", + "Command": "New-MgBetaApplicationSynchronizationJobOnDemand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphStringKeyStringValuePair" }, { - "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "New-MgBetaApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "New-MgBetaApplicationSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "POST", + "Command": "New-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "New-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaApplicationTokenIssuancePolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -371722,22 +371724,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenissuancepolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaApplicationTokenLifetimePolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -371780,19 +371782,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-tokenlifetimepolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaApproval", "Variants": [ "Provision" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ApprovalSolution.Read", @@ -371819,32 +371821,29 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/solutions/approval/provision", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalsolution-provision?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaBookingBusiness", "Variants": [ "Create", "Create1", "CreateExpanded", "CreateExpanded1" ], - "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "POST", + "Command": "New-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "Command": "New-MgBetaBookingBusinessAppointment", "Variants": [ "Create", "Create1", @@ -371855,7 +371854,10 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "POST", + "Command": "New-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -371890,15 +371892,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "New-MgBetaBookingBusinessCalendarView", "Variants": [ "Create", "Create1", @@ -371909,17 +371908,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "POST", + "Command": "New-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "New-MgBetaBookingBusinessCustomer", "Variants": [ "Create", "Create1", @@ -371930,7 +371929,10 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingCustomer", + "Method": "POST", + "Command": "New-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -371957,15 +371959,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingCustomer" }, { - "Command": "New-MgBetaBookingBusinessCustomQuestion", "Variants": [ "Create", "Create1", @@ -371976,7 +371975,10 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "POST", + "Command": "New-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -372003,15 +372005,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingCustomQuestion" }, { - "Command": "New-MgBetaBookingBusinessService", "Variants": [ "Create", "Create1", @@ -372022,7 +372021,10 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingService", + "Method": "POST", + "Command": "New-MgBetaBookingBusinessService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -372041,15 +372043,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingService" }, { - "Command": "New-MgBetaBookingBusinessStaffMember", "Variants": [ "Create", "Create1", @@ -372060,7 +372059,10 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingStaffMember", + "Method": "POST", + "Command": "New-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -372079,52 +372081,52 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingStaffMember" }, { - "Command": "New-MgBetaBookingCurrency", "Variants": [ "Create", "Create1", "CreateExpanded", "CreateExpanded1" ], - "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "POST", + "Command": "New-MgBetaBookingCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/bookingCurrencies", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingCurrency" }, { - "Command": "New-MgBetaBusinessFlowTemplate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Method": "POST", + "Command": "New-MgBetaBusinessFlowTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/businessFlowTemplates", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBusinessFlowTemplate" }, { - "Command": "New-MgBetaChat", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "POST", + "Command": "New-MgBetaChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Create", @@ -372143,22 +372145,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "New-MgBetaChatInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", + "Command": "New-MgBetaChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -372249,22 +372251,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "New-MgBetaChatMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgBetaChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -372307,22 +372309,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgBetaChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -372357,107 +372359,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-messages?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaChatMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaChatMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaChatMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaChatOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST", + "Command": "New-MgBetaChatOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "New-MgBetaChatPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", + "Command": "New-MgBetaChatPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "New-MgBetaChatPinnedMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "POST", + "Command": "New-MgBetaChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -372484,22 +372486,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "New-MgBetaChatTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgBetaChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Create", @@ -372566,20 +372568,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/tabs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgBetaCommunicationCall", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCall", + "Method": "POST", + "Command": "New-MgBetaCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -372622,22 +372624,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCall" }, { - "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "POST", + "Command": "New-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -372656,132 +372658,129 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAudioRoutingGroup" }, { - "Command": "New-MgBetaCommunicationCallContentSharingSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaCommunicationCallContentSharingSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/contentSharingSessions", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaCommunicationCallOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "POST", + "Command": "New-MgBetaCommunicationCallOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCommsOperation" }, { - "Command": "New-MgBetaCommunicationCallParticipant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphParticipant", + "Method": "POST", + "Command": "New-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/participants", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphParticipant" }, { - "Command": "New-MgBetaCommunicationCallRecordParticipantV2", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "POST", + "Command": "New-MgBetaCommunicationCallRecordParticipantV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCallRecordsParticipant" }, { - "Command": "New-MgBetaCommunicationCallRecordSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "POST", + "Command": "New-MgBetaCommunicationCallRecordSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCallRecordsSession" }, { - "Command": "New-MgBetaCommunicationOnlineMeeting", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "Create1", @@ -372792,105 +372791,108 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "New-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" }, { - "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" }, { - "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST", + "Command": "New-MgBetaCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "New-MgBetaCommunicationPresence", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "POST", + "Command": "New-MgBetaCommunicationPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/presences", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "New-MgBetaComplianceEdiscoveryCase", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -372909,22 +372911,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryCase" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -372943,22 +372945,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-custodians?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryCustodian" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -372977,39 +372979,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-sitesources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-unifiedgroupsources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -373028,22 +373030,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-post-usersources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -373062,22 +373064,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -373096,39 +373098,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-sitesources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -373147,22 +373149,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-post-usersources?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -373181,39 +373183,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-post?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -373232,22 +373234,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-reviewsets?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -373266,22 +373268,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-post?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -373300,22 +373302,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-sourcecollections?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -373334,22 +373336,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" }, { - "Command": "New-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "POST", + "Command": "New-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -373368,97 +373370,97 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-post-tags?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "Command": "New-MgBetaContact", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "POST", + "Command": "New-MgBetaContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "New-MgBetaContract", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphContract", + "Method": "POST", + "Command": "New-MgBetaContract", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContract" }, { - "Command": "New-MgBetaDataPolicyOperation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "POST", + "Command": "New-MgBetaDataPolicyOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/dataPolicyOperations", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDataPolicyOperation" }, { - "Command": "New-MgBetaDevice", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "POST", + "Command": "New-MgBetaDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtection", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -373477,37 +373479,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -373526,22 +373528,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -373560,135 +373562,135 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" }, { - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" }, { - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtection", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtection", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -373707,52 +373709,52 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppPolicy", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppPolicy", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -373771,73 +373773,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistration", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" }, { - "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -373856,167 +373858,167 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedAppStatus", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppStatuses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedAppStatus", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppStatus" }, { - "Command": "New-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBook", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBook", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedEBook" }, { - "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedEBookAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookCategory", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBookCategories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookCategory", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedEBookCategory" }, { - "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookDeviceState", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookDeviceState", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserInstallStateSummary" }, { - "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" }, { - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -374035,22 +374037,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -374069,1608 +374071,1608 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMobileApp", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileApp" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppCatalogPackage", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCatalogPackage", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCatalogPackages", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppCategory", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCategories", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppCategory", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfiguration", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementMobileAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtMobileAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "New-MgBetaDeviceAppManagementPolicySet", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPolicySet", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementPolicySet", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySet", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySet", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPolicySet" }, { - "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementPolicySetAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPolicySetAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPolicySetItem", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementPolicySetItem", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetItem", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtPolicySetItem", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPolicySetItem" }, { - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -375689,39 +375691,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375740,20 +375742,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "Command": "New-MgBetaDeviceAppManagementTask", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375772,20 +375774,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/deviceAppManagementTasks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtTask", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceAppManagementTask" }, { - "Command": "New-MgBetaDeviceAppManagementVppToken", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphVppToken", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -375804,69 +375806,69 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtVppToken", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVppToken" }, { - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" }, { - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" }, { - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -375885,20 +375887,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" }, { - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -375917,39 +375919,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -375968,22 +375970,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -376002,20 +376004,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376034,20 +376036,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" }, { - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376066,22 +376068,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtection", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" }, { - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376100,194 +376102,194 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "New-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "New-MgBetaDeviceCommand", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCommand", + "Method": "POST", + "Command": "New-MgBetaDeviceCommand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/commands", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCommand" }, { - "Command": "New-MgBetaDeviceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" }, { - "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" }, { - "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" }, { - "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" }, { - "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" }, { - "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", "Variants": [ "Generate" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -376306,161 +376308,161 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" }, { - "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" }, { - "Command": "New-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/assignmentFilters", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" }, { - "Command": "New-MgBetaDeviceManagementAuditEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/auditEvents", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "Command": "New-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAutopilotEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/autopilotEvents", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" }, { - "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" }, { - "Command": "New-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCartToClassAssociation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/cartToClassAssociations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCartToClassAssociation" }, { - "Command": "New-MgBetaDeviceManagementCategory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/categories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" }, { - "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "New-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376479,171 +376481,171 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -376662,20 +376664,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/comanagementEligibleDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphComanagementEligibleDevice" }, { - "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -376694,248 +376696,248 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/complianceManagementPartners", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "Command": "New-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" }, { - "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" }, { - "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" }, { - "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "Command": "New-MgBetaDeviceManagementComplianceSetting", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementComplianceSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/complianceSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "New-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" }, { - "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyCopy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" }, { - "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" }, { - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" }, { - "Command": "New-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "New-MgBetaDeviceManagementDataSharingConsent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -376954,35 +376956,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/dataSharingConsents", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDataSharingConsent" }, { - "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDepOnboardingSetting" }, { - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", "Variants": [ "Generate", "GenerateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -377001,69 +377003,69 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEnrollmentProfile" }, { - "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" }, { - "Command": "New-MgBetaDeviceManagementDerivedCredential", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDerivedCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/derivedCredentials", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" }, { - "Command": "New-MgBetaDeviceManagementDetectedApp", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -377082,20 +377084,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/detectedApps", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "Command": "New-MgBetaDeviceManagementDeviceCategory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377114,329 +377116,329 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCategories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" }, { - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" }, { - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" }, { - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" }, { - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" }, { - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" }, { - "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" }, { - "Command": "New-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationConflictSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" }, { - "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" }, { - "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" }, { - "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" }, { - "Command": "New-MgBetaDeviceManagementDeviceConfigurationProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" }, { - "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRestrictedAppsViolation" }, { - "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -377455,22 +377457,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -377489,20 +377491,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -377521,20 +377523,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -377561,22 +377563,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceHealthScript" }, { - "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -377595,22 +377597,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" }, { - "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -377629,20 +377631,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" }, { - "Command": "New-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceShellScript", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377661,22 +377663,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceShellScript" }, { - "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377695,22 +377697,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" }, { - "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377729,22 +377731,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377763,22 +377765,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" }, { - "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -377797,101 +377799,101 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" }, { - "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "New-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementDomainJoinConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/domainJoinConnectors", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" }, { - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" }, { - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" }, { - "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" }, { - "Command": "New-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -377910,621 +377912,621 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeConnectors", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" }, { - "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementExchangeOnPremisePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeOnPremisesPolicies", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitionFiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyObjectFiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" }, { - "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyOperation" }, { - "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedDeviceIdentities", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImportedDeviceIdentity" }, { - "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "Command": "New-MgBetaDeviceManagementIntent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementIntent" }, { - "Command": "New-MgBetaDeviceManagementIntentAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" }, { - "Command": "New-MgBetaDeviceManagementIntentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" }, { - "Command": "New-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentCategorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "New-MgBetaDeviceManagementIntentCopy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentCopy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementIntent" }, { - "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" }, { - "Command": "New-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" }, { - "Command": "New-MgBetaDeviceManagementIntentSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "New-MgBetaDeviceManagementIntentUserState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntentUserState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" }, { - "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/intuneBrandingProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIntuneBrandingProfile" }, { - "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" }, { - "Command": "New-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementIoUpdateStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/iosUpdateStatuses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" }, { - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" }, { - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" }, { - "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" }, { - "Command": "New-MgBetaDeviceManagementManagedDevice", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -378543,120 +378545,120 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceCleanupRule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceCleanupRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceCleanupRules", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceEncryptionStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -378675,180 +378677,180 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", "Variants": [ "Update", "UpdateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsOSImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceWindowsOSImages", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage" }, { - "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelConfigurations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" }, { - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" }, { - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" }, { - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", "Variants": [ "Create", "CreateViaIdentity", "Generate", "GenerateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -378867,86 +378869,86 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" }, { - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" }, { - "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" }, { - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -378965,20 +378967,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -379013,20 +379015,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails" }, { - "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -379045,97 +379047,97 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMonitoringAlertRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring/alertRecords", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" }, { - "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementMonitoringAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring/alertRules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-post?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" }, { - "Command": "New-MgBetaDeviceManagementNdeConnector", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNdesConnector", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementNdeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/ndesConnectors", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNdesConnector" }, { - "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" }, { - "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "Command": "New-MgBetaDeviceManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -379154,20 +379156,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceManagementPartners", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementPartner" }, { - "Command": "New-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379186,20 +379188,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/remoteActionAudits", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRemoteActionAudit" }, { - "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -379218,52 +379220,52 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/remoteAssistancePartners", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "Command": "New-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/resourceAccessProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" }, { - "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" }, { - "Command": "New-MgBetaDeviceManagementResourceOperation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -379282,35 +379284,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/resourceOperations", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceOperation" }, { - "Command": "New-MgBetaDeviceManagementReusableSetting", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementReusableSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/reusableSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "New-MgBetaDeviceManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -379329,20 +379331,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" }, { - "Command": "New-MgBetaDeviceManagementRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -379361,22 +379363,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -379395,20 +379397,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRoleAssignment" }, { - "Command": "New-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379427,54 +379429,54 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleScopeTags", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" }, { - "Command": "New-MgBetaDeviceManagementScript", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementScript" }, { - "Command": "New-MgBetaDeviceManagementScriptAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379493,22 +379495,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" }, { - "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379527,22 +379529,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379561,22 +379563,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" }, { - "Command": "New-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379595,22 +379597,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" }, { - "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379629,333 +379631,333 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "New-MgBetaDeviceManagementSettingDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/telecomExpenseManagementPartners", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" }, { - "Command": "New-MgBetaDeviceManagementTemplate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "Command": "New-MgBetaDeviceManagementTemplateCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" }, { - "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "New-MgBetaDeviceManagementTemplateInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementIntent" }, { - "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" }, { - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementIntent" }, { - "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "New-MgBetaDeviceManagementTemplateSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTemplateSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "New-MgBetaDeviceManagementTermAndCondition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" }, { - "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" }, { - "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" }, { - "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/troubleshootingEvents", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -379974,35 +379976,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380021,20 +380023,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380053,20 +380055,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380085,20 +380087,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380117,20 +380119,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380149,20 +380151,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380181,20 +380183,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380213,20 +380215,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380245,20 +380247,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380277,20 +380279,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380309,35 +380311,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380356,20 +380358,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380388,20 +380390,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380420,20 +380422,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380452,20 +380454,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380484,20 +380486,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380516,20 +380518,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380548,52 +380550,52 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380612,20 +380614,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380644,20 +380646,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380676,20 +380678,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380708,20 +380710,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380740,20 +380742,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380772,20 +380774,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380804,35 +380806,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380851,20 +380853,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380883,20 +380885,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380915,20 +380917,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380947,20 +380949,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -380979,20 +380981,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -381011,20 +381013,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -381043,20 +381045,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -381075,20 +381077,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -381107,22 +381109,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -381141,20 +381143,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -381173,390 +381175,390 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" }, { - "Command": "New-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementUserPfxCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/userPfxCertificates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserPfxCertificate" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointBulkAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/bulkActions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-bulkactions?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcBulkAction" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot", "Variants": [ "Create", "CreateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointCloudPcSnapshot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/createSnapshot", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/deviceImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-externalpartnersettings?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcreports-post-exportjobs?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcExportJob" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/servicePlans", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcServicePlan" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/snapshots", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcSnapshot" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcUserSetting" }, { - "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" }, { - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" }, { - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" }, { - "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" }, { - "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" }, { - "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" }, { - "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" }, { - "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -381575,22 +381577,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -381609,137 +381611,137 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" }, { - "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsQualityUpdateProfiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" }, { - "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Method": "POST", + "Command": "New-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" }, { - "Command": "New-MgBetaDeviceRegisteredOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceRegisteredOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceRegisteredUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDeviceRegisteredUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDeviceUsageRights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "POST", + "Command": "New-MgBetaDeviceUsageRights", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/usageRights", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUsageRight" }, { - "Command": "New-MgBetaDirectoryAdministrativeUnit", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDirectoryAdministrativeUnitMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnitMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -381782,22 +381784,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -381840,52 +381842,52 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", + "Command": "New-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "New-MgBetaDirectoryAttributeSet", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "POST", + "Command": "New-MgBetaDirectoryAttributeSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/attributeSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttributeSet" }, { - "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Method": "POST", + "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -381904,22 +381906,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" }, { - "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Method": "POST", + "Command": "New-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -381938,560 +381940,560 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-post-trustedcertificateauthorities?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" }, { - "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "POST", + "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" }, { - "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "POST", + "Command": "New-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAllowedValue" }, { - "Command": "New-MgBetaDirectoryDeviceLocalCredential", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "POST", + "Command": "New-MgBetaDirectoryDeviceLocalCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deviceLocalCredentials", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" }, { - "Command": "New-MgBetaDirectoryExternalUserProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphExternalUserProfile", + "Method": "POST", + "Command": "New-MgBetaDirectoryExternalUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/externalUserProfiles", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalUserProfile" }, { - "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "POST", + "Command": "New-MgBetaDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/featureRolloutPolicies", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDirectoryFederationConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "POST", + "Command": "New-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "New-MgBetaDirectoryImpactedResource", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", + "Command": "New-MgBetaDirectoryImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/impactedResources", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "New-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Method": "POST", + "Command": "New-MgBetaDirectoryInboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/inboundSharedUserProfiles", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInboundSharedUserProfile" }, { - "Command": "New-MgBetaDirectoryObject", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "New-MgBetaDirectoryObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects", "ApiReferenceLink": null, - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "New-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "POST", + "Command": "New-MgBetaDirectoryOnPremiseSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/onPremisesSynchronization", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" }, { - "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Method": "POST", + "Command": "New-MgBetaDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" }, { - "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDirectoryPendingExternalUserProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Method": "POST", + "Command": "New-MgBetaDirectoryPendingExternalUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/pendingExternalUserProfiles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-pendingexternaluserprofile?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPendingExternalUserProfile" }, { - "Command": "New-MgBetaDirectoryRecommendation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRecommendation", + "Method": "POST", + "Command": "New-MgBetaDirectoryRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRecommendation" }, { - "Command": "New-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "POST", + "Command": "New-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "New-MgBetaDirectoryRole", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "POST", + "Command": "New-MgBetaDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "New-MgBetaDirectoryRoleMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaDirectoryRoleMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaDirectoryRoleScopedMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", + "Command": "New-MgBetaDirectoryRoleScopedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "New-MgBetaDirectoryRoleTemplate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "POST", + "Command": "New-MgBetaDirectoryRoleTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" }, { - "Command": "New-MgBetaDirectorySetting", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "POST", + "Command": "New-MgBetaDirectorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "Command": "New-MgBetaDirectorySettingTemplate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Method": "POST", + "Command": "New-MgBetaDirectorySettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectorySettingTemplate" }, { - "Command": "New-MgBetaDirectorySharedEmailDomain", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Method": "POST", + "Command": "New-MgBetaDirectorySharedEmailDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/sharedEmailDomains", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedEmailDomain" }, { - "Command": "New-MgBetaDirectorySubscription", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "POST", + "Command": "New-MgBetaDirectorySubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "New-MgBetaDomain", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDomain", + "Method": "POST", + "Command": "New-MgBetaDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDomain" }, { - "Command": "New-MgBetaDomainFederationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "POST", + "Command": "New-MgBetaDomainFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/federationConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInternalDomainFederation" }, { - "Command": "New-MgBetaDomainServiceConfigurationRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "POST", + "Command": "New-MgBetaDomainServiceConfigurationRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "New-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Method": "POST", + "Command": "New-MgBetaDomainSharedEmailDomainInvitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" }, { - "Command": "New-MgBetaDomainVerificationDnsRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "POST", + "Command": "New-MgBetaDomainVerificationDnsRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verificationDnsRecords", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "New-MgBetaDrive", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "POST", + "Command": "New-MgBetaDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "New-MgBetaDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgBetaDriveBundle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/bundles", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgBetaDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgBetaDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgBetaDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgBetaDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgBetaDriveItemChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -382518,22 +382520,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgBetaDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaDriveItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -382560,141 +382562,141 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgBetaDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgBetaDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaDriveItemListItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaDriveItemListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgBetaDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgBetaDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "New-MgBetaDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaDriveItemUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -382721,462 +382723,462 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgBetaDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "New-MgBetaDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgBetaDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgBetaDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgBetaDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgBetaDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", + "Command": "New-MgBetaDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "New-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgBetaDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgBetaDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaDriveListItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaDriveListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgBetaDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgBetaDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgBetaDriveListPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgBetaDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgBetaDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgBetaDriveRootChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/children", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgBetaDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaDriveRootLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgBetaDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgBetaDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaDriveRootListItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaDriveRootListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgBetaDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgBetaDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgBetaDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "New-MgBetaDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaDriveRootUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgBetaDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "New-MgBetaEducationClass", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "POST", + "Command": "New-MgBetaEducationClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-classes?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "New-MgBetaEducationClassAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -383195,15 +383197,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignments?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "New-MgBetaEducationClassAssignmentCategory", "Variants": [ "Create", "Create1", @@ -383214,7 +383213,10 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -383233,22 +383235,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentCategoryByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -383267,22 +383269,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaEducationClassAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -383301,56 +383303,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resources?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "New-MgBetaEducationClassAssignmentResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "New-MgBetaEducationClassAssignmentSettingGradingScheme", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -383369,39 +383371,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-post?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationGradingScheme" }, { - "Command": "New-MgBetaEducationClassAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -383420,22 +383422,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -383454,73 +383456,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgBetaEducationClassMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaEducationClassMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -383539,22 +383541,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaEducationClassModule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", + "Command": "New-MgBetaEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -383573,22 +383575,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "New-MgBetaEducationClassModuleResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "POST", + "Command": "New-MgBetaEducationClassModuleResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -383607,222 +383609,222 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "Command": "New-MgBetaEducationClassTeacherByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaEducationClassTeacherByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaEducationMeAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "New-MgBetaEducationMeAssignmentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentCategoryByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaEducationMeAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "New-MgBetaEducationMeAssignmentResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "New-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgBetaEducationMeRubric", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "POST", + "Command": "New-MgBetaEducationMeRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -383841,416 +383843,416 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/rubrics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "New-MgBetaEducationSchool", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "POST", + "Command": "New-MgBetaEducationSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-schools?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "New-MgBetaEducationSchoolClassByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaEducationSchoolClassByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaEducationSchoolUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaEducationSchoolUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}/users/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaEducationSynchronizationProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Method": "POST", + "Command": "New-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" }, { - "Command": "New-MgBetaEducationSynchronizationProfileError", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Method": "POST", + "Command": "New-MgBetaEducationSynchronizationProfileError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSynchronizationError" }, { - "Command": "New-MgBetaEducationUser", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "POST", + "Command": "New-MgBetaEducationUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationroot-post-users?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "New-MgBetaEducationUserAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "New-MgBetaEducationUserAssignmentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentCategoryByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaEducationUserAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "New-MgBetaEducationUserAssignmentResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "New-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgBetaEducationUserRubric", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "POST", + "Command": "New-MgBetaEducationUserRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/rubrics", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "New-MgBetaEntitlementManagementAccessPackage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentpolicies?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomExtensionHandler" }, { - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" }, { - "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageassignmentrequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackagecatalogs?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.Read.All", @@ -384269,197 +384271,197 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-customaccesspackageworkflowextensions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" }, { - "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackageresourcerequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" }, { - "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-accesspackageresourcerolescopes?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" }, { - "Command": "New-MgBetaEntitlementManagementAssignmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "Command": "New-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementConnectedOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaEntitlementManagementSubject", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "POST", + "Command": "New-MgBetaEntitlementManagementSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/subjects", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageSubject" }, { - "Command": "New-MgBetaExternalAuthorizationSystem", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "POST", + "Command": "New-MgBetaExternalAuthorizationSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/authorizationSystems", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthorizationSystem" }, { - "Command": "New-MgBetaExternalConnection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "POST", + "Command": "New-MgBetaExternalConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -384478,22 +384480,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "Command": "New-MgBetaExternalConnectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "POST", + "Command": "New-MgBetaExternalConnectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -384512,22 +384514,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/groups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" }, { - "Command": "New-MgBetaExternalConnectionGroupMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "POST", + "Command": "New-MgBetaExternalConnectionGroupMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -384546,458 +384548,455 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "Command": "New-MgBetaExternalConnectionItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "POST", + "Command": "New-MgBetaExternalConnectionItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" }, { - "Command": "New-MgBetaExternalConnectionItemActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "POST", + "Command": "New-MgBetaExternalConnectionItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" }, { - "Command": "New-MgBetaExternalConnectionOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "POST", + "Command": "New-MgBetaExternalConnectionOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "Command": "New-MgBetaExternalIndustryDataConnector", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/dataConnectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-post?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIndustryDataConnector" }, { - "Command": "New-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataInboundFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/inboundFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-post?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" }, { - "Command": "New-MgBetaExternalIndustryDataOperation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/operations", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" }, { - "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" }, { - "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/referenceDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-referencedefinition-post?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" }, { - "Command": "New-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataRoleGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/roleGroups", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" }, { - "Command": "New-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataSourceSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/sourceSystems", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-post?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" }, { - "Command": "New-MgBetaExternalIndustryDataYear", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Method": "POST", + "Command": "New-MgBetaExternalIndustryDataYear", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/years", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-post?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" }, { - "Command": "New-MgBetaFinancialCompanyCountryRegion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCountryRegion", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCountryRegion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/countriesRegions", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCountryRegion" }, { - "Command": "New-MgBetaFinancialCompanyCurrency", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/currencies", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "New-MgBetaFinancialCompanyCustomer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "New-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPayment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomerPayment" }, { - "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomerPaymentJournal" }, { - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomerPayment" }, { - "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanyCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanyEmployee", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEmployee", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyEmployee", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEmployee" }, { - "Command": "New-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyEmployeePicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanyItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "New-MgBetaFinancialCompanyItemCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/itemCategories", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "New-MgBetaFinancialCompanyItemPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanyJournal", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphJournal", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyJournal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journals", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphJournal" }, { - "Command": "New-MgBetaFinancialCompanyJournalLine", "Variants": [ "Create", "Create1", @@ -385008,68 +385007,68 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphJournalLine", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyJournalLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journalLines", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphJournalLine" }, { - "Command": "New-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/paymentMethods", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "New-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/paymentTerms", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "New-MgBetaFinancialCompanyPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "Create", "Create1", @@ -385080,102 +385079,102 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "Create", "Create1", @@ -385186,34 +385185,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "Create", "Create1", @@ -385224,49 +385223,49 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", "Variants": [ "Make", "MakeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleQuoteInvoice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "Create", "Create1", @@ -385277,124 +385276,127 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/shipmentMethods", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "New-MgBetaFinancialCompanyTaxArea", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTaxArea", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyTaxArea", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/taxAreas", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTaxArea" }, { - "Command": "New-MgBetaFinancialCompanyTaxGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTaxGroup", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyTaxGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/taxGroups", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTaxGroup" }, { - "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/unitsOfMeasure", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnitOfMeasure" }, { - "Command": "New-MgBetaFinancialCompanyVendor", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVendor", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyVendor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVendor" }, { - "Command": "New-MgBetaFinancialCompanyVendorPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "POST", + "Command": "New-MgBetaFinancialCompanyVendorPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "New-MgBetaGroup", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "POST", + "Command": "New-MgBetaGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Create", @@ -385421,90 +385423,90 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "New-MgBetaGroupAcceptedSenderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupAcceptedSenderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/acceptedSenders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaGroupAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/groups/{group-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "New-MgBetaGroupCalendarEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", + "Command": "New-MgBetaGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar/events", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "New-MgBetaGroupCalendarPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "POST", + "Command": "New-MgBetaGroupCalendarPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar/calendarPermissions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "New-MgBetaGroupConversation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversation", + "Method": "POST", + "Command": "New-MgBetaGroupConversation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -385523,22 +385525,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-conversations?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversation" }, { - "Command": "New-MgBetaGroupConversationThread", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "POST", + "Command": "New-MgBetaGroupConversationThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -385557,1035 +385559,1032 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "New-MgBetaGroupConversationThreadPostAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaGroupConversationThreadPostExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostInReplyToMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "New-MgBetaGroupConversationThreadPostMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "POST", + "Command": "New-MgBetaGroupConversationThreadPostMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "New-MgBetaGroupDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "POST", + "Command": "New-MgBetaGroupDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "New-MgBetaGroupDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgBetaGroupDriveBundle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgBetaGroupDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgBetaGroupDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgBetaGroupDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgBetaGroupDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemListItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupDriveItemListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgBetaGroupDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaGroupDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "New-MgBetaGroupDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaGroupDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgBetaGroupDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "New-MgBetaGroupDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaGroupDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaGroupDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgBetaGroupDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaGroupDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgBetaGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgBetaGroupDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", + "Command": "New-MgBetaGroupDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgBetaGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgBetaGroupDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupDriveListItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupDriveListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgBetaGroupDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgBetaGroupDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaGroupDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgBetaGroupDriveListPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaGroupDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgBetaGroupDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgBetaGroupDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgBetaGroupDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootListItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupDriveRootListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgBetaGroupDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaGroupDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "New-MgBetaGroupDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaGroupDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgBetaGroupDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "New-MgBetaGroupEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "POST", + "Command": "New-MgBetaGroupEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/endpoints", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "New-MgBetaGroupEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", + "Command": "New-MgBetaGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "New-MgBetaGroupEventAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaGroupEventAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaGroupEventExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupEventExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupEventExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/extensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupEventInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaGroupEventInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupEventInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupEventInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupLifecyclePolicy", "Variants": [ "Create", "Create1", @@ -386594,41 +386593,44 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "POST", + "Command": "New-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groupLifecyclePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "Command": "New-MgBetaGroupMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -386655,22 +386657,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "New-MgBetaGroupOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -386697,22 +386699,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -386739,22 +386741,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgBetaGroupOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgBetaGroupOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -386781,56 +386783,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgBetaGroupOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaGroupOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgBetaGroupOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -386857,22 +386859,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaGroupOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgBetaGroupOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -386899,22 +386901,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgBetaGroupOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -386933,1120 +386935,1117 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", + "Command": "New-MgBetaGroupPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/permissionGrants", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "New-MgBetaGroupRejectedSenderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupRejectedSenderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/rejectedSenders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "POST", + "Command": "New-MgBetaGroupSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgBetaGroupSiteAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "POST", + "Command": "New-MgBetaGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "New-MgBetaGroupSiteColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaGroupSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaGroupSiteContentModel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentModel", + "Method": "POST", + "Command": "New-MgBetaGroupSiteContentModel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentModel" }, { - "Command": "New-MgBetaGroupSiteContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgBetaGroupSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgBetaGroupSiteContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaGroupSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgBetaGroupSiteContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgBetaGroupSiteDocumentProcessingJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Method": "POST", + "Command": "New-MgBetaGroupSiteDocumentProcessingJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentProcessingJob" }, { - "Command": "New-MgBetaGroupSiteGetByPathColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaGroupSiteGetByPathContentModel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentModel", + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathContentModel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentModels", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentModel" }, { - "Command": "New-MgBetaGroupSiteGetByPathContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgBetaGroupSiteGetByPathDocumentProcessingJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathDocumentProcessingJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/documentProcessingJobs", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentProcessingJob" }, { - "Command": "New-MgBetaGroupSiteGetByPathList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "New-MgBetaGroupSiteGetByPathOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgBetaGroupSiteGetByPathPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "New-MgBetaGroupSiteGetByPathPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupSiteGetByPathPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "POST", + "Command": "New-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "New-MgBetaGroupSiteList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "POST", + "Command": "New-MgBetaGroupSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "New-MgBetaGroupSiteListActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "New-MgBetaGroupSiteListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaGroupSiteListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgBetaGroupSiteListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "New-MgBetaGroupSiteListItemActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgBetaGroupSiteListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupSiteListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupSiteListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgBetaGroupSiteListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgBetaGroupSiteListPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupSiteListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaGroupSiteListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgBetaGroupSiteOnenoteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "New-MgBetaGroupSiteOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgBetaGroupSiteOnenoteResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "New-MgBetaGroupSiteOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgBetaGroupSiteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgBetaGroupSitePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", + "Command": "New-MgBetaGroupSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "POST", + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "POST", + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupSitePageAsSitePageWebPart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupSitePageAsSitePageWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupSitePermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaGroupSitePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaGroupSiteRecycleBinItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRecycleBinItem", + "Method": "POST", + "Command": "New-MgBetaGroupSiteRecycleBinItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRecycleBinItem" }, { - "Command": "New-MgBetaGroupSiteTermStoreGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "New-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "Create", "Create1", @@ -388057,17 +388056,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -388078,119 +388077,119 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaGroupSiteTermStoreSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "Create", "Create1", @@ -388201,17 +388200,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "Create", "Create1", @@ -388222,34 +388221,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Create", "Create1", @@ -388260,17 +388259,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -388281,755 +388280,758 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaGroupTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "New-MgBetaGroupTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgBetaGroupTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaGroupTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "New-MgBetaGroupTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgBetaGroupTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgBetaGroupTeamInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", + "Command": "New-MgBetaGroupTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/installedApps", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "New-MgBetaGroupTeamMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgBetaGroupTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgBetaGroupTeamOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST", + "Command": "New-MgBetaGroupTeamOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/operations", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "New-MgBetaGroupTeamPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", + "Command": "New-MgBetaGroupTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/permissionGrants", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "New-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "New-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgBetaGroupTeamPrimaryChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgBetaGroupTeamScheduleDayNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDayNote", + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleDayNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/dayNotes", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDayNote" }, { - "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "New-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/openShifts", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "New-MgBetaGroupTeamScheduleShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/shifts", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "New-MgBetaGroupTeamScheduleShiftRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" }, { - "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "New-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeCards", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "New-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timesOff", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "POST", + "Command": "New-MgBetaGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "New-MgBetaGroupTeamTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "POST", + "Command": "New-MgBetaGroupTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/tags", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "New-MgBetaGroupTeamTagMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "POST", + "Command": "New-MgBetaGroupTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "New-MgBetaGroupThread", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "POST", + "Command": "New-MgBetaGroupThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -389048,509 +389050,506 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "New-MgBetaGroupThreadPostAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaGroupThreadPostExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostInReplyToAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostInReplyToAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostInReplyToExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaGroupThreadPostInReplyToMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostInReplyToMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "New-MgBetaGroupThreadPostMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "POST", + "Command": "New-MgBetaGroupThreadPostMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "New-MgBetaIdentityApiConnector", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", + "Command": "New-MgBetaIdentityApiConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/apiConnectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "New-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "POST", + "Command": "New-MgBetaIdentityAuthenticationEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" }, { - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaIdentityAuthenticationEventListener", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "POST", + "Command": "New-MgBetaIdentityAuthenticationEventListener", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventListeners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationEventListener" }, { - "Command": "New-MgBetaIdentityB2CUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" }, { - "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlowIdentityProviderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-identityproviders?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "POST", + "Command": "New-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-post-userattributeassignments?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "Command": "New-MgBetaIdentityB2XUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" }, { - "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "POST", + "Command": "New-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-authenticationcontextclassreferences?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "Create1", "CreateExpanded1" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" }, { - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Create1", "CreateExpanded1", @@ -389559,22 +389558,25 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -389593,20 +389595,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/namedLocations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNamedLocation" }, { - "Command": "New-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "POST", + "Command": "New-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -389633,728 +389635,728 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/policies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "Command": "New-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "POST", + "Command": "New-MgBetaIdentityCustomAuthenticationExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" }, { - "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "Variants": [ "Generate", "GenerateViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" }, { - "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" }, { - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowNewVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphFinding", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/findings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphFinding" }, { - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphFinding", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/findings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphFinding" }, { - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphFinding", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphFinding" }, { - "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "Command": "New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermissionsRequestChange" }, { - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphScheduledPermissionsRequest", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePermissionManagementScheduledPermissionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissionsmanagement-post-scheduledpermissionsrequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphScheduledPermissionsRequest" }, { - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", @@ -390373,50 +390375,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", @@ -390435,107 +390437,104 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert" }, { - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" }, { - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" }, { - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/operations", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Create", "Create1", @@ -390544,197 +390543,200 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", + "Command": "New-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "New-MgBetaIdentityProvider", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "POST", + "Command": "New-MgBetaIdentityProvider", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/identityProviders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "New-MgBetaIdentityUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Method": "POST", + "Command": "New-MgBetaIdentityUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/userFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-post-userflows?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityUserFlow" }, { - "Command": "New-MgBetaIdentityUserFlowAttribute", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "POST", + "Command": "New-MgBetaIdentityUserFlowAttribute", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/userFlowAttributes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "POST", + "Command": "New-MgBetaInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/dataLossPreventionPolicies", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "Command": "New-MgBetaInformationProtectionPolicyLabel", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "POST", + "Command": "New-MgBetaInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy/labels", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "POST", + "Command": "New-MgBetaInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "POST", + "Command": "New-MgBetaInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "New-MgBetaInvitation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphInvitation", + "Method": "POST", + "Command": "New-MgBetaInvitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Invite.All", @@ -390761,359 +390763,359 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/invitations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInvitation" }, { - "Command": "New-MgBetaNetworkAccessAlert", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/alerts", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessAlert" }, { - "Command": "New-MgBetaNetworkAccessConnectivityBranch", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessConnectivityBranch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-branches?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite" }, { - "Command": "New-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" }, { - "Command": "New-MgBetaNetworkAccessConnectivityBranchDeviceLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessConnectivityBranchDeviceLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-post-devicelinks?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" }, { - "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetwork", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-connectivity-post-remotenetworks?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork" }, { - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" }, { - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" }, { - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "New-MgBetaNetworkAccessFilteringPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessFilteringPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringPolicies", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy" }, { - "Command": "New-MgBetaNetworkAccessFilteringPolicyRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessFilteringPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" }, { - "Command": "New-MgBetaNetworkAccessFilteringProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessFilteringProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile" }, { - "Command": "New-MgBetaNetworkAccessFilteringProfilePolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessFilteringProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "New-MgBetaNetworkAccessForwardingPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessForwardingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingPolicies", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy" }, { - "Command": "New-MgBetaNetworkAccessForwardingPolicyRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessForwardingPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" }, { - "Command": "New-MgBetaNetworkAccessForwardingProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "Command": "New-MgBetaNetworkAccessForwardingProfilePolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "New-MgBetaNetworkAccessLogRemoteNetwork", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessLogRemoteNetwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs/remoteNetworks", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent" }, { - "Command": "New-MgBetaNetworkAccessLogTraffic", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Method": "POST", + "Command": "New-MgBetaNetworkAccessLogTraffic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs/traffic", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic" }, { - "Command": "New-MgBetaOauth2PermissionGrant", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "POST", + "Command": "New-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -391132,81 +391134,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "New-MgBetaOnPremisePublishingProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" }, { - "Command": "New-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnPremisesAgent" }, { - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" }, { - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnPremisesAgent" }, { - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Variants": [ "Create", "Create1", @@ -391217,209 +391216,212 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPublishedResource" }, { - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" }, { - "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConnector", + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConnector" }, { - "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConnectorGroup" }, { - "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPublishedResource" }, { - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" }, { - "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaOrganization", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOrganization", + "Method": "POST", + "Command": "New-MgBetaOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOrganization" }, { - "Command": "New-MgBetaOrganizationBrandingLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "POST", + "Command": "New-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -391438,88 +391440,88 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" }, { - "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "POST", + "Command": "New-MgBetaOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" }, { - "Command": "New-MgBetaOrganizationExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaOrganizationExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaPlaceAsRoomListRoom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoom", + "Method": "POST", + "Command": "New-MgBetaPlaceAsRoomListRoom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList/rooms", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRoom" }, { - "Command": "New-MgBetaPlaceAsRoomListWorkspace", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWorkspace", + "Method": "POST", + "Command": "New-MgBetaPlaceAsRoomListWorkspace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList/workspaces", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWorkspace" }, { - "Command": "New-MgBetaPlannerBucket", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "POST", + "Command": "New-MgBetaPlannerBucket", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -391546,20 +391548,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/buckets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "New-MgBetaPlannerPlan", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST", + "Command": "New-MgBetaPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -391586,20 +391588,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/plans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "New-MgBetaPlannerRoster", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPlannerRoster", + "Method": "POST", + "Command": "New-MgBetaPlannerRoster", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -391618,22 +391620,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Planner", "Uri": "/planner/rosters", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-rosters?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerRoster" }, { - "Command": "New-MgBetaPlannerRosterMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Method": "POST", + "Command": "New-MgBetaPlannerRosterMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -391652,20 +391654,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Planner", "Uri": "/planner/rosters/{plannerRoster-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-post-members?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerRosterMember" }, { - "Command": "New-MgBetaPlannerTask", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "POST", + "Command": "New-MgBetaPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -391692,20 +391694,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -391724,20 +391726,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" }, { - "Command": "New-MgBetaPolicyAppManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -391756,35 +391758,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/appManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "POST", + "Command": "New-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" }, { - "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -391803,69 +391805,69 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "POST", + "Command": "New-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "New-MgBetaPolicyAuthorizationPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyAuthorizationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthorizationPolicy" }, { - "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Method": "POST", + "Command": "New-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" }, { - "Command": "New-MgBetaPolicyClaimMappingPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -391884,84 +391886,84 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/claimsMappingPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "POST", + "Command": "New-MgBetaPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" }, { - "Command": "New-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyFeatureRolloutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/featureRolloutPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/post-featurerolloutpolicies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -391980,261 +391982,261 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "New-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyMobileAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" }, { - "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-post-includedgroups?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" }, { - "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-post-includedgroups?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyPermissionGrantPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" }, { - "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "POST", + "Command": "New-MgBetaPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "POST", + "Command": "New-MgBetaPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "New-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPreApprovalPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/policyroot-post-permissiongrantpreapprovalpolicies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy" }, { - "Command": "New-MgBetaPolicyRoleManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyRoleManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "POST", + "Command": "New-MgBetaPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" }, { - "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "POST", + "Command": "New-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "New-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "POST", + "Command": "New-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" }, { - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "POST", + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" }, { - "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "POST", + "Command": "New-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" }, { - "Command": "New-MgBetaPolicyTokenIssuancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -392253,20 +392255,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "New-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "POST", + "Command": "New-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -392285,50 +392287,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "New-MgBetaPrintConnector", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "POST", + "Command": "New-MgBetaPrintConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/connectors", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "Command": "New-MgBetaPrintOperation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "POST", + "Command": "New-MgBetaPrintOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/operations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "Command": "New-MgBetaPrintPrinter", "Variants": [ "Create1", "CreateExpanded1" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaPrintPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Create", @@ -392355,22 +392357,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/create", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaPrintPrinterJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", + "Command": "New-MgBetaPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -392413,39 +392415,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "New-MgBetaPrintPrinterJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST", + "Command": "New-MgBetaPrintPrinterJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaPrintPrinterJobDocumentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -392472,156 +392474,156 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaPrintPrinterJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", + "Command": "New-MgBetaPrintPrinterJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "New-MgBetaPrintPrinterShare", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShare", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareAllowedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareAllowedUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaPrintPrinterShareJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "New-MgBetaPrintPrinterShareJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareJobDocumentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaPrintPrinterShareJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", + "Command": "New-MgBetaPrintPrinterShareJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "New-MgBetaPrintPrinterTaskTrigger", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "POST", + "Command": "New-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -392640,103 +392642,103 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "New-MgBetaPrintService", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrintService", + "Method": "POST", + "Command": "New-MgBetaPrintService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/services", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintService" }, { - "Command": "New-MgBetaPrintServiceEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "POST", + "Command": "New-MgBetaPrintServiceEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/services/{printService-id}/endpoints", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" }, { - "Command": "New-MgBetaPrintShare", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "POST", + "Command": "New-MgBetaPrintShare", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "New-MgBetaPrintShareAllowedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaPrintShareAllowedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaPrintShareAllowedUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaPrintShareAllowedUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaPrintShareJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", + "Command": "New-MgBetaPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -392771,39 +392773,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "New-MgBetaPrintShareJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST", + "Command": "New-MgBetaPrintShareJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "New-MgBetaPrintShareJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaPrintShareJobDocumentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -392830,386 +392832,383 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaPrintShareJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", + "Command": "New-MgBetaPrintShareJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "New-MgBetaPrintTaskDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "POST", + "Command": "New-MgBetaPrintTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "New-MgBetaPrintTaskDefinitionTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", + "Command": "New-MgBetaPrintTaskDefinitionTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "New-MgBetaPrivacySubjectRightsRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "POST", + "Command": "New-MgBetaPrivacySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "New-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "POST", + "Command": "New-MgBetaPrivacySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "New-MgBetaPrivilegedAccess", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccess" }, { - "Command": "New-MgBetaPrivilegedAccessResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" }, { - "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" }, { - "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "New-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" }, { - "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" }, { - "Command": "New-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "New-MgBetaPrivilegedAccessRoleSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "POST", + "Command": "New-MgBetaPrivilegedAccessRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "New-MgBetaPrivilegedApproval", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "POST", + "Command": "New-MgBetaPrivilegedApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedApproval" }, { - "Command": "New-MgBetaPrivilegedOperationEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Method": "POST", + "Command": "New-MgBetaPrivilegedOperationEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedOperationEvents", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" }, { - "Command": "New-MgBetaPrivilegedRole", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "POST", + "Command": "New-MgBetaPrivilegedRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRole" }, { - "Command": "New-MgBetaPrivilegedRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaPrivilegedRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", "Variants": [ "Make", "MakeViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaPrivilegedRoleAssignmentEligible", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", "Variants": [ "Make", "MakeExpanded", "MakeViaIdentity", "MakeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaPrivilegedRoleAssignmentPermanent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "POST", + "Command": "New-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" }, { - "Command": "New-MgBetaProgram", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphProgram", + "Method": "POST", + "Command": "New-MgBetaProgram", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-create?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphProgram" }, { - "Command": "New-MgBetaProgramControl", "Variants": [ "Create", "Create1", @@ -393222,193 +393221,196 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphProgramControl", + "Method": "POST", + "Command": "New-MgBetaProgramControl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programControls", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-create?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphProgramControl" }, { - "Command": "New-MgBetaProgramControlType", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphProgramControlType", + "Method": "POST", + "Command": "New-MgBetaProgramControlType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programControlTypes", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphProgramControlType" }, { - "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "POST", + "Command": "New-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/authenticationMethods/userRegistrationDetails", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserRegistrationDetails" }, { - "Command": "New-MgBetaReportPartnerBillingManifest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "POST", + "Command": "New-MgBetaReportPartnerBillingManifest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/manifests", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPartnersBillingManifest" }, { - "Command": "New-MgBetaReportPartnerBillingOperation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", + "Command": "New-MgBetaReportPartnerBillingOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/operations", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "New-MgBetaRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "POST", + "Command": "New-MgBetaRiskDetection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskDetections", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRiskDetection" }, { - "Command": "New-MgBetaRiskyServicePrincipal", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "POST", + "Command": "New-MgBetaRiskyServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" }, { - "Command": "New-MgBetaRiskyServicePrincipalHistory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "POST", + "Command": "New-MgBetaRiskyServicePrincipalHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" }, { - "Command": "New-MgBetaRiskyUser", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "POST", + "Command": "New-MgBetaRiskyUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRiskyUser" }, { - "Command": "New-MgBetaRiskyUserHistory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "POST", + "Command": "New-MgBetaRiskyUserHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -393427,37 +393429,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -393500,69 +393502,69 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -393581,37 +393583,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplicationmultiple-post-roleassignments?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -393654,146 +393656,146 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -393828,20 +393830,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -393860,67 +393862,67 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -393939,320 +393941,320 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/transitiveRoleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "New-MgBetaRoleManagementEnterpriseApp", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -394271,298 +394273,298 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "New-MgBetaRoleManagementExchangeCustomAppScope", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCustomAppScope", + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeCustomAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/customAppScopes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrbacapplication-post-customappscope?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomAppScope" }, { - "Command": "New-MgBetaRoleManagementExchangeResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "New-MgBetaRoleManagementExchangeRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "New-MgBetaRoleManagementExchangeRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/transitiveRoleAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "New-MgBetaSchemaExtension", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "POST", + "Command": "New-MgBetaSchemaExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -394581,20 +394583,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.SchemaExtensions", "Uri": "/schemaExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-beta", - "Module": "Beta.SchemaExtensions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSchemaExtension" }, { - "Command": "New-MgBetaSearchAcronym", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "POST", + "Command": "New-MgBetaSearchAcronym", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -394613,20 +394615,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/acronyms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSearchAcronym" }, { - "Command": "New-MgBetaSearchBookmark", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "POST", + "Command": "New-MgBetaSearchBookmark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -394645,20 +394647,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/bookmarks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "Command": "New-MgBetaSearchQna", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSearchQna", + "Method": "POST", + "Command": "New-MgBetaSearchQna", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -394677,268 +394679,268 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/qnas", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSearchQna" }, { - "Command": "New-MgBetaSecurityAction", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAction", + "Method": "POST", + "Command": "New-MgBetaSecurityAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/securityActions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityactions-post?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityAction" }, { - "Command": "New-MgBetaSecurityAlert", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAlert", + "Method": "POST", + "Command": "New-MgBetaSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/alerts", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAlert" }, { - "Command": "New-MgBetaSecurityAlertV2", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "POST", + "Command": "New-MgBetaSecurityAlertV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/alerts_v2", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "Command": "New-MgBetaSecurityAttackSimulation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSimulation", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSimulation" }, { - "Command": "New-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationAutomation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulationAutomations", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSimulationAutomation" }, { - "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSimulationAutomationRun" }, { - "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationEndUserNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/endUserNotifications", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEndUserNotification" }, { - "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" }, { - "Command": "New-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationLandingPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/landingPages", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphLandingPage" }, { - "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphLandingPageDetail" }, { - "Command": "New-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationLoginPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/loginPages", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphLoginPage" }, { - "Command": "New-MgBetaSecurityAttackSimulationOperation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/operations", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttackSimulationOperation" }, { - "Command": "New-MgBetaSecurityAttackSimulationPayload", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPayload", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationPayload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/payloads", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPayload" }, { - "Command": "New-MgBetaSecurityAttackSimulationTraining", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTraining", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationTraining", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTraining" }, { - "Command": "New-MgBetaSecurityAttackSimulationTrainingCampaign", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTrainingCampaign", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationTrainingCampaign", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainingCampaigns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-trainingcampaigns?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTrainingCampaign" }, { - "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "POST", + "Command": "New-MgBetaSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" }, { - "Command": "New-MgBetaSecurityAuditLogQuery", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Method": "POST", + "Command": "New-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AuditLogsQuery-Entra.Read.All", @@ -394997,37 +394999,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/auditLog/queries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-auditcoreroot-post-auditlogqueries?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" }, { - "Command": "New-MgBetaSecurityAuditLogQueryRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Method": "POST", + "Command": "New-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395046,22 +395048,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395080,22 +395082,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395114,22 +395116,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395148,22 +395150,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395182,22 +395184,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395216,22 +395218,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-legalholds?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395250,22 +395252,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-sitesources?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395284,22 +395286,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryholdpolicy-post-usersources?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395318,39 +395320,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityCaseOperation" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395369,39 +395371,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395420,22 +395422,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395454,39 +395456,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "POST", + "Command": "New-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -395505,687 +395507,687 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "New-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Method": "POST", + "Command": "New-MgBetaSecurityCloudAppSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cloudAppSecurityProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" }, { - "Command": "New-MgBetaSecurityCollaborationAnalyzedEmail", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Method": "POST", + "Command": "New-MgBetaSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/collaboration/analyzedEmails", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" }, { - "Command": "New-MgBetaSecurityDomainSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Method": "POST", + "Command": "New-MgBetaSecurityDomainSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/domainSecurityProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDomainSecurityProfile" }, { - "Command": "New-MgBetaSecurityFileSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Method": "POST", + "Command": "New-MgBetaSecurityFileSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/fileSecurityProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphFileSecurityProfile" }, { - "Command": "New-MgBetaSecurityHostSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Method": "POST", + "Command": "New-MgBetaSecurityHostSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/hostSecurityProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHostSecurityProfile" }, { - "Command": "New-MgBetaSecurityIdentityHealthIssue", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "POST", + "Command": "New-MgBetaSecurityIdentityHealthIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/healthIssues", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "Command": "New-MgBetaSecurityIdentitySensor", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySensor", + "Method": "POST", + "Command": "New-MgBetaSecurityIdentitySensor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/sensors", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecuritySensor" }, { - "Command": "New-MgBetaSecurityIdentitySensorDeploymentAccessKey", "Variants": [ "Regenerate" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaSecurityIdentitySensorDeploymentAccessKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/sensors/regenerateDeploymentAccessKey", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaSecurityIncident", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "POST", + "Command": "New-MgBetaSecurityIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/incidents", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityIncident" }, { - "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "POST", + "Command": "New-MgBetaSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "Command": "New-MgBetaSecurityIPSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Method": "POST", + "Command": "New-MgBetaSecurityIPSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/ipSecurityProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIPSecurityProfile" }, { - "Command": "New-MgBetaSecurityLabelAuthority", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "POST", + "Command": "New-MgBetaSecurityLabelAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/authorities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "Command": "New-MgBetaSecurityLabelCategory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "POST", + "Command": "New-MgBetaSecurityLabelCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/categories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "Command": "New-MgBetaSecurityLabelCategorySubcategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "POST", + "Command": "New-MgBetaSecurityLabelCategorySubcategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" }, { - "Command": "New-MgBetaSecurityLabelCitation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "POST", + "Command": "New-MgBetaSecurityLabelCitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/citations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "Command": "New-MgBetaSecurityLabelDepartment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "POST", + "Command": "New-MgBetaSecurityLabelDepartment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/departments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "Command": "New-MgBetaSecurityLabelFilePlanReference", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "POST", + "Command": "New-MgBetaSecurityLabelFilePlanReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/filePlanReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "Command": "New-MgBetaSecurityLabelRetentionLabel", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "POST", + "Command": "New-MgBetaSecurityLabelRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" }, { - "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "POST", + "Command": "New-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" }, { - "Command": "New-MgBetaSecurityPartnerSecurityAlert", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "Method": "POST", + "Command": "New-MgBetaSecurityPartnerSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/partner/securityAlerts", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPartnerSecurityAlert" }, { - "Command": "New-MgBetaSecurityProviderTenantSetting", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Method": "POST", + "Command": "New-MgBetaSecurityProviderTenantSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/providerTenantSettings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphProviderTenantSetting" }, { - "Command": "New-MgBetaSecurityRuleDetectionRule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Method": "POST", + "Command": "New-MgBetaSecurityRuleDetectionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/rules/detectionRules", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityDetectionRule" }, { - "Command": "New-MgBetaSecuritySecureScore", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecureScore", + "Method": "POST", + "Command": "New-MgBetaSecuritySecureScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/secureScores", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecureScore" }, { - "Command": "New-MgBetaSecuritySecureScoreControlProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "POST", + "Command": "New-MgBetaSecuritySecureScoreControlProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/secureScoreControlProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" }, { - "Command": "New-MgBetaSecuritySubjectRightsRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "POST", + "Command": "New-MgBetaSecuritySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "New-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "POST", + "Command": "New-MgBetaSecuritySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceArticle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articleIndicators", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostComponents", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHostComponent" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostCookie", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostCookies", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHostCookie" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostPair", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPairs", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceHostPort", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostPort", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPorts", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHostPort" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostSslCertificates", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostTrackers", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHostTracker" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" }, { - "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/passiveDnsRecords", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/sslCertificates", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceSubdomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/subdomains", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityVulnerability" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisRecords", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -396204,35 +396206,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/emailThreats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-emailthreatsubmission-post-emailthreats?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" }, { - "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" }, { - "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -396251,20 +396253,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/fileThreats", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" }, { - "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Method": "POST", + "Command": "New-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ThreatSubmission.ReadWrite", @@ -396283,159 +396285,159 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/urlThreats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-urlthreatsubmission-post-urlthreats?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" }, { - "Command": "New-MgBetaSecurityTiIndicator", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "POST", + "Command": "New-MgBetaSecurityTiIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/tiIndicators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicators-post?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTiIndicator" }, { - "Command": "New-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "POST", + "Command": "New-MgBetaSecurityTriggerRetentionEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/triggers/retentionEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" }, { - "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "POST", + "Command": "New-MgBetaSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/triggerTypes/retentionEventTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "Command": "New-MgBetaSecurityUserSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Method": "POST", + "Command": "New-MgBetaSecurityUserSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/userSecurityProfiles", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserSecurityProfile" }, { - "Command": "New-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "POST", + "Command": "New-MgBetaServiceAnnouncementHealthOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceHealth" }, { - "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST", + "Command": "New-MgBetaServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "New-MgBetaServiceAnnouncementIssue", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST", + "Command": "New-MgBetaServiceAnnouncementIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "New-MgBetaServiceAnnouncementMessage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "POST", + "Command": "New-MgBetaServiceAnnouncementMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceUpdateMessage" }, { - "Command": "New-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "POST", + "Command": "New-MgBetaServiceAnnouncementMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "Command": "New-MgBetaServicePrincipal", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "POST", + "Command": "New-MgBetaServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -396462,22 +396464,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -396504,22 +396506,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "New-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -396546,22 +396548,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -396604,56 +396606,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" }, { - "Command": "New-MgBetaServicePrincipalEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -396696,39 +396698,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaServicePrincipalLicenseDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalLicenseDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "Command": "New-MgBetaServicePrincipalOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaServicePrincipalOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -396763,22 +396765,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -396805,22 +396807,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-createpasswordsinglesignoncredentials?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet" }, { - "Command": "New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -396855,37 +396857,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetDeviceGroup" }, { - "Command": "New-MgBetaServicePrincipalRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalRiskDetection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/servicePrincipalRiskDetections", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" }, { - "Command": "New-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -396904,22 +396906,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationJobOnDemand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -396938,151 +396940,148 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphStringKeyStringValuePair" }, { - "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "New-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "New-MgBetaShareListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaShareListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaShareListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgBetaShareListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgBetaShareListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaShareListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaShareListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgBetaShareListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgBetaShareListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", + "Command": "New-MgBetaShareListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "New-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Create", "Create1", @@ -397093,17 +397092,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgBetaShareListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgBetaShareListItemPermission", "Variants": [ "Create", "Create1", @@ -397114,17 +397113,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaShareListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaShareListItemVersion", "Variants": [ "Create", "Create1", @@ -397135,124 +397134,127 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgBetaShareListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgBetaShareListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaShareListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/operations", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgBetaShareListPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaShareListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaShareListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaShareListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "POST", + "Command": "New-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedDriveItem" }, { - "Command": "New-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgBetaSiteAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "POST", + "Command": "New-MgBetaSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "New-MgBetaSiteColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -397271,22 +397273,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaSiteContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgBetaSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -397305,22 +397307,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgBetaSiteContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -397339,141 +397341,141 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaSiteContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgBetaSiteContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgBetaSiteGetByPathColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaSiteGetByPathColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaSiteGetByPathContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgBetaSiteGetByPathContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgBetaSiteGetByPathList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "POST", + "Command": "New-MgBetaSiteGetByPathList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "New-MgBetaSiteGetByPathOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaSiteGetByPathOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgBetaSiteGetByPathPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", + "Command": "New-MgBetaSiteGetByPathPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "New-MgBetaSiteGetByPathPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaSiteGetByPathPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaSiteList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "POST", + "Command": "New-MgBetaSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -397492,39 +397494,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "New-MgBetaSiteListActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "POST", + "Command": "New-MgBetaSiteListActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "New-MgBetaSiteListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -397543,39 +397545,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaSiteListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgBetaSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgBetaSiteListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -397594,73 +397596,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaSiteListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgBetaSiteListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgBetaSiteListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", + "Command": "New-MgBetaSiteListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "New-MgBetaSiteListItemActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "POST", + "Command": "New-MgBetaSiteListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "New-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -397695,22 +397697,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgBetaSiteListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaSiteListItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -397737,22 +397739,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaSiteListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -397779,56 +397781,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaSiteListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgBetaSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgBetaSiteListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaSiteListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgBetaSiteListPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -397855,39 +397857,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaSiteListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaSiteListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaSiteOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -397914,22 +397916,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "New-MgBetaSiteOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -397956,22 +397958,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -397998,22 +398000,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgBetaSiteOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgBetaSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -398040,56 +398042,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgBetaSiteOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaSiteOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgBetaSiteOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -398116,22 +398118,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaSiteOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgBetaSiteOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -398158,185 +398160,182 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgBetaSiteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaSiteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgBetaSitePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", + "Command": "New-MgBetaSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "POST", + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "POST", + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaSitePageAsSitePageWebPart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaSitePageAsSitePageWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaSitePermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaSitePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/permissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaSiteTermStoreGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "New-MgBetaSiteTermStoreGroupSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "New-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "Create", "Create1", @@ -398347,17 +398346,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -398368,119 +398367,119 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaSiteTermStoreSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "New-MgBetaSiteTermStoreSetChild", "Variants": [ "Create", "Create1", @@ -398491,17 +398490,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "Create", "Create1", @@ -398512,34 +398511,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "Create", "Create1", @@ -398550,17 +398549,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -398571,500 +398570,503 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaSiteTermStoreSetRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaSiteTermStoreSetTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaSiteTermStoreSetTermChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgBetaSiteTermStoreSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgBetaSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/driveInclusionRules", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "Command": "New-MgBetaSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/driveProtectionUnits", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "Command": "New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" }, { - "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphExchangeRestoreSession" }, { - "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" }, { - "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" }, { - "Command": "New-MgBetaSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/mailboxInclusionRules", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "Command": "New-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/mailboxProtectionUnits", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" }, { - "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" }, { - "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" }, { - "Command": "New-MgBetaSolutionBackupRestorePoint", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestorePoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restorePoints", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "New-MgBetaSolutionBackupRestoreProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/protectionPolicies", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "Command": "New-MgBetaSolutionBackupRestoreServiceApp", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreServiceApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/serviceApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceApp" }, { - "Command": "New-MgBetaSolutionBackupRestoreSession", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restoreSessions", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "Command": "New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" }, { - "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharePointRestoreSession" }, { - "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" }, { - "Command": "New-MgBetaSolutionBackupRestoreSiteInclusionRule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/siteInclusionRules", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "Command": "New-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "POST", + "Command": "New-MgBetaSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/siteProtectionUnits", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "Command": "New-MgBetaSolutionBusinessScenario", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "POST", + "Command": "New-MgBetaSolutionBusinessScenario", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -399083,22 +399085,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/solutionsroot-post-businessscenarios?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBusinessScenario" }, { - "Command": "New-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Method": "POST", + "Command": "New-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -399117,67 +399119,67 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" }, { - "Command": "New-MgBetaSolutionBusinessScenarioPlannerTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Method": "POST", + "Command": "New-MgBetaSolutionBusinessScenarioPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-post-tasks?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphBusinessScenarioTask" }, { - "Command": "New-MgBetaSubscribedSku", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "POST", + "Command": "New-MgBetaSubscribedSku", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/subscribedSkus", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscribedSku" }, { - "Command": "New-MgBetaSubscription", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ChangeNotifications", "Uri": "/subscriptions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-beta", - "Module": "Beta.ChangeNotifications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaTeam", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "POST", + "Command": "New-MgBetaTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Team.Create", @@ -399212,22 +399214,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "New-MgBetaTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "POST", + "Command": "New-MgBetaTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.Create.Group", @@ -399270,54 +399272,54 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "New-MgBetaTeamChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaTeamChannelEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgBetaTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-members?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgBetaTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Send", @@ -399344,39 +399346,39 @@ "IsLeastPrivilege": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messages?view=graph-rest-beta", "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Send", @@ -399403,56 +399405,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post-replies?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", + "Command": "New-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "New-MgBetaTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgBetaTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -399527,22 +399529,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgBetaTeamInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", + "Command": "New-MgBetaTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -399633,224 +399635,224 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "New-MgBetaTeamMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgBetaTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgBetaTeamOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST", + "Command": "New-MgBetaTeamOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "New-MgBetaTeamPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", + "Command": "New-MgBetaTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/permissionGrants", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "New-MgBetaTeamPrimaryChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaTeamPrimaryChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgBetaTeamPrimaryChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaTeamPrimaryChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "New-MgBetaTeamPrimaryChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgBetaTeamPrimaryChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgBetaTeamScheduleDayNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDayNote", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleDayNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/dayNotes", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDayNote" }, { - "Command": "New-MgBetaTeamScheduleOfferShiftRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -399869,22 +399871,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "New-MgBetaTeamScheduleOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -399911,22 +399913,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/openShifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -399945,22 +399947,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "New-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -399979,22 +399981,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/schedulingGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "New-MgBetaTeamScheduleShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -400013,39 +400015,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/shifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" }, { - "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -400064,39 +400066,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "New-MgBetaTeamScheduleTimeCard", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeCards", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-post?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "New-MgBetaTeamScheduleTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -400115,22 +400117,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timesOff", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "New-MgBetaTeamScheduleTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -400149,39 +400151,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeOffReasons", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "New-MgBetaTeamScheduleTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "POST", + "Command": "New-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeOffRequests", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "New-MgBetaTeamTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "POST", + "Command": "New-MgBetaTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -400200,1029 +400202,1029 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "New-MgBetaTeamTagMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "POST", + "Command": "New-MgBetaTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "New-MgBetaTeamworkDeletedChat", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedChats", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaTeamworkDeletedTeam", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeletedTeam" }, { - "Command": "New-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgBetaTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgBetaTeamworkDevice", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkDevice", + "Method": "POST", + "Command": "New-MgBetaTeamworkDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamworkDevice" }, { - "Command": "New-MgBetaTeamworkDeviceOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Method": "POST", + "Command": "New-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" }, { - "Command": "New-MgBetaTeamworkTeamTemplate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTeamTemplate", + "Method": "POST", + "Command": "New-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/teamTemplates", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamTemplate" }, { - "Command": "New-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "POST", + "Command": "New-MgBetaTeamworkTeamTemplateDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamTemplateDefinition" }, { - "Command": "New-MgBetaTeamworkWorkforceIntegration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "POST", + "Command": "New-MgBetaTeamworkWorkforceIntegration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/workforceIntegrations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWorkforceIntegration" }, { - "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" }, { - "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" }, { - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" }, { - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" }, { - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" }, { - "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenant", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenants", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsTenant" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/appPerformances", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/auditEvents", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantGroups", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementActions", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementIntents", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplates", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/myRoles", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsMyRole" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantTags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-managedtenant-post-tenanttags?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" }, { - "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" }, { - "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "POST", + "Command": "New-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/tenants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "Command": "New-MgBetaTrustFrameworkKeySet", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Method": "POST", + "Command": "New-MgBetaTrustFrameworkKeySet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframework-post-keysets?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" }, { - "Command": "New-MgBetaTrustFrameworkKeySetKey", "Variants": [ "Generate", "GenerateExpanded", "GenerateViaIdentity", "GenerateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Method": "POST", + "Command": "New-MgBetaTrustFrameworkKeySetKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-generatekey?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTrustFrameworkKey" }, { - "Command": "New-MgBetaTrustFrameworkPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/policies", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUser", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "POST", + "Command": "New-MgBetaUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -401273,90 +401275,90 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-users?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "New-MgBetaUserActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "POST", + "Command": "New-MgBetaUserActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserActivity" }, { - "Command": "New-MgBetaUserActivityHistoryItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "POST", + "Command": "New-MgBetaUserActivityHistoryItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphActivityHistoryItem" }, { - "Command": "New-MgBetaUserActivityStatistics", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "POST", + "Command": "New-MgBetaUserActivityStatistics", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.People", "Uri": "/users/{user-id}/analytics/activityStatistics", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphActivityStatistics" }, { - "Command": "New-MgBetaUserAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", + "Command": "New-MgBetaUserAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/users/{user-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "New-MgBetaUserAuthenticationEmailMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "POST", + "Command": "New-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -401375,56 +401377,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/emailMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" }, { - "Command": "New-MgBetaUserAuthenticationMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Method": "POST", + "Command": "New-MgBetaUserAuthenticationMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/methods", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationMethod" }, { - "Command": "New-MgBetaUserAuthenticationOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaUserAuthenticationOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/operations", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "New-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "POST", + "Command": "New-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -401443,100 +401445,97 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/phoneMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" }, { - "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "POST", + "Command": "New-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" }, { - "Command": "New-MgBetaUserCalendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "POST", + "Command": "New-MgBetaUserCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendars", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "New-MgBetaUserCalendarEvent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", + "Command": "New-MgBetaUserCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "New-MgBetaUserCalendarGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "POST", + "Command": "New-MgBetaUserCalendarGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendarGroups", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCalendarGroup" }, { - "Command": "New-MgBetaUserCalendarGroupCalendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "POST", + "Command": "New-MgBetaUserCalendarGroupCalendar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "New-MgBetaUserCalendarPermission", "Variants": [ "Create", "Create1", @@ -401547,1246 +401546,1249 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "POST", + "Command": "New-MgBetaUserCalendarPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendar/calendarPermissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-post-calendarpermissions?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "New-MgBetaUserChat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "POST", + "Command": "New-MgBetaUserChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "New-MgBetaUserChatInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", + "Command": "New-MgBetaUserChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "New-MgBetaUserChatMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgBetaUserChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/members", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgBetaUserChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaUserChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaUserChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaUserChatMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgBetaUserChatMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgBetaUserChatOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST", + "Command": "New-MgBetaUserChatOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/operations", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "New-MgBetaUserChatPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", + "Command": "New-MgBetaUserChatPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "New-MgBetaUserChatPinnedMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "POST", + "Command": "New-MgBetaUserChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "New-MgBetaUserChatTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgBetaUserChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgBetaUserCloudPcSnapshot", "Variants": [ "Create", "CreateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserCloudPcSnapshot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/createSnapshot", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-createsnapshot?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "POST", + "Command": "New-MgBetaUserContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "New-MgBetaUserContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserContactFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "POST", + "Command": "New-MgBetaUserContactFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "New-MgBetaUserContactFolderChildFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "POST", + "Command": "New-MgBetaUserContactFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "New-MgBetaUserContactFolderChildFolderContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "POST", + "Command": "New-MgBetaUserContactFolderChildFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserContactFolderContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "POST", + "Command": "New-MgBetaUserContactFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "New-MgBetaUserContactFolderContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserContactFolderContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserDefaultCalendarEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", + "Command": "New-MgBetaUserDefaultCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendar/events", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "New-MgBetaUserDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "POST", + "Command": "New-MgBetaUserDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "New-MgBetaUserDeviceCommand", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCommand", + "Method": "POST", + "Command": "New-MgBetaUserDeviceCommand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/commands", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCommand" }, { - "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "POST", + "Command": "New-MgBetaUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "POST", + "Command": "New-MgBetaUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserDeviceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserDeviceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "POST", + "Command": "New-MgBetaUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserDeviceRegisteredOwnerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserDeviceRegisteredUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserDeviceRegisteredUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserDeviceUsageRights", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "POST", + "Command": "New-MgBetaUserDeviceUsageRights", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/usageRights", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUsageRight" }, { - "Command": "New-MgBetaUserDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "POST", + "Command": "New-MgBetaUserDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "New-MgBetaUserDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgBetaUserDriveBundle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgBetaUserDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgBetaUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgBetaUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgBetaUserDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgBetaUserDriveItemChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgBetaUserDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaUserDriveItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgBetaUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgBetaUserDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaUserDriveItemListItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaUserDriveItemListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaUserDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaUserDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgBetaUserDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgBetaUserDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaUserDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaUserDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaUserDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaUserDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgBetaUserDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "New-MgBetaUserDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaUserDriveItemUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaUserDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgBetaUserDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "New-MgBetaUserDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaUserDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaUserDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgBetaUserDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgBetaUserDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgBetaUserDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgBetaUserDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgBetaUserDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", + "Command": "New-MgBetaUserDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgBetaUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgBetaUserDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaUserDriveListItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaUserDriveListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaUserDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaUserDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgBetaUserDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgBetaUserDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgBetaUserDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgBetaUserDriveListPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaUserDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaUserDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaUserDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgBetaUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgBetaUserDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgBetaUserDriveRootChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgBetaUserDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaUserDriveRootLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgBetaUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgBetaUserDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaUserDriveRootListItemLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-createlink?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaUserDriveRootListItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaUserDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaUserDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgBetaUserDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgBetaUserDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgBetaUserDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgBetaUserDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgBetaUserDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgBetaUserDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgBetaUserDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "New-MgBetaUserDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaUserDriveRootUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaUserDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgBetaUserDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "New-MgBetaUserEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", + "Command": "New-MgBetaUserEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "New-MgBetaUserEventAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaUserEventAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaUserEventAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaUserEventAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -402805,970 +402807,970 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaUserEventExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserEventExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserEventExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserEventInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaUserEventInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaUserEventInstanceAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserEventInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserEventInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserInferenceClassificationOverride", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "POST", + "Command": "New-MgBetaUserInferenceClassificationOverride", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/inferenceClassification/overrides", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" }, { - "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "Command": "New-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/policy/labels", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "POST", + "Command": "New-MgBetaUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "New-MgBetaUserInsightShared", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "POST", + "Command": "New-MgBetaUserInsightShared", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/shared", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedInsight" }, { - "Command": "New-MgBetaUserInsightTrending", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrending", + "Method": "POST", + "Command": "New-MgBetaUserInsightTrending", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/trending", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTrending" }, { - "Command": "New-MgBetaUserInsightUsed", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "POST", + "Command": "New-MgBetaUserInsightUsed", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/used", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUsedInsight" }, { - "Command": "New-MgBetaUserMailFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", + "Command": "New-MgBetaUserMailFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "New-MgBetaUserMailFolderChildFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "New-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageForward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageReplyAll", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "New-MgBetaUserMailFolderMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgBetaUserMailFolderMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaUserMailFolderMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserMailFolderMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageForward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgBetaUserMailFolderMessageMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "New-MgBetaUserMailFolderMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgBetaUserMailFolderMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageReplyAll", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgBetaUserMailFolderMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "POST", + "Command": "New-MgBetaUserMailFolderMessageRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "New-MgBetaUserManagedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "POST", + "Command": "New-MgBetaUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "New-MgBetaUserManagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "New-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceLogCollectionResponseDownloadUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", "Variants": [ "Update", "UpdateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST", + "Command": "New-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "New-MgBetaUserMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgBetaUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgBetaUserMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaUserMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaUserMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaUserMessageAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -403787,190 +403789,190 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaUserMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgBetaUserMessageForward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/createForward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgBetaUserMessageMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMention", + "Method": "POST", + "Command": "New-MgBetaUserMessageMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/mentions", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMention" }, { - "Command": "New-MgBetaUserMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgBetaUserMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/createReply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgBetaUserMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgBetaUserMessageReplyAll", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgBetaUserMobileAppIntentAndState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Method": "POST", + "Command": "New-MgBetaUserMobileAppIntentAndState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppIntentAndStates", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppIntentAndState" }, { - "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "POST", + "Command": "New-MgBetaUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "POST", + "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Method": "POST", + "Command": "New-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails" }, { - "Command": "New-MgBetaUserNotification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotification", + "Method": "POST", + "Command": "New-MgBetaUserNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/notifications", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNotification" }, { - "Command": "New-MgBetaUserOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -403997,22 +403999,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "New-MgBetaUserOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -404039,22 +404041,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -404081,22 +404083,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgBetaUserOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgBetaUserOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -404123,56 +404125,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgBetaUserOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaUserOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgBetaUserOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -404199,22 +404201,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgBetaUserOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgBetaUserOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -404241,22 +404243,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgBetaUserOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -404275,32 +404277,29 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "Create1", @@ -404311,58 +404310,61 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "New-MgBetaUserOnlineMeetingRecording", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" }, { - "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -404389,260 +404391,260 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistration-post-registrants?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" }, { - "Command": "New-MgBetaUserOnlineMeetingTranscript", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST", + "Command": "New-MgBetaUserOnlineMeetingTranscript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "New-MgBetaUserOutlookMasterCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "POST", + "Command": "New-MgBetaUserOutlookMasterCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/masterCategories", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOutlookCategory" }, { - "Command": "New-MgBetaUserOutlookTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/tasks", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "New-MgBetaUserOutlookTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaUserOutlookTaskFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOutlookTaskFolder" }, { - "Command": "New-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskFolderTaskAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaUserOutlookTaskGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOutlookTaskGroup" }, { - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOutlookTaskFolder" }, { - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaUserProfileAccount", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserAccountInformation", + "Method": "POST", + "Command": "New-MgBetaUserProfileAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -404661,22 +404663,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/account", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserAccountInformation" }, { - "Command": "New-MgBetaUserProfileAddress", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAddress", + "Method": "POST", + "Command": "New-MgBetaUserProfileAddress", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -404695,22 +404697,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/addresses", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemAddress" }, { - "Command": "New-MgBetaUserProfileAnniversary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Method": "POST", + "Command": "New-MgBetaUserProfileAnniversary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -404729,22 +404731,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/anniversaries", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPersonAnnualEvent" }, { - "Command": "New-MgBetaUserProfileAward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonAward", + "Method": "POST", + "Command": "New-MgBetaUserProfileAward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -404763,22 +404765,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/awards", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPersonAward" }, { - "Command": "New-MgBetaUserProfileCertification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonCertification", + "Method": "POST", + "Command": "New-MgBetaUserProfileCertification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -404797,22 +404799,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/certifications", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPersonCertification" }, { - "Command": "New-MgBetaUserProfileEducationalActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationalActivity", + "Method": "POST", + "Command": "New-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -404831,22 +404833,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/educationalActivities", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationalActivity" }, { - "Command": "New-MgBetaUserProfileEmail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemEmail", + "Method": "POST", + "Command": "New-MgBetaUserProfileEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -404865,22 +404867,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/emails", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemEmail" }, { - "Command": "New-MgBetaUserProfileInterest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonInterest", + "Method": "POST", + "Command": "New-MgBetaUserProfileInterest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -404899,22 +404901,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/interests", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPersonInterest" }, { - "Command": "New-MgBetaUserProfileLanguage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLanguageProficiency", + "Method": "POST", + "Command": "New-MgBetaUserProfileLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -404933,22 +404935,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/languages", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphLanguageProficiency" }, { - "Command": "New-MgBetaUserProfileName", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonName", + "Method": "POST", + "Command": "New-MgBetaUserProfileName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -404991,22 +404993,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/names", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPersonName" }, { - "Command": "New-MgBetaUserProfileNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonAnnotation", + "Method": "POST", + "Command": "New-MgBetaUserProfileNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -405025,22 +405027,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/notes", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPersonAnnotation" }, { - "Command": "New-MgBetaUserProfilePatent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPatent", + "Method": "POST", + "Command": "New-MgBetaUserProfilePatent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -405059,22 +405061,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/patents", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPatent" }, { - "Command": "New-MgBetaUserProfilePhone", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPhone", + "Method": "POST", + "Command": "New-MgBetaUserProfilePhone", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -405093,22 +405095,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/phones", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPhone" }, { - "Command": "New-MgBetaUserProfilePosition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWorkPosition", + "Method": "POST", + "Command": "New-MgBetaUserProfilePosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -405127,22 +405129,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/positions", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWorkPosition" }, { - "Command": "New-MgBetaUserProfileProject", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProjectParticipation", + "Method": "POST", + "Command": "New-MgBetaUserProfileProject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -405161,22 +405163,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/projects", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphProjectParticipation" }, { - "Command": "New-MgBetaUserProfilePublication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPublication", + "Method": "POST", + "Command": "New-MgBetaUserProfilePublication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -405195,22 +405197,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/publications", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemPublication" }, { - "Command": "New-MgBetaUserProfileSkill", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSkillProficiency", + "Method": "POST", + "Command": "New-MgBetaUserProfileSkill", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -405229,22 +405231,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/skills", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSkillProficiency" }, { - "Command": "New-MgBetaUserProfileWebAccount", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWebAccount", + "Method": "POST", + "Command": "New-MgBetaUserProfileWebAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -405263,22 +405265,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/webAccounts", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWebAccount" }, { - "Command": "New-MgBetaUserProfileWebsite", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonWebsite", + "Method": "POST", + "Command": "New-MgBetaUserProfileWebsite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -405297,124 +405299,124 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/websites", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPersonWebsite" }, { - "Command": "New-MgBetaUserScopedRoleMemberOf", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", + "Command": "New-MgBetaUserScopedRoleMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/users/{user-id}/scopedRoleMemberOf", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "POST", + "Command": "New-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "Command": "New-MgBetaUserSettingStorageQuotaService", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "POST", + "Command": "New-MgBetaUserSettingStorageQuotaService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/storage/quota/services", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" }, { - "Command": "New-MgBetaUserSettingWindows", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "POST", + "Command": "New-MgBetaUserSettingWindows", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/windows", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsSetting" }, { - "Command": "New-MgBetaUserSettingWindowsInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "POST", + "Command": "New-MgBetaUserSettingWindowsInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsSettingInstance" }, { - "Command": "New-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "POST", + "Command": "New-MgBetaUserTeamworkAssociatedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/associatedTeams", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" }, { - "Command": "New-MgBetaUserTeamworkInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "POST", + "Command": "New-MgBetaUserTeamworkInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -405513,22 +405515,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" }, { - "Command": "New-MgBetaUserTodoList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "POST", + "Command": "New-MgBetaUserTodoList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -405547,39 +405549,39 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "Command": "New-MgBetaUserTodoListExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserTodoListExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaUserTodoListTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "POST", + "Command": "New-MgBetaUserTodoListTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -405598,22 +405600,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTodoTask" }, { - "Command": "New-MgBetaUserTodoListTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -405632,22 +405634,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachmentBase" }, { - "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskAttachmentUploadSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -405666,22 +405668,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgBetaUserTodoListTaskChecklistItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskChecklistItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -405700,582 +405702,582 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphChecklistItem" }, { - "Command": "New-MgBetaUserTodoListTaskExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaUserTodoListTaskExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaVirtualEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "POST", + "Command": "New-MgBetaVirtualEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEvent" }, { - "Command": "New-MgBetaVirtualEventPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "POST", + "Command": "New-MgBetaVirtualEventPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "New-MgBetaVirtualEventSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST", + "Command": "New-MgBetaVirtualEventSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "New-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", + "Command": "New-MgBetaVirtualEventSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", + "Command": "New-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "New-MgBetaVirtualEventTownhall", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "POST", + "Command": "New-MgBetaVirtualEventTownhall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "Command": "New-MgBetaVirtualEventTownhallPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "POST", + "Command": "New-MgBetaVirtualEventTownhallPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "New-MgBetaVirtualEventTownhallSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST", + "Command": "New-MgBetaVirtualEventTownhallSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", + "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", + "Command": "New-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "New-MgBetaVirtualEventWebinar", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "Command": "New-MgBetaVirtualEventWebinarPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "New-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" }, { - "Command": "New-MgBetaVirtualEventWebinarSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", + "Command": "New-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "New-MgBetaWindowsUpdatesDeployment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesDeployment", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuDeployment", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-deployments?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuDeployment", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" }, { - "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContent", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContent", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" }, { - "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" }, { - "Command": "New-MgBetaWindowsUpdatesPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicy", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuPolicy", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatepolicies?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuPolicy", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" }, { - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContent", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContent", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" }, { - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" }, { - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuPolicyAudienceExclusion", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuPolicyAudienceExclusion", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuPolicyAudienceMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuPolicyAudienceMember", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuPolicyComplianceChange", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-post-compliancechanges-contentapproval?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuPolicyComplianceChange", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" }, { - "Command": "New-MgBetaWindowsUpdatesProduct", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesProduct", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuProduct", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuProduct", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" }, { - "Command": "New-MgBetaWindowsUpdatesProductEdition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesProductEdition", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuProductEdition", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/editions", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuProductEdition", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" }, { - "Command": "New-MgBetaWindowsUpdatesProductKnownIssue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesProductKnownIssue", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuProductKnownIssue", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuProductKnownIssue", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" }, { - "Command": "New-MgBetaWindowsUpdatesProductRevision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesProductRevision", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuProductRevision", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/revisions", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuProductRevision", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" }, { - "Command": "New-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesResourceConnection", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuResourceConnection", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/resourceConnections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-resourceconnections-operationalinsightsconnection?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuResourceConnection", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" }, { - "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBetaWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "CommandAlias": "New-MgBetaWuUpdatableAsset", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatableAssets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminwindowsupdates-post-updatableassets-updatableassetgroup?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "New-MgBetaWuUpdatableAsset", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBookingBusiness", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "POST", + "Command": "New-MgBookingBusiness", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-bookingbusinesses?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "Command": "New-MgBookingBusinessAppointment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "POST", + "Command": "New-MgBookingBusinessAppointment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -406310,39 +406312,39 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-appointments?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "New-MgBookingBusinessCalendarView", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "POST", + "Command": "New-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "New-MgBookingBusinessCustomer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBookingBusinessCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -406369,22 +406371,22 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customers?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBookingBusinessCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "POST", + "Command": "New-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -406411,22 +406413,22 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-customquestions?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingCustomQuestion" }, { - "Command": "New-MgBookingBusinessService", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBookingService", + "Method": "POST", + "Command": "New-MgBookingBusinessService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -406445,22 +406447,22 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-services?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingService" }, { - "Command": "New-MgBookingBusinessStaffMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -406479,35 +406481,35 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-post-staffmembers?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgBookingCurrency", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "POST", + "Command": "New-MgBookingCurrency", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/bookingCurrencies", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBookingCurrency" }, { - "Command": "New-MgChat", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "POST", + "Command": "New-MgChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.Create", @@ -406526,22 +406528,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "New-MgChatInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", + "Command": "New-MgChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -406632,22 +406634,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-installedapps?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "New-MgChatMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -406690,22 +406692,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-members?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -406740,90 +406742,90 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgChatMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgChatMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgChatMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgChatPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", + "Command": "New-MgChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "New-MgChatPinnedMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "POST", + "Command": "New-MgChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -406850,22 +406852,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-pinnedmessages?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "New-MgChatTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Create", @@ -406932,20 +406934,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/tabs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-post-tabs?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgCommunicationCall", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCall", + "Method": "POST", + "Command": "New-MgCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCalls.Chat", @@ -406988,22 +406990,22 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-post-calls?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCall" }, { - "Command": "New-MgCommunicationCallAudioRoutingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "POST", + "Command": "New-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -407022,280 +407024,280 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-post-audioroutinggroups?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAudioRoutingGroup" }, { - "Command": "New-MgCommunicationCallContentSharingSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/contentSharingSessions", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgCommunicationCallOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "POST", + "Command": "New-MgCommunicationCallOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/operations", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCommsOperation" }, { - "Command": "New-MgCommunicationCallParticipant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphParticipant", + "Method": "POST", + "Command": "New-MgCommunicationCallParticipant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/participants", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphParticipant" }, { - "Command": "New-MgCommunicationCallRecordParticipantV2", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "POST", + "Command": "New-MgCommunicationCallRecordParticipantV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCallRecordsParticipant" }, { - "Command": "New-MgCommunicationCallRecordSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "POST", + "Command": "New-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCallRecordsSession" }, { - "Command": "New-MgCommunicationOnlineMeeting", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", + "Command": "New-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", + "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", + "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "New-MgCommunicationOnlineMeetingRecording", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "POST", + "Command": "New-MgCommunicationOnlineMeetingRecording", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "New-MgCommunicationOnlineMeetingTranscript", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST", + "Command": "New-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "New-MgCommunicationPresence", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "POST", + "Command": "New-MgCommunicationPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/presences", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "New-MgContact", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "POST", + "Command": "New-MgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "New-MgContract", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphContract", + "Method": "POST", + "Command": "New-MgContract", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContract" }, { - "Command": "New-MgDataPolicyOperation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "POST", + "Command": "New-MgDataPolicyOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/dataPolicyOperations", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDataPolicyOperation" }, { - "Command": "New-MgDevice", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "POST", + "Command": "New-MgDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-devices?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "POST", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtection", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407314,37 +407316,37 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "POST", + "Command": "New-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407363,22 +407365,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", + "Command": "New-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407397,37 +407399,37 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "POST", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtection", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407446,52 +407448,52 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "New-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedAppPolicy", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtManagedAppPolicy", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "New-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistration", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407510,56 +407512,56 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistration", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407578,152 +407580,152 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtManagedAppRegistrationOperation", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "Command": "New-MgDeviceAppManagementManagedAppStatus", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedAppStatus", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedAppStatus", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppStatuses", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtManagedAppStatus", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedAppStatus" }, { - "Command": "New-MgDeviceAppManagementManagedEBook", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBook", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-create?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtManagedEBook", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedEBook" }, { - "Command": "New-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebookassignment-create?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedEBookAssignment" }, { - "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookDeviceState", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-create?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookDeviceState", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-create?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummary", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserInstallStateSummary" }, { - "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "POST", + "Command": "New-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" }, { - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407742,22 +407744,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -407776,1000 +407778,1000 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "New-MgDeviceAppManagementMobileApp", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMobileApp", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-androidstoreapp-create?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileApp" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-create?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppCategory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-create?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppCategory", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "New-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfiguration", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-create?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfiguration", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" }, { - "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-create?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" }, { - "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-create?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "POST", + "Command": "New-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-create?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "POST", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "POST", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -408788,37 +408790,37 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "New-MgDeviceAppManagementVppToken", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphVppToken", + "Method": "POST", + "Command": "New-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -408837,20 +408839,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtVppToken", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVppToken" }, { - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "POST", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -408869,39 +408871,39 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "POST", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -408920,22 +408922,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "POST", + "Command": "New-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -408954,52 +408956,52 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "New-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "New-MgDeviceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/extensions", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceManagementAuditEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "POST", + "Command": "New-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/auditEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "Command": "New-MgDeviceManagementComplianceManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "POST", + "Command": "New-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -409018,20 +409020,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/complianceManagementPartners", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "Command": "New-MgDeviceManagementDetectedApp", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "POST", + "Command": "New-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -409050,20 +409052,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/detectedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "Command": "New-MgDeviceManagementDeviceCategory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -409082,252 +409084,252 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCategories", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "New-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" }, { - "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" }, { - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" }, { - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" }, { - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" }, { - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" }, { - "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" }, { - "Command": "New-MgDeviceManagementDeviceConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" }, { - "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -409346,22 +409348,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -409380,20 +409382,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "Command": "New-MgDeviceManagementExchangeConnector", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "POST", + "Command": "New-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -409412,50 +409414,50 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeConnectors", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" }, { - "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "POST", + "Command": "New-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "Command": "New-MgDeviceManagementIoUpdateStatus", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "POST", + "Command": "New-MgDeviceManagementIoUpdateStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/iosUpdateStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" }, { - "Command": "New-MgDeviceManagementManagedDevice", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -409474,118 +409476,118 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "ApiReferenceLink": null, - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", "Variants": [ "Update", "UpdateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST", + "Command": "New-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "POST", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "POST", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -409604,20 +409606,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Method": "POST", + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.Read.All", @@ -409652,20 +409654,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-createdownloadurl?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails" }, { - "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "POST", + "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -409684,52 +409686,52 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "Command": "New-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "POST", + "Command": "New-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" }, { - "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "POST", + "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "Command": "New-MgDeviceManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "POST", + "Command": "New-MgDeviceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -409748,20 +409750,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/deviceManagementPartners", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementPartner" }, { - "Command": "New-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "POST", + "Command": "New-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -409780,20 +409782,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/remoteAssistancePartners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "Command": "New-MgDeviceManagementResourceOperation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "POST", + "Command": "New-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -409812,20 +409814,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/resourceOperations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceOperation" }, { - "Command": "New-MgDeviceManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -409844,20 +409846,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" }, { - "Command": "New-MgDeviceManagementRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "POST", + "Command": "New-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -409876,22 +409878,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -409910,99 +409912,99 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRoleAssignment" }, { - "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "POST", + "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/telecomExpenseManagementPartners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" }, { - "Command": "New-MgDeviceManagementTermAndCondition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "POST", + "Command": "New-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "POST", + "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" }, { - "Command": "New-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" }, { - "Command": "New-MgDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "POST", + "Command": "New-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/troubleshootingEvents", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410021,20 +410023,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410053,20 +410055,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410085,20 +410087,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410117,20 +410119,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410149,20 +410151,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410181,20 +410183,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410213,20 +410215,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410245,35 +410247,35 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410292,52 +410294,52 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410356,20 +410358,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410388,20 +410390,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410420,20 +410422,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410452,20 +410454,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410484,20 +410486,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410516,20 +410518,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410548,20 +410550,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410580,20 +410582,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410612,22 +410614,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410646,20 +410648,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "POST", + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -410678,174 +410680,174 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" }, { - "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/deviceImages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-deviceimages?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" }, { - "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/galleryImages", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" }, { - "Command": "New-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-onpremisesconnections?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" }, { - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-provisioningpolicies?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" }, { - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" }, { - "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualendpoint-post-usersettings?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcUserSetting" }, { - "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "POST", + "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" }, { - "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "POST", + "Command": "New-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-create?view=graph-rest-1.0", - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "POST", + "Command": "New-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" }, { - "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "POST", + "Command": "New-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" }, { - "Command": "New-MgDeviceManagementWindowsMalwareInformation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "POST", + "Command": "New-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -410864,22 +410866,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "POST", + "Command": "New-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -410898,88 +410900,88 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-create?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" }, { - "Command": "New-MgDeviceRegisteredOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceRegisteredOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredowners?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDeviceRegisteredUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDeviceRegisteredUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-post-registeredusers?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDirectoryAdministrativeUnit", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-administrativeunits?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "New-MgDirectoryAdministrativeUnitExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDirectoryAdministrativeUnitMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -411022,22 +411024,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AdministrativeUnit.ReadWrite.All", @@ -411080,357 +411082,357 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-members?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", + "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-post-scopedrolemembers?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "New-MgDirectoryAttributeSet", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "POST", + "Command": "New-MgDirectoryAttributeSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/attributeSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-attributesets?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttributeSet" }, { - "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "POST", + "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-post-customsecurityattributedefinitions?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" }, { - "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "POST", + "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-post-allowedvalues?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAllowedValue" }, { - "Command": "New-MgDirectoryDeviceLocalCredential", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "POST", + "Command": "New-MgDirectoryDeviceLocalCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deviceLocalCredentials", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" }, { - "Command": "New-MgDirectoryFederationConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "POST", + "Command": "New-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "New-MgDirectoryObject", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "New-MgDirectoryObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DirectoryObjects", "Uri": "/directoryObjects", "ApiReferenceLink": null, - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "New-MgDirectoryOnPremiseSynchronization", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "POST", + "Command": "New-MgDirectoryOnPremiseSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/onPremisesSynchronization", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" }, { - "Command": "New-MgDirectoryRole", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "POST", + "Command": "New-MgDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-directoryroles?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "New-MgDirectoryRoleMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgDirectoryRoleMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-post-members?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgDirectoryRoleScopedMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", + "Command": "New-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "New-MgDirectoryRoleTemplate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "POST", + "Command": "New-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" }, { - "Command": "New-MgDirectorySubscription", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "POST", + "Command": "New-MgDirectorySubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/subscriptions", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "New-MgDomain", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDomain", + "Method": "POST", + "Command": "New-MgDomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-domains?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDomain" }, { - "Command": "New-MgDomainFederationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "POST", + "Command": "New-MgDomainFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/federationConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-post-federationconfiguration?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphInternalDomainFederation" }, { - "Command": "New-MgDomainServiceConfigurationRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "POST", + "Command": "New-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "New-MgDomainVerificationDnsRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "POST", + "Command": "New-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verificationDnsRecords", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "New-MgDrive", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "POST", + "Command": "New-MgDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "New-MgDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgDriveBundle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/bundles", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgDriveItemChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -411457,22 +411459,22 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgDriveItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -411499,124 +411501,124 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgDriveItemListItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "New-MgDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgDriveItemUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -411643,411 +411645,411 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "New-MgDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", + "Command": "New-MgDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "New-MgDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgDriveListItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgDriveRootChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/children", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgDriveRootLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgDriveRootListItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/createLink", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "New-MgDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgDriveRootUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "New-MgEducationClass", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "POST", + "Command": "New-MgEducationClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "New-MgEducationClassAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "New-MgEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -412066,15 +412068,12 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-assignment?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "New-MgEducationClassAssignmentCategory", "Variants": [ "Create", "Create1", @@ -412085,7 +412084,10 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -412104,22 +412106,22 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentCategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-category?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "New-MgEducationClassAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgEducationClassAssignmentCategoryByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -412138,22 +412140,22 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-categories?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgEducationClassAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -412172,56 +412174,56 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-post-resource?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "New-MgEducationClassAssignmentSettingGradingCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "New-MgEducationClassAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "New-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -412240,22 +412242,22 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-post-outcomes?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "New-MgEducationClassAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -412274,39 +412276,39 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-post-resources?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgEducationClassMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgEducationClassMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduRoster.ReadWrite.All", @@ -412325,22 +412327,22 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-members?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgEducationClassModule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", + "Command": "New-MgEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -412359,22 +412361,22 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-module?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "New-MgEducationClassModuleResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "POST", + "Command": "New-MgEducationClassModuleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -412393,171 +412395,171 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-post-resources?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "Command": "New-MgEducationClassTeacherByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgEducationClassTeacherByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/teachers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-post-teachers?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgEducationMeAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "New-MgEducationMeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "New-MgEducationMeAssignmentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST", + "Command": "New-MgEducationMeAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "New-MgEducationMeAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgEducationMeAssignmentCategoryByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgEducationMeAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", + "Command": "New-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "New-MgEducationMeAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "New-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "New-MgEducationMeAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgEducationMeRubric", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "POST", + "Command": "New-MgEducationMeRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -412576,458 +412578,455 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/rubrics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post-rubrics?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "New-MgEducationSchool", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "POST", + "Command": "New-MgEducationSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/schools", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "New-MgEducationSchoolClassByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgEducationSchoolClassByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}/classes/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-classes?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgEducationSchoolUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgEducationSchoolUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}/users/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-post-users?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgEducationUser", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "POST", + "Command": "New-MgEducationUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-post?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "New-MgEducationUserAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "New-MgEducationUserAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "New-MgEducationUserAssignmentCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "POST", + "Command": "New-MgEducationUserAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "New-MgEducationUserAssignmentCategoryByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgEducationUserAssignmentCategoryByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgEducationUserAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "POST", + "Command": "New-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "New-MgEducationUserAssignmentSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "New-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "New-MgEducationUserAssignmentSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "POST", + "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "New-MgEducationUserRubric", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "POST", + "Command": "New-MgEducationUserRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/rubrics", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "New-MgEntitlementManagementAccessPackage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-accesspackages?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatibleaccesspackage?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-incompatiblegroup?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-post-resourcerolescopes?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" }, { - "Command": "New-MgEntitlementManagementAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Method": "POST", + "Command": "New-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignments", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageAssignment" }, { - "Command": "New-MgEntitlementManagementAssignmentPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "POST", + "Command": "New-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentpolicies?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "POST", + "Command": "New-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" }, { - "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "POST", + "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageQuestion" }, { - "Command": "New-MgEntitlementManagementAssignmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Method": "POST", + "Command": "New-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-assignmentrequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest" }, { - "Command": "New-MgEntitlementManagementCatalog", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-catalogs?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-post-accesspackagecustomworkflowextensions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "New-MgEntitlementManagementCatalogResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "New-MgEntitlementManagementCatalogResourceRole", "Variants": [ "Create", "Create1", @@ -413042,17 +413041,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "Create", "Create1", @@ -413063,34 +413062,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementCatalogResourceScope", "Variants": [ "Create", "Create1", @@ -413105,17 +413104,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "Create", "Create1", @@ -413126,247 +413125,247 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementConnectedOrganization", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "POST", + "Command": "New-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-externalsponsors?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-post-internalsponsors?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgEntitlementManagementResource", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "POST", + "Command": "New-MgEntitlementManagementResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "New-MgEntitlementManagementResourceEnvironment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "New-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementResourceRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagement-post-resourcerequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" }, { - "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "Create", "Create1", @@ -413381,17 +413380,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "Create", "Create1", @@ -413402,34 +413401,34 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "Create", "Create1", @@ -413444,17 +413443,17 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "Create", "Create1", @@ -413465,292 +413464,295 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRequestResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementResourceRoleScope", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" }, { - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgEntitlementManagementResourceScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "New-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "POST", + "Command": "New-MgEntitlementManagementResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "New-MgExternalConnection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "POST", + "Command": "New-MgExternalConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -413769,22 +413771,22 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-external-post-connections?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "Command": "New-MgExternalConnectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "POST", + "Command": "New-MgExternalConnectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -413803,22 +413805,22 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/groups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-post-groups?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" }, { - "Command": "New-MgExternalConnectionGroupMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "POST", + "Command": "New-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -413837,71 +413839,71 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-post-members?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "Command": "New-MgExternalConnectionItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "POST", + "Command": "New-MgExternalConnectionItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" }, { - "Command": "New-MgExternalConnectionItemActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "POST", + "Command": "New-MgExternalConnectionItemActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" }, { - "Command": "New-MgExternalConnectionOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "POST", + "Command": "New-MgExternalConnectionOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/operations", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "Command": "New-MgGroup", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "POST", + "Command": "New-MgGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Create", @@ -413928,90 +413930,90 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-groups?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "New-MgGroupAcceptedSenderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupAcceptedSenderByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/acceptedSenders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-acceptedsenders?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", + "Command": "New-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/groups/{group-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-approleassignments?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "New-MgGroupCalendarEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", + "Command": "New-MgGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar/events", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "New-MgGroupCalendarPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "POST", + "Command": "New-MgGroupCalendarPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar/calendarPermissions", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "New-MgGroupConversation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversation", + "Method": "POST", + "Command": "New-MgGroupConversation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -414030,22 +414032,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversation" }, { - "Command": "New-MgGroupConversationThread", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "POST", + "Command": "New-MgGroupConversationThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -414064,814 +414066,811 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-post-threads?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "New-MgGroupConversationThreadPostAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgGroupConversationThreadPostExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "POST", + "Command": "New-MgGroupDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "New-MgGroupDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgGroupDriveBundle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgGroupDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgGroupDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgGroupDriveItemChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgGroupDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgGroupDriveItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgGroupDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgGroupDriveItemListItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgGroupDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgGroupDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgGroupDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgGroupDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgGroupDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "New-MgGroupDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgGroupDriveItemUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgGroupDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgGroupDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "New-MgGroupDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgGroupDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgGroupDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgGroupDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgGroupDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgGroupDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgGroupDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", + "Command": "New-MgGroupDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "New-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgGroupDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgGroupDriveListItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgGroupDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgGroupDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgGroupDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgGroupDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgGroupDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgGroupDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgGroupDriveRootChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgGroupDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgGroupDriveRootLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgGroupDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgGroupDriveRootListItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgGroupDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgGroupDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgGroupDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgGroupDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgGroupDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "New-MgGroupDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgGroupDriveRootUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgGroupDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgGroupDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "New-MgGroupEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", + "Command": "New-MgGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-events?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "New-MgGroupEventAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgGroupEventAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/attachments", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgGroupEventExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupEventExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/extensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-post-opentypeextension?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupEventInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgGroupEventInstanceAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgGroupEventInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/extensions", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupLifecyclePolicy", "Variants": [ "Create", "Create1", @@ -414880,41 +414879,44 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "POST", + "Command": "New-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupLifecyclePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-post-grouplifecyclepolicies?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "Command": "New-MgGroupMemberByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupMemberByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/members/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-members?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", + "Command": "New-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -414941,22 +414943,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "New-MgGroupOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgGroupOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -414983,22 +414985,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgGroupOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgGroupOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -415025,22 +415027,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgGroupOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgGroupOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -415067,56 +415069,56 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgGroupOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgGroupOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgGroupOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgGroupOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgGroupOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -415143,22 +415145,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgGroupOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgGroupOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -415185,22 +415187,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgGroupOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -415219,49 +415221,46 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-owners?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", + "Command": "New-MgGroupPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/permissionGrants", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "New-MgGroupRejectedSenderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupRejectedSenderByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/rejectedSenders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-rejectedsenders?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupSetting", "Variants": [ "Create", "Create1", @@ -415270,831 +415269,831 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupSetting", + "Method": "POST", + "Command": "New-MgGroupSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-settings?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupSetting" }, { - "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Method": "POST", + "Command": "New-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupSettingTemplates", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupSettingTemplate" }, { - "Command": "New-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgGroupSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "POST", + "Command": "New-MgGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "New-MgGroupSiteColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgGroupSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgGroupSiteContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgGroupSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgGroupSiteContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgGroupSiteContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgGroupSiteGetByPathColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgGroupSiteGetByPathContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgGroupSiteGetByPathList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "New-MgGroupSiteGetByPathOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgGroupSiteGetByPathPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "New-MgGroupSiteGetByPathPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgGroupSiteGetByPathTermStore", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "POST", + "Command": "New-MgGroupSiteGetByPathTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStores", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "New-MgGroupSiteList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "POST", + "Command": "New-MgGroupSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "New-MgGroupSiteListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgGroupSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgGroupSiteListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgGroupSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgGroupSiteListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgGroupSiteListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgGroupSiteListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", + "Command": "New-MgGroupSiteListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "New-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgGroupSiteListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgGroupSiteListItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgGroupSiteListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgGroupSiteListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgGroupSiteListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgGroupSiteListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgGroupSiteListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgGroupSiteOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "New-MgGroupSiteOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgGroupSiteOnenoteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "New-MgGroupSiteOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgGroupSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgGroupSiteOnenoteResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "New-MgGroupSiteOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgGroupSiteOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgGroupSiteOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgGroupSiteOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgGroupSiteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgGroupSiteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgGroupSitePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", + "Command": "New-MgGroupSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "POST", + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "POST", + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupSitePageAsSitePageWebPart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupSitePageAsSitePageWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupSitePermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgGroupSitePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/permissions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgGroupSiteTermStore", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "POST", + "Command": "New-MgGroupSiteTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStores", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "New-MgGroupSiteTermStoreGroup", "Variants": [ "Create", "Create1", @@ -416105,17 +416104,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "New-MgGroupSiteTermStoreGroupSet", "Variants": [ "Create", "Create1", @@ -416126,17 +416125,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "New-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "Create", "Create1", @@ -416155,17 +416154,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -416184,17 +416183,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "Create", "Create1", @@ -416205,17 +416204,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "Create", "Create1", @@ -416226,17 +416225,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Create", "Create1", @@ -416247,17 +416246,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -416268,17 +416267,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Create", "Create1", @@ -416289,17 +416288,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgGroupSiteTermStoreSet", "Variants": [ "Create", "Create1", @@ -416310,17 +416309,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "New-MgGroupSiteTermStoreSetChild", "Variants": [ "Create", "Create1", @@ -416339,17 +416338,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "Create", "Create1", @@ -416368,17 +416367,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Create", "Create1", @@ -416389,17 +416388,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Create", "Create1", @@ -416418,17 +416417,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -416447,17 +416446,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Create", "Create1", @@ -416468,17 +416467,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Create", "Create1", @@ -416489,17 +416488,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Create", "Create1", @@ -416510,17 +416509,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -416531,17 +416530,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Create", "Create1", @@ -416552,17 +416551,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgGroupSiteTermStoreSetRelation", "Variants": [ "Create", "Create1", @@ -416573,17 +416572,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgGroupSiteTermStoreSetTerm", "Variants": [ "Create", "Create1", @@ -416594,17 +416593,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgGroupSiteTermStoreSetTermChild", "Variants": [ "Create", "Create1", @@ -416615,17 +416614,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -416636,17 +416635,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "Create", "Create1", @@ -416657,534 +416656,537 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgGroupTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "POST", + "Command": "New-MgGroupTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "New-MgGroupTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgGroupTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgGroupTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgGroupTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgGroupTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", + "Command": "New-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "New-MgGroupTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgGroupTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgGroupTeamInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", + "Command": "New-MgGroupTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/installedApps", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "New-MgGroupTeamMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgGroupTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgGroupTeamOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST", + "Command": "New-MgGroupTeamOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/operations", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "New-MgGroupTeamPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", + "Command": "New-MgGroupTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/permissionGrants", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "New-MgGroupTeamPrimaryChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgGroupTeamPrimaryChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "New-MgGroupTeamPrimaryChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "POST", + "Command": "New-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "New-MgGroupTeamScheduleOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "POST", + "Command": "New-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/openShifts", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "POST", + "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "New-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "POST", + "Command": "New-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "New-MgGroupTeamScheduleShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "POST", + "Command": "New-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/shifts", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "POST", + "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "New-MgGroupTeamScheduleTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "POST", + "Command": "New-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timesOff", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "New-MgGroupTeamScheduleTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST", + "Command": "New-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "New-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "POST", + "Command": "New-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "New-MgGroupTeamTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "POST", + "Command": "New-MgGroupTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/tags", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "New-MgGroupTeamTagMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "POST", + "Command": "New-MgGroupTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "New-MgGroupThread", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "POST", + "Command": "New-MgGroupThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -417203,350 +417205,350 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-post-threads?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "New-MgGroupThreadPostAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgGroupThreadPostAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgGroupThreadPostAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgGroupThreadPostExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupThreadPostExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgGroupThreadPostInReplyToAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgGroupThreadPostInReplyToExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgIdentityApiConnector", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "POST", + "Command": "New-MgIdentityApiConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/apiConnectors", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-create?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "New-MgIdentityAuthenticationEventFlow", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "POST", + "Command": "New-MgIdentityAuthenticationEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventsflows?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" }, { - "Command": "New-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onauthenticationmethodloadstartexternalusersselfservicesignup-post-identityproviders?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onattributecollectionexternalusersselfservicesignup-post-attributes?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionsapplications-post-includeapplications?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgIdentityAuthenticationEventListener", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "POST", + "Command": "New-MgIdentityAuthenticationEventListener", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventListeners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-authenticationeventlisteners?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationEventListener" }, { - "Command": "New-MgIdentityB2XUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-b2xuserflows?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" }, { - "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgIdentityB2XUserFlowLanguage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "POST", + "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-post-userattributeassignments?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "POST", + "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "POST", + "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -417565,20 +417567,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-post-combinationconfigurations?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "New-MgIdentityConditionalAccessNamedLocation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "POST", + "Command": "New-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -417597,20 +417599,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/namedLocations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-namedlocations?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphNamedLocation" }, { - "Command": "New-MgIdentityConditionalAccessPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "POST", + "Command": "New-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -417637,442 +417639,442 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/policies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccessroot-post-policies?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "Command": "New-MgIdentityCustomAuthenticationExtension", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "POST", + "Command": "New-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-customauthenticationextensions?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "Command": "New-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-definitions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewset-post-historydefinitions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" }, { - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" }, { - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", "Variants": [ "Generate", "GenerateViaIdentity" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewhistoryinstance-generatedownloaduri?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" }, { - "Command": "New-MgIdentityGovernanceAppConsentRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "POST", + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "Command": "New-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-workflows?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecycleworkflowscontainer-post-customtaskextensions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" }, { - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-createnewversion?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "POST", + "Command": "New-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedAssignmentSchedule.ReadWrite.AzureADGroup", @@ -418091,50 +418093,50 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-assignmentschedulerequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "POST", + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrivilegedEligibilitySchedule.ReadWrite.AzureADGroup", @@ -418153,30 +418155,27 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroup-post-eligibilityschedulerequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termsofusecontainer-post-agreements?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Create", "Create1", @@ -418185,152 +418184,155 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-post-files?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "POST", + "Command": "New-MgIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "New-MgIdentityProvider", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "POST", + "Command": "New-MgIdentityProvider", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/identityProviders", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitycontainer-post-identityproviders?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "New-MgIdentityUserFlowAttribute", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "POST", + "Command": "New-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/userFlowAttributes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-post?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "New-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "POST", + "Command": "New-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "POST", + "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "New-MgInvitation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphInvitation", + "Method": "POST", + "Command": "New-MgInvitation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.Invite.All", @@ -418357,20 +418359,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/invitations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/invitation-post?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphInvitation" }, { - "Command": "New-MgOauth2PermissionGrant", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "POST", + "Command": "New-MgOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -418389,37 +418391,37 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/oauth2PermissionGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-post?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "New-MgOrganization", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOrganization", + "Method": "POST", + "Command": "New-MgOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOrganization" }, { - "Command": "New-MgOrganizationBrandingLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "POST", + "Command": "New-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -418438,71 +418440,71 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-post-localizations?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" }, { - "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Method": "POST", + "Command": "New-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-post-certificatebasedauthconfiguration?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration" }, { - "Command": "New-MgOrganizationExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgOrganizationExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/extensions", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgPlaceAsRoomListRoom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoom", + "Method": "POST", + "Command": "New-MgPlaceAsRoomListRoom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/{place-id}/roomList/rooms", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRoom" }, { - "Command": "New-MgPlannerBucket", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "POST", + "Command": "New-MgPlannerBucket", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -418529,20 +418531,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/buckets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-buckets?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "New-MgPlannerPlan", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "POST", + "Command": "New-MgPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -418569,20 +418571,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/plans", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-plans?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "New-MgPlannerTask", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "POST", + "Command": "New-MgPlannerTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -418609,20 +418611,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/planner-post-tasks?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "New-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "POST", + "Command": "New-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -418641,20 +418643,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-post-activitybasedtimeoutpolicies?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" }, { - "Command": "New-MgPolicyAppManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "POST", + "Command": "New-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -418673,35 +418675,35 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/appManagementPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-post?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "POST", + "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" }, { - "Command": "New-MgPolicyAuthenticationStrengthPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "POST", + "Command": "New-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -418720,37 +418722,37 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-post-policies?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "POST", + "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "New-MgPolicyClaimMappingPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "POST", + "Command": "New-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -418769,84 +418771,84 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/claimsMappingPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-post-claimsmappingpolicies?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "POST", + "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" }, { - "Command": "New-MgPolicyFeatureRolloutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "POST", + "Command": "New-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/featureRolloutPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicies-post?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-post-appliesto?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "POST", + "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -418865,133 +418867,133 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-post-homerealmdiscoverypolicies?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "New-MgPolicyPermissionGrantPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "POST", + "Command": "New-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-permissiongrantpolicies?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" }, { - "Command": "New-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "POST", + "Command": "New-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-excludes?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "New-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "POST", + "Command": "New-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-post-includes?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "New-MgPolicyRoleManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "POST", + "Command": "New-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "Command": "New-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "POST", + "Command": "New-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" }, { - "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "POST", + "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "New-MgPolicyRoleManagementPolicyRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "POST", + "Command": "New-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "New-MgPolicyTokenIssuancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "POST", + "Command": "New-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -419010,20 +419012,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-post-tokenissuancepolicy?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "New-MgPolicyTokenLifetimePolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "POST", + "Command": "New-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -419042,50 +419044,50 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-post-tokenlifetimepolicies?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "New-MgPrintConnector", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "POST", + "Command": "New-MgPrintConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/connectors", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "Command": "New-MgPrintOperation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "POST", + "Command": "New-MgPrintOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/operations", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "Command": "New-MgPrintPrinter", "Variants": [ "Create1", "CreateExpanded1" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgPrintPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.Create", @@ -419112,22 +419114,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/create", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-create?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgPrintPrinterJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", + "Command": "New-MgPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -419170,39 +419172,39 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-jobs?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "New-MgPrintPrinterJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST", + "Command": "New-MgPrintPrinterJobDocument", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "New-MgPrintPrinterJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgPrintPrinterJobDocumentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -419229,39 +419231,39 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgPrintPrinterJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", + "Command": "New-MgPrintPrinterJobTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "New-MgPrintPrinterTaskTrigger", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "POST", + "Command": "New-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -419280,103 +419282,103 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-post-tasktriggers?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "New-MgPrintService", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrintService", + "Method": "POST", + "Command": "New-MgPrintService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/services", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintService" }, { - "Command": "New-MgPrintServiceEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "POST", + "Command": "New-MgPrintServiceEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/services/{printService-id}/endpoints", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" }, { - "Command": "New-MgPrintShare", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "POST", + "Command": "New-MgPrintShare", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-shares?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "New-MgPrintShareAllowedGroupByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgPrintShareAllowedGroupByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedgroups?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgPrintShareAllowedUserByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgPrintShareAllowedUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-allowedusers?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgPrintShareJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "POST", + "Command": "New-MgPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -419411,39 +419413,39 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-post-jobs?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "New-MgPrintShareJobDocument", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "POST", + "Command": "New-MgPrintShareJobDocument", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "New-MgPrintShareJobDocumentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgPrintShareJobDocumentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -419470,302 +419472,302 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printdocument-createuploadsession?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgPrintShareJobTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", + "Command": "New-MgPrintShareJobTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "New-MgPrintTaskDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "POST", + "Command": "New-MgPrintTaskDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-post-taskdefinitions?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "New-MgPrintTaskDefinitionTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "POST", + "Command": "New-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "New-MgPrivacySubjectRightsRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "POST", + "Command": "New-MgPrivacySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post?view=graph-rest-1.0", - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "New-MgPrivacySubjectRightsRequestNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "POST", + "Command": "New-MgPrivacySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-post-notes?view=graph-rest-1.0", - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "POST", + "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/authenticationMethods/userRegistrationDetails", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserRegistrationDetails" }, { - "Command": "New-MgReportPartnerBillingManifest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "POST", + "Command": "New-MgReportPartnerBillingManifest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/manifests", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPartnersBillingManifest" }, { - "Command": "New-MgReportPartnerBillingOperation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "POST", + "Command": "New-MgReportPartnerBillingOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/operations", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "New-MgRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "POST", + "Command": "New-MgRiskDetection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskDetections", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRiskDetection" }, { - "Command": "New-MgRiskyServicePrincipal", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "POST", + "Command": "New-MgRiskyServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" }, { - "Command": "New-MgRiskyServicePrincipalHistory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "POST", + "Command": "New-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" }, { - "Command": "New-MgRiskyUser", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "POST", + "Command": "New-MgRiskyUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRiskyUser" }, { - "Command": "New-MgRiskyUserHistory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "POST", + "Command": "New-MgRiskyUserHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "Command": "New-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "New-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -419800,20 +419802,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignmentschedulerequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "New-MgRoleManagementDirectoryRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -419832,67 +419834,67 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roledefinitions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST", + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -419911,52 +419913,52 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleeligibilityschedulerequests?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -419975,142 +419977,142 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/rbacapplication-post-roleassignments?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "POST", + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "New-MgSchemaExtension", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "POST", + "Command": "New-MgSchemaExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -420129,20 +420131,20 @@ "IsLeastPrivilege": false } ], + "Module": "SchemaExtensions", "Uri": "/schemaExtensions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-post-schemaextensions?view=graph-rest-1.0", - "Module": "SchemaExtensions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSchemaExtension" }, { - "Command": "New-MgSearchAcronym", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "POST", + "Command": "New-MgSearchAcronym", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -420161,20 +420163,20 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/acronyms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-acronyms?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSearchAcronym" }, { - "Command": "New-MgSearchBookmark", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "POST", + "Command": "New-MgSearchBookmark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -420193,20 +420195,20 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/bookmarks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-bookmarks?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "Command": "New-MgSearchQna", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSearchQna", + "Method": "POST", + "Command": "New-MgSearchQna", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -420225,238 +420227,238 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/qnas", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-searchentity-post-qnas?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSearchQna" }, { - "Command": "New-MgSecurityAlert", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAlert", + "Method": "POST", + "Command": "New-MgSecurityAlert", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/alerts", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAlert" }, { - "Command": "New-MgSecurityAlertV2", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "POST", + "Command": "New-MgSecurityAlertV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/alerts_v2", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "Command": "New-MgSecurityAttackSimulation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSimulation", + "Method": "POST", + "Command": "New-MgSecurityAttackSimulation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-post-simulation?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSimulation" }, { - "Command": "New-MgSecurityAttackSimulationAutomation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulationAutomations", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSimulationAutomation" }, { - "Command": "New-MgSecurityAttackSimulationAutomationRun", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSimulationAutomationRun" }, { - "Command": "New-MgSecurityAttackSimulationEndUserNotification", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationEndUserNotification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/endUserNotifications", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEndUserNotification" }, { - "Command": "New-MgSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" }, { - "Command": "New-MgSecurityAttackSimulationLandingPage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationLandingPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/landingPages", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphLandingPage" }, { - "Command": "New-MgSecurityAttackSimulationLandingPageDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphLandingPageDetail" }, { - "Command": "New-MgSecurityAttackSimulationLoginPage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationLoginPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/loginPages", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphLoginPage" }, { - "Command": "New-MgSecurityAttackSimulationOperation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/operations", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttackSimulationOperation" }, { - "Command": "New-MgSecurityAttackSimulationPayload", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphPayload", + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationPayload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/payloads", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPayload" }, { - "Command": "New-MgSecurityAttackSimulationTraining", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTraining", + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationTraining", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/trainings", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTraining" }, { - "Command": "New-MgSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "POST", + "Command": "New-MgSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" }, { - "Command": "New-MgSecurityCaseEdiscoveryCase", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -420475,22 +420477,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -420509,22 +420511,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-custodians?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -420543,22 +420545,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-sitesources?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -420577,22 +420579,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-unifiedgroupsources?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" }, { - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -420611,22 +420613,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-post-usersources?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -420645,39 +420647,39 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityCaseOperation" }, { - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -420696,22 +420698,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-reviewsets?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" }, { - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -420730,22 +420732,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-post-queries?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" }, { - "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -420764,39 +420766,39 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-searches?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" }, { - "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-post-additionalsources?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "Command": "New-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "POST", + "Command": "New-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -420815,617 +420817,617 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-post-tags?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "New-MgSecurityIdentityHealthIssue", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "POST", + "Command": "New-MgSecurityIdentityHealthIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/identities/healthIssues", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "Command": "New-MgSecurityIncident", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "POST", + "Command": "New-MgSecurityIncident", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/incidents", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityIncident" }, { - "Command": "New-MgSecurityLabelAuthority", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "POST", + "Command": "New-MgSecurityLabelAuthority", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/authorities", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-authorities?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "Command": "New-MgSecurityLabelCategory", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "POST", + "Command": "New-MgSecurityLabelCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/categories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-categories?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "Command": "New-MgSecurityLabelCategorySubcategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "POST", + "Command": "New-MgSecurityLabelCategorySubcategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-categorytemplate-post-subcategories?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" }, { - "Command": "New-MgSecurityLabelCitation", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "POST", + "Command": "New-MgSecurityLabelCitation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/citations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-citations?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "Command": "New-MgSecurityLabelDepartment", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "POST", + "Command": "New-MgSecurityLabelDepartment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/departments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-departments?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "Command": "New-MgSecurityLabelFilePlanReference", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "POST", + "Command": "New-MgSecurityLabelFilePlanReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/filePlanReferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-fileplanreferences?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "Command": "New-MgSecurityLabelRetentionLabel", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "POST", + "Command": "New-MgSecurityLabelRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-post-retentionlabel?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" }, { - "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "POST", + "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" }, { - "Command": "New-MgSecuritySecureScore", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecureScore", + "Method": "POST", + "Command": "New-MgSecuritySecureScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/secureScores", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecureScore" }, { - "Command": "New-MgSecuritySecureScoreControlProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "POST", + "Command": "New-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/secureScoreControlProfiles", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" }, { - "Command": "New-MgSecuritySubjectRightsRequest", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "POST", + "Command": "New-MgSecuritySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "New-MgSecuritySubjectRightsRequestNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "POST", + "Command": "New-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "New-MgSecurityThreatIntelligenceArticle", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articles", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articleIndicators", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" }, { - "Command": "New-MgSecurityThreatIntelligenceHost", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "New-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostComponents", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHostComponent" }, { - "Command": "New-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostCookie", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostCookies", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHostCookie" }, { - "Command": "New-MgSecurityThreatIntelligenceHostPair", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostPair", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPairs", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "New-MgSecurityThreatIntelligenceHostPort", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostPort", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPorts", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHostPort" }, { - "Command": "New-MgSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostSslCertificates", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" }, { - "Command": "New-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostTrackers", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHostTracker" }, { - "Command": "New-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelProfiles", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" }, { - "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/passiveDnsRecords", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "Command": "New-MgSecurityThreatIntelligenceSslCertificate", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/sslCertificates", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "Command": "New-MgSecurityThreatIntelligenceSubdomain", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceSubdomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/subdomains", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "Command": "New-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityVulnerability" }, { - "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" }, { - "Command": "New-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "Command": "New-MgSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "POST", + "Command": "New-MgSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisRecords", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "Command": "New-MgSecurityTriggerRetentionEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "POST", + "Command": "New-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/triggers/retentionEvents", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-post?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" }, { - "Command": "New-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "POST", + "Command": "New-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/triggerTypes/retentionEventTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-post?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "Command": "New-MgServiceAnnouncementHealthOverview", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "POST", + "Command": "New-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceHealth" }, { - "Command": "New-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST", + "Command": "New-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "New-MgServiceAnnouncementIssue", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "POST", + "Command": "New-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "New-MgServiceAnnouncementMessage", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "POST", + "Command": "New-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceUpdateMessage" }, { - "Command": "New-MgServiceAnnouncementMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "POST", + "Command": "New-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "Command": "New-MgServicePrincipal", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "POST", + "Command": "New-MgServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -421452,22 +421454,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-serviceprincipals?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "New-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", + "Command": "New-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -421494,22 +421496,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignedto?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "New-MgServicePrincipalAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", + "Command": "New-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppRoleAssignment.ReadWrite.All", @@ -421536,22 +421538,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-approleassignments?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -421594,56 +421596,56 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-claimsmappingpolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "POST", + "Command": "New-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-delegatedpermissionclassifications?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" }, { - "Command": "New-MgServicePrincipalEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "POST", + "Command": "New-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -421686,22 +421688,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-homerealmdiscoverypolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgServicePrincipalOwnerByRef", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgServicePrincipalOwnerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -421736,22 +421738,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-post-owners?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "POST", + "Command": "New-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -421786,37 +421788,37 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-post-targetdevicegroups?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTargetDeviceGroup" }, { - "Command": "New-MgServicePrincipalRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "POST", + "Command": "New-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/servicePrincipalRiskDetections", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" }, { - "Command": "New-MgServicePrincipalSynchronizationJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -421835,22 +421837,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronization-post-jobs?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", + "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -421869,151 +421871,148 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-provisionondemand?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphStringKeyStringValuePair" }, { - "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "New-MgServicePrincipalSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "POST", + "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "New-MgShareListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgShareListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgShareListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgShareListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgShareListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgShareListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgShareListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgShareListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", + "Command": "New-MgShareListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "New-MgShareListItemDocumentSetVersion", "Variants": [ "Create", "Create1", @@ -422024,17 +422023,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgShareListItemVersion", "Variants": [ "Create", "Create1", @@ -422045,107 +422044,110 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgShareListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgShareListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgShareListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/operations", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgShareListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgShareListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "POST", + "Command": "New-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedDriveItem" }, { - "Command": "New-MgSiteAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgSiteAnalyticItemActivityStatActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "POST", + "Command": "New-MgSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "New-MgSiteColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -422164,22 +422166,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-columns?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgSiteContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -422198,22 +422200,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-contenttypes?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgSiteContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -422232,158 +422234,158 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-post-columns?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgSiteContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgSiteGetByPathColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgSiteGetByPathColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgSiteGetByPathContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgSiteGetByPathContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/contentTypes", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgSiteGetByPathList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "POST", + "Command": "New-MgSiteGetByPathList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/lists", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "New-MgSiteGetByPathOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgSiteGetByPathOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgSiteGetByPathPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", + "Command": "New-MgSiteGetByPathPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/pages", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "New-MgSiteGetByPathPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgSiteGetByPathPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/permissions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgSiteGetByPathTermStore", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "POST", + "Command": "New-MgSiteGetByPathTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStores", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "New-MgSiteList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "POST", + "Command": "New-MgSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -422402,22 +422404,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-create?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "New-MgSiteListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -422436,39 +422438,39 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/list-post-columns?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgSiteListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgSiteListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -422487,56 +422489,56 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgSiteListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgSiteListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", + "Command": "New-MgSiteListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-create?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "New-MgSiteListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -422571,22 +422573,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-post-documentsetversions?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgSiteListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgSiteListItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -422613,73 +422615,73 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgSiteListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgSiteListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgSiteListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgSiteListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgSiteListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgSiteOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", + "Command": "New-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -422706,22 +422708,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "New-MgSiteOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgSiteOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -422748,22 +422750,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgSiteOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -422790,22 +422792,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgSiteOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -422832,56 +422834,56 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgSiteOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgSiteOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgSiteOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgSiteOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -422908,22 +422910,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgSiteOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgSiteOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -422950,168 +422952,165 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgSiteOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgSiteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/operations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgSitePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "POST", + "Command": "New-MgSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sitepage-create?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "POST", + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "POST", + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgSitePageAsSitePageWebPart", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgSitePageAsSitePageWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgSitePermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgSitePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/permissions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-post-permissions?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgSiteTermStore", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "POST", + "Command": "New-MgSiteTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStores", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "New-MgSiteTermStoreGroup", "Variants": [ "Create", "Create1", @@ -423122,17 +423121,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "POST", + "Command": "New-MgSiteTermStoreGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-post?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "New-MgSiteTermStoreGroupSet", "Variants": [ "Create", "Create1", @@ -423143,17 +423142,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "New-MgSiteTermStoreGroupSetChild", "Variants": [ "Create", "Create1", @@ -423172,17 +423171,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -423201,17 +423200,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgSiteTermStoreGroupSetRelation", "Variants": [ "Create", "Create1", @@ -423222,17 +423221,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgSiteTermStoreGroupSetTerm", "Variants": [ "Create", "Create1", @@ -423243,17 +423242,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgSiteTermStoreGroupSetTermChild", "Variants": [ "Create", "Create1", @@ -423264,17 +423263,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -423285,17 +423284,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgSiteTermStoreGroupSetTermRelation", "Variants": [ "Create", "Create1", @@ -423306,17 +423305,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgSiteTermStoreSet", "Variants": [ "Create", "Create1", @@ -423327,17 +423326,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", + "Command": "New-MgSiteTermStoreSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-post?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "New-MgSiteTermStoreSetChild", "Variants": [ "Create", "Create1", @@ -423356,17 +423355,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-post?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgSiteTermStoreSetChildRelation", "Variants": [ "Create", "Create1", @@ -423385,17 +423384,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgSiteTermStoreSetParentGroupSet", "Variants": [ "Create", "Create1", @@ -423406,17 +423405,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "New-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "Create", "Create1", @@ -423435,17 +423434,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Create", "Create1", @@ -423464,17 +423463,17 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Create", "Create1", @@ -423485,17 +423484,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Create", "Create1", @@ -423506,17 +423505,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Create", "Create1", @@ -423527,17 +423526,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -423548,17 +423547,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Create", "Create1", @@ -423569,17 +423568,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgSiteTermStoreSetRelation", "Variants": [ "Create", "Create1", @@ -423590,17 +423589,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgSiteTermStoreSetTerm", "Variants": [ "Create", "Create1", @@ -423611,17 +423610,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgSiteTermStoreSetTermChild", "Variants": [ "Create", "Create1", @@ -423632,17 +423631,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "New-MgSiteTermStoreSetTermChildRelation", "Variants": [ "Create", "Create1", @@ -423653,17 +423652,17 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgSiteTermStoreSetTermRelation", "Variants": [ "Create", "Create1", @@ -423674,360 +423673,363 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "POST", + "Command": "New-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "New-MgSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/driveInclusionRules", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "Command": "New-MgSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/driveProtectionUnits", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "Command": "New-MgSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-exchangeprotectionpolicies?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" }, { - "Command": "New-MgSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphExchangeRestoreSession" }, { - "Command": "New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" }, { - "Command": "New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" }, { - "Command": "New-MgSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/mailboxInclusionRules", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "Command": "New-MgSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/mailboxProtectionUnits", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "Command": "New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-onedriveforbusinessprotectionpolicies?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" }, { - "Command": "New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" }, { - "Command": "New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" }, { - "Command": "New-MgSolutionBackupRestorePoint", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "POST", + "Command": "New-MgSolutionBackupRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restorePoints", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "New-MgSolutionBackupRestoreProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/protectionPolicies", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "Command": "New-MgSolutionBackupRestoreServiceApp", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreServiceApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/serviceApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-serviceapps?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceApp" }, { - "Command": "New-MgSolutionBackupRestoreSession", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restoreSessions", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "Command": "New-MgSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointprotectionpolicies?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" }, { - "Command": "New-MgSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreSharePointRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-post-sharepointrestoresessions?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharePointRestoreSession" }, { - "Command": "New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" }, { - "Command": "New-MgSolutionBackupRestoreSiteInclusionRule", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/siteInclusionRules", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "Command": "New-MgSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "POST", + "Command": "New-MgSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/siteProtectionUnits", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "Command": "New-MgSubscribedSku", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "POST", + "Command": "New-MgSubscribedSku", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/subscribedSkus", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscribedSku" }, { - "Command": "New-MgSubscription", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "ChangeNotifications", "Uri": "/subscriptions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-post-subscriptions?view=graph-rest-1.0", - "Module": "ChangeNotifications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgTeam", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "POST", + "Command": "New-MgTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Team.Create", @@ -424062,22 +424064,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "New-MgTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "POST", + "Command": "New-MgTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.Create.Group", @@ -424120,54 +424122,54 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "New-MgTeamChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgTeamChannelEmail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-add?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Send", @@ -424194,39 +424196,39 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-post?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMessage.Send", @@ -424253,56 +424255,56 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-messagereply?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", + "Command": "New-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "New-MgTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.Create.Group", @@ -424377,22 +424379,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-post-tabs?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgTeamInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", + "Command": "New-MgTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -424483,207 +424485,207 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-installedapps?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "New-MgTeamMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-post-members?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgTeamOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "POST", + "Command": "New-MgTeamOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/operations", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "New-MgTeamPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", + "Command": "New-MgTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/permissionGrants", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "New-MgTeamPrimaryChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelEmail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgTeamPrimaryChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgTeamPrimaryChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgTeamPrimaryChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgTeamPrimaryChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "New-MgTeamPrimaryChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgTeamScheduleOfferShiftRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "POST", + "Command": "New-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -424702,22 +424704,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/offerShiftRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/offershiftrequest-post?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "New-MgTeamScheduleOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "POST", + "Command": "New-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -424744,22 +424746,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/openShifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-post?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "New-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "POST", + "Command": "New-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -424778,22 +424780,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshiftchangerequest-post?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "New-MgTeamScheduleSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "POST", + "Command": "New-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -424812,22 +424814,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/schedulingGroups", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-schedulinggroups?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "New-MgTeamScheduleShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "POST", + "Command": "New-MgTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -424846,22 +424848,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/shifts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-shifts?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "New-MgTeamScheduleSwapShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "POST", + "Command": "New-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -424880,22 +424882,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/swapshiftschangerequest-post?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "New-MgTeamScheduleTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "POST", + "Command": "New-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -424914,22 +424916,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timesOff", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timesoff?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "New-MgTeamScheduleTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "POST", + "Command": "New-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -424948,39 +424950,39 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timeOffReasons", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedule-post-timeoffreasons?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "New-MgTeamScheduleTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "POST", + "Command": "New-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timeOffRequests", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "New-MgTeamTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "POST", + "Command": "New-MgTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -424999,346 +425001,346 @@ "IsLeastPrivilege": true } ], + "Module": "Teams", "Uri": "/teams/{team-id}/tags", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-post?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "New-MgTeamTagMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "POST", + "Command": "New-MgTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-post?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "New-MgTeamworkDeletedChat", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgTeamworkDeletedChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedChats", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgTeamworkDeletedTeam", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeletedTeam" }, { - "Command": "New-MgTeamworkDeletedTeamChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "New-MgTeamworkDeletedTeamChannelEmail", "Variants": [ "Provision", "ProvisionViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelEmail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-provisionemail?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "New-MgTeamworkDeletedTeamChannelTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgTeamworkWorkforceIntegration", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "POST", + "Command": "New-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/workforceIntegrations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-post?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWorkforceIntegration" }, { - "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" }, { - "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" }, { - "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantrelationship-post-delegatedadminrelationships?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" }, { - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-accessassignments?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" }, { - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" }, { - "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "POST", + "Command": "New-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-post-requests?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" }, { - "Command": "New-MgTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "POST", + "Command": "New-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/tenants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-post-tenants?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "Command": "New-MgUser", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "POST", + "Command": "New-MgUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -425389,73 +425391,73 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "New-MgUserActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "POST", + "Command": "New-MgUserActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserActivity" }, { - "Command": "New-MgUserActivityHistoryItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "POST", + "Command": "New-MgUserActivityHistoryItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphActivityHistoryItem" }, { - "Command": "New-MgUserAppRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "POST", + "Command": "New-MgUserAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/users/{user-id}/appRoleAssignments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-approleassignments?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "New-MgUserAuthenticationEmailMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "POST", + "Command": "New-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -425474,56 +425476,56 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/emailMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-emailmethods?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" }, { - "Command": "New-MgUserAuthenticationMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserAuthenticationMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/methods", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserAuthenticationOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "POST", + "Command": "New-MgUserAuthenticationOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/operations", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "New-MgUserAuthenticationPhoneMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "POST", + "Command": "New-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -425542,100 +425544,97 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/phoneMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-phonemethods?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" }, { - "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Method": "POST", + "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-post-temporaryaccesspassmethods?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod" }, { - "Command": "New-MgUserCalendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "POST", + "Command": "New-MgUserCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendars", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "New-MgUserCalendarEvent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", + "Command": "New-MgUserCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "New-MgUserCalendarGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "POST", + "Command": "New-MgUserCalendarGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendarGroups", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCalendarGroup" }, { - "Command": "New-MgUserCalendarGroupCalendar", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCalendar", + "Method": "POST", + "Command": "New-MgUserCalendarGroupCalendar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCalendar" }, { - "Command": "New-MgUserCalendarPermission", "Variants": [ "Create", "Create1", @@ -425646,993 +425645,996 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "POST", + "Command": "New-MgUserCalendarPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendar/calendarPermissions", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "New-MgUserChat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "POST", + "Command": "New-MgUserChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "New-MgUserChatInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Method": "POST", + "Command": "New-MgUserChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsAppInstallation" }, { - "Command": "New-MgUserChatMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "POST", + "Command": "New-MgUserChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/members", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "New-MgUserChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgUserChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgUserChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgUserChatMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "POST", + "Command": "New-MgUserChatMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "New-MgUserChatMessageReplyHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "POST", + "Command": "New-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "New-MgUserChatPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "POST", + "Command": "New-MgUserChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "New-MgUserChatPinnedMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "POST", + "Command": "New-MgUserChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "New-MgUserChatTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "POST", + "Command": "New-MgUserChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "New-MgUserContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "POST", + "Command": "New-MgUserContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "New-MgUserContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserContactFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "POST", + "Command": "New-MgUserContactFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "New-MgUserContactFolderChildFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "POST", + "Command": "New-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "New-MgUserContactFolderChildFolderContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "POST", + "Command": "New-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "New-MgUserContactFolderChildFolderContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserContactFolderContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "POST", + "Command": "New-MgUserContactFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "New-MgUserContactFolderContactExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserDefaultCalendarEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", + "Command": "New-MgUserDefaultCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendar/events", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "New-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "POST", + "Command": "New-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "New-MgUserDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "POST", + "Command": "New-MgUserDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "New-MgUserDriveBundle", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgUserDriveBundle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgUserDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgUserDriveItemChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgUserDriveItemChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgUserDriveItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgUserDriveItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgUserDriveItemListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgUserDriveItemListItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgUserDriveItemListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgUserDriveItemPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgUserDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgUserDriveItemSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgUserDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgUserDriveItemThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "New-MgUserDriveItemUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserDriveItemUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgUserDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgUserDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "New-MgUserDriveListColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgUserDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgUserDriveListContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "POST", + "Command": "New-MgUserDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "New-MgUserDriveListContentTypeColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "POST", + "Command": "New-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "New-MgUserDriveListContentTypeColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "POST", + "Command": "New-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "New-MgUserDriveListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "POST", + "Command": "New-MgUserDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "New-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgUserDriveListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgUserDriveListItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgUserDriveListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgUserDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgUserDriveListOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "POST", + "Command": "New-MgUserDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "New-MgUserDriveListSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgUserDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "POST", + "Command": "New-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "New-MgUserDriveRootChild", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "New-MgUserDriveRootChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "New-MgUserDriveRootLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgUserDriveRootLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-createlink?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "POST", + "Command": "New-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "New-MgUserDriveRootListItemLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgUserDriveRootListItemLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgUserDriveRootListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "POST", + "Command": "New-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "New-MgUserDriveRootPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "New-MgUserDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "New-MgUserDriveRootSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "POST", + "Command": "New-MgUserDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "New-MgUserDriveRootThumbnail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "POST", + "Command": "New-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "New-MgUserDriveRootUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserDriveRootUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgUserDriveRootVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "POST", + "Command": "New-MgUserDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "New-MgUserEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "POST", + "Command": "New-MgUserEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "New-MgUserEventAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgUserEventAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/attachments", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgUserEventAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserEventAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -426651,630 +426653,630 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgUserEventExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserEventExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/extensions", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserEventInstanceAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgUserEventInstanceAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgUserEventInstanceAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserEventInstanceAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgUserEventInstanceExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserEventInstanceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/extensions", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserInferenceClassificationOverride", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "POST", + "Command": "New-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/inferenceClassification/overrides", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" }, { - "Command": "New-MgUserInsightShared", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "POST", + "Command": "New-MgUserInsightShared", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/shared", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSharedInsight" }, { - "Command": "New-MgUserInsightTrending", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrending", + "Method": "POST", + "Command": "New-MgUserInsightTrending", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/trending", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTrending" }, { - "Command": "New-MgUserInsightUsed", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "POST", + "Command": "New-MgUserInsightUsed", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/used", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUsedInsight" }, { - "Command": "New-MgUserMailFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", + "Command": "New-MgUserMailFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "New-MgUserMailFolderChildFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "New-MgUserMailFolderChildFolderMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgUserMailFolderChildFolderMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserMailFolderChildFolderMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageForward", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgUserMailFolderChildFolderMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgUserMailFolderChildFolderMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "POST", + "Command": "New-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "New-MgUserMailFolderMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgUserMailFolderMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgUserMailFolderMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgUserMailFolderMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserMailFolderMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgUserMailFolderMessageForward", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgUserMailFolderMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgUserMailFolderMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgUserMailFolderMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgUserMailFolderMessageReplyAll", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgUserMailFolderMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "POST", + "Command": "New-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "New-MgUserManagedDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "POST", + "Command": "New-MgUserManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "New-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "POST", + "Command": "New-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "New-MgUserManagedDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "POST", + "Command": "New-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "New-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "POST", + "Command": "New-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", "Variants": [ "Create", "CreateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", "Variants": [ "Update", "UpdateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-windowsdefenderupdatesignatures?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "POST", + "Command": "New-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "New-MgUserMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgUserMessageAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachment", + "Method": "POST", + "Command": "New-MgUserMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/attachments", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachment" }, { - "Command": "New-MgUserMessageAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserMessageAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -427293,90 +427295,90 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attachment-createuploadsession?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgUserMessageExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/extensions", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserMessageForward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgUserMessageForward", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/createForward", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createforward?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgUserMessageReply", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgUserMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/createReply", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreply?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgUserMessageReplyAll", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "POST", + "Command": "New-MgUserMessageReplyAll", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-createreplyall?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "New-MgUserOnenoteNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "POST", + "Command": "New-MgUserOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -427403,22 +427405,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/notebooks", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "New-MgUserOnenoteNotebookSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgUserOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -427445,22 +427447,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgUserOnenoteNotebookSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgUserOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -427487,22 +427489,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgUserOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgUserOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -427529,56 +427531,56 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/pages", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgUserOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgUserOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgUserOnenoteSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "POST", + "Command": "New-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sectionGroups", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "New-MgUserOnenoteSectionGroupSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "POST", + "Command": "New-MgUserOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -427605,22 +427607,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "New-MgUserOnenoteSectionPage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "POST", + "Command": "New-MgUserOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.Create", @@ -427647,22 +427649,22 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "New-MgUserOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "POST", + "Command": "New-MgUserOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -427681,192 +427683,192 @@ "IsLeastPrivilege": true } ], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "New-MgUserOnlineMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", + "Command": "New-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", + "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "New-MgUserOnlineMeetingRecording", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "POST", + "Command": "New-MgUserOnlineMeetingRecording", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "New-MgUserOnlineMeetingTranscript", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "POST", + "Command": "New-MgUserOnlineMeetingTranscript", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "New-MgUserOutlookMasterCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "POST", + "Command": "New-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/outlook/masterCategories", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphOutlookCategory" }, { - "Command": "New-MgUserScopedRoleMemberOf", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "POST", + "Command": "New-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/users/{user-id}/scopedRoleMemberOf", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "New-MgUserSettingStorageQuotaService", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "POST", + "Command": "New-MgUserSettingStorageQuotaService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/storage/quota/services", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" }, { - "Command": "New-MgUserSettingWindows", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "POST", + "Command": "New-MgUserSettingWindows", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/windows", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsSetting" }, { - "Command": "New-MgUserSettingWindowsInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "POST", + "Command": "New-MgUserSettingWindowsInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphWindowsSettingInstance" }, { - "Command": "New-MgUserTeamworkAssociatedTeam", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "POST", + "Command": "New-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/associatedTeams", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" }, { - "Command": "New-MgUserTeamworkInstalledApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Method": "POST", + "Command": "New-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -427965,22 +427967,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/installedApps", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-post-installedapps?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation" }, { - "Command": "New-MgUserTodoList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "POST", + "Command": "New-MgUserTodoList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -427999,39 +428001,39 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "Command": "New-MgUserTodoListExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserTodoListExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserTodoListTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "POST", + "Command": "New-MgUserTodoListTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -428050,22 +428052,22 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphTodoTask" }, { - "Command": "New-MgUserTodoListTaskAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachmentBase", + "Method": "POST", + "Command": "New-MgUserTodoListTaskAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -428084,22 +428086,22 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttachmentBase" }, { - "Command": "New-MgUserTodoListTaskAttachmentUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUploadSession", + "Method": "POST", + "Command": "New-MgUserTodoListTaskAttachmentUploadSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -428118,22 +428120,22 @@ "IsLeastPrivilege": true } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/taskfileattachment-createuploadsession?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUploadSession" }, { - "Command": "New-MgUserTodoListTaskChecklistItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "POST", + "Command": "New-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -428152,39 +428154,39 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphChecklistItem" }, { - "Command": "New-MgUserTodoListTaskExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "New-MgUserTodoListTaskExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "New-MgUserTodoListTaskLinkedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "POST", + "Command": "New-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -428203,350 +428205,350 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "Command": "New-MgVirtualEvent", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "POST", + "Command": "New-MgVirtualEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEvent" }, { - "Command": "New-MgVirtualEventPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "POST", + "Command": "New-MgVirtualEventPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "New-MgVirtualEventSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST", + "Command": "New-MgVirtualEventSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "New-MgVirtualEventSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", + "Command": "New-MgVirtualEventSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "New-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", + "Command": "New-MgVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "New-MgVirtualEventTownhall", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "POST", + "Command": "New-MgVirtualEventTownhall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-townhalls?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "Command": "New-MgVirtualEventTownhallPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "POST", + "Command": "New-MgVirtualEventTownhallPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "New-MgVirtualEventTownhallSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST", + "Command": "New-MgVirtualEventTownhallSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "New-MgVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", + "Command": "New-MgVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", + "Command": "New-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "New-MgVirtualEventWebinar", "Variants": [ "Create", "CreateExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "POST", + "Command": "New-MgVirtualEventWebinar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventsroot-post-webinars?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "Command": "New-MgVirtualEventWebinarPresenter", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "POST", + "Command": "New-MgVirtualEventWebinarPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualevent-post-presenters?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "New-MgVirtualEventWebinarRegistration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "POST", + "Command": "New-MgVirtualEventWebinarRegistration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-post-registrations?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "New-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Method": "POST", + "Command": "New-MgVirtualEventWebinarRegistrationConfigurationQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationconfiguration-post-questions?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" }, { - "Command": "New-MgVirtualEventWebinarSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "POST", + "Command": "New-MgVirtualEventWebinarSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "New-MgVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "POST", + "Command": "New-MgVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "POST", + "Command": "New-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Ping-MgBetaApplicationSynchronization", "Variants": [ "Ping", "PingViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Ping-MgBetaApplicationSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/Ping", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Ping-MgBetaServicePrincipalSynchronization", "Variants": [ "Ping", "PingViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Ping-MgBetaServicePrincipalSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Publish-MgBetaBookingBusiness", "Variants": [ "Publish", "Publish1", "PublishViaIdentity", "PublishViaIdentity1" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Release", "ReleaseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -428565,20 +428567,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-release?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Release", "ReleaseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -428597,35 +428599,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-noncustodialdatasource-release?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaEducationClassAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Publish-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -428644,20 +428646,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Publish-MgBetaEducationClassModule", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", + "Command": "Publish-MgBetaEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -428676,95 +428678,95 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "Publish-MgBetaEducationMeAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Publish-MgBetaEducationMeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Publish-MgBetaEducationUserAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Publish-MgBetaEducationUserAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Publish-MgBetaGroupDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaGroupDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaGroupSiteContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaGroupSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaGroupSiteListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaGroupSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Release", "ReleaseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -428783,20 +428785,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Release", "ReleaseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -428815,125 +428817,125 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaShareListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaShareListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaSiteContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaSiteListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaUserDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaUserDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBetaVirtualEvent", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBetaVirtualEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgBookingBusiness", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgBookingBusiness", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-publish?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgEducationClassAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Publish-MgEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -428952,20 +428954,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Publish-MgEducationClassModule", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", + "Command": "Publish-MgEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -428984,95 +428986,95 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-publish?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "Publish-MgEducationMeAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Publish-MgEducationMeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Publish-MgEducationUserAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Publish-MgEducationUserAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-publish?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Publish-MgGroupDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgGroupDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgGroupSiteContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgGroupSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgGroupSiteListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgGroupSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Release", "ReleaseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -429091,20 +429093,20 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-release?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Release", "ReleaseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -429123,361 +429125,361 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-release?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgShareListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgShareListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgSiteContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgSiteListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgUserDriveListContentType", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgUserDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-publish?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Publish-MgVirtualEvent", "Variants": [ "Publish", "PublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Publish-MgVirtualEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/publish", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Register-MgBetaPrivilegedAccessResource", "Variants": [ "Register", "RegisterExpanded", "RegisterViaIdentity", "RegisterViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Register-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgAdminEdge", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdminEdge", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAdminEdgeInternetExplorerMode", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdminEdgeInternetExplorerMode", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAdminPeopleItemInsight", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdminPeopleItemInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/admin/people/itemInsights", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAdminPeopleProfileCardProperty", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAdminReportSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdminReportSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/admin/reportSettings", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAdminSharepoint", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdminSharepoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/admin/sharepoint", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAdminSharepointSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAdminSharepointSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/admin/sharepoint/settings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAgreement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAgreement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAgreementAcceptance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAgreementFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAgreementFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAgreementFileLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAgreementFileLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAgreementFileLocalizationVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAgreementFileVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAgreementFileVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAllUserDeviceFromManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgAllUserDeviceFromManagement", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgUserDeviceFromManagement", "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/removeAllDevicesFromManagement", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-user-removealldevicesfrommanagement?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": "Remove-MgUserDeviceFromManagement", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgAppCatalogTeamApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -429504,20 +429506,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAppCatalogTeamAppDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -429544,35 +429546,35 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -429591,65 +429593,65 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationAppManagementPolicyAppManagementPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgApplicationAppManagementPolicyByRef", "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": "Remove-MgApplicationAppManagementPolicyByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationByAppId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationByAppId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationByUniqueName", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationExtensionProperty", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationExtensionProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -429676,20 +429678,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationFederatedIdentityCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -429708,37 +429710,37 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationFederatedIdentityCredentialByName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationFederatedIdentityCredentialByName", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationKey", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgApplicationKey", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -429765,35 +429767,35 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/removeKey", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgApplicationLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/logo", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationOwnerDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgApplicationOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -429820,22 +429822,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": "Remove-MgApplicationOwnerByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationPassword", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgApplicationPassword", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -429862,125 +429864,125 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/removePassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgApplicationSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationSynchronizationJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationSynchronizationJobBulkUpload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationJobBulkUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationJobBulkUploadContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationSynchronizationJobSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationJobSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationSynchronizationTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationSynchronizationTemplateSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -429999,35 +430001,35 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgApplicationTokenIssuancePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -430070,20 +430072,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": "Remove-MgApplicationTokenIssuancePolicyByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgApplicationTokenLifetimePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -430126,20 +430128,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": "Remove-MgApplicationTokenLifetimePolicyByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAccessReview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -430158,110 +430160,110 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAccessReviewDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAccessReviewInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAccessReviewInstanceDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewInstanceMyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAccessReviewInstanceReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewInstanceReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAccessReviewMyDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewMyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAccessReviewReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAccessReviewReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -430280,372 +430282,372 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-removereviewer?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdminEdge", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdge", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdgeInternetExplorerMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internetexplorermode-delete-sitelists?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sharedcookies?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-delete-sites?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdministrativeUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdministrativeUnitExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnitExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnitMemberByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnitMemberDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaAdministrativeUnitMemberByRef", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Remove-MgBetaAdministrativeUnitMemberByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdminPeople", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdminPeople", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdminPeopleItemInsight", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdminPeopleItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people/itemInsights", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdminPeopleProfileCardProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-delete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdminPeoplePronoun", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdminPeoplePronoun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people/pronouns", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdminReportSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdminReportSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/admin/reportSettings", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdminSharepoint", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdminSharepoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/admin/sharepoint", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAdminSharepointSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAdminSharepointSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/admin/sharepoint/settings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAgreement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAgreement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAgreementAcceptance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAgreementFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAgreementFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAgreementFileLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAgreementFileLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAgreementFileLocalizationVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAgreementFileLocalizationVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAgreementFileVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAgreementFileVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAllUserDeviceFromManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaAllUserDeviceFromManagement", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaUserDeviceFromManagement", "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/removeAllDevicesFromManagement", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": "Remove-MgBetaUserDeviceFromManagement", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaAppCatalogTeamApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -430672,20 +430674,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCatalog.Submit", @@ -430712,114 +430714,114 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionBot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIcon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -430838,80 +430840,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationAppManagementPolicyAppManagementPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaApplicationAppManagementPolicyByRef", "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete-appliesto?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": "Remove-MgBetaApplicationAppManagementPolicyByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationByAppId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationByAppId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationConnectorGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationConnectorGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/connectorGroup/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationExtensionProperty", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -430938,20 +430940,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/extensionproperty-delete?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -430970,37 +430972,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationFederatedIdentityCredentialByName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationFederatedIdentityCredentialByName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-delete?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationKey", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaApplicationKey", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -431027,35 +431029,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/removeKey", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removekey?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/logo", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationOwnerDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaApplicationOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -431082,22 +431084,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-owners?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": "Remove-MgBetaApplicationOwnerByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationPassword", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaApplicationPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -431124,125 +431126,125 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/removePassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-removepassword?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationSynchronizationJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJobBulkUploadContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJobSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationSynchronizationTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -431261,35 +431263,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationTokenIssuancePolicyTokenIssuancePolicyByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaApplicationTokenIssuancePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -431332,20 +431334,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenissuancepolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": "Remove-MgBetaApplicationTokenIssuancePolicyByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaApplicationTokenLifetimePolicyTokenLifetimePolicyByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -431388,22 +431390,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-delete-tokenlifetimepolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": "Remove-MgBetaApplicationTokenLifetimePolicyByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaBookingBusiness", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.Manage.All", @@ -431422,22 +431424,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaBookingBusinessAppointment", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -431472,39 +431474,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaBookingBusinessCalendarView", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaBookingBusinessCustomer", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -431539,22 +431541,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaBookingBusinessCustomQuestion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -431581,22 +431583,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaBookingBusinessService", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -431615,22 +431617,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaBookingBusinessStaffMember", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -431649,84 +431651,84 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaBookingCurrency", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaBookingCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaBusinessFlowTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaBusinessFlowTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaChatAccessForUser", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaChatAccessForUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/removeAllAccessForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaChatInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -431785,35 +431787,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaChatLastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaChatLastMessagePreview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaChatMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -431840,67 +431842,67 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaChatMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaChatOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaChatOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaChatPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaChatPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaChatPinnedMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -431919,20 +431921,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaChatTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -431983,20 +431985,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationCall", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -432015,20 +432017,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -432047,50 +432049,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationCallContentSharingSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallContentSharingSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationCallOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationCallParticipant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -432109,325 +432111,325 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationCallRecordOrganizerV2", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallRecordOrganizerV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationCallRecordParticipantV2", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallRecordParticipantV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationCallRecordSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationCallRecordSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeeting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingAlternativeRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingAlternativeRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingBroadcastRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingBroadcastRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingRecordingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRecordingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaCommunicationPresence", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaCommunicationPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/presences/{presence-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscovery", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscovery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCase", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -432446,30 +432448,27 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-delete?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", "Variants": [ "Remove", "Remove1", @@ -432478,22 +432477,25 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -432512,35 +432514,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sitesource-delete?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-unifiedgroupsource-delete?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -432559,20 +432561,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-usersource-delete?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -432591,75 +432593,72 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-delete?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Remove", "Remove1", @@ -432668,52 +432667,55 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -432732,35 +432734,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-delete?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -432779,35 +432781,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-delete?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -432826,65 +432828,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-delete?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaContract", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaContract", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDataPolicyOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDataPolicyOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -432903,35 +432905,35 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -432950,20 +432952,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -432982,35 +432984,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433029,20 +433031,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433061,140 +433063,140 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtection", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtection", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433213,20 +433215,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433245,110 +433247,110 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppPolicy", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppPolicy", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistration", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433367,155 +433369,155 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedAppStatus", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedAppStatus", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBook", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBook", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookCategory", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookCategory", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookDeviceState", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookDeviceState", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433534,20 +433536,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433566,20 +433568,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -433598,1474 +433600,1474 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppCatalogPackage", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppCategory", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfiguration", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementMobileAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtMobileAppRelationship", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementPolicySet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementPolicySet", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySet", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySet", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementPolicySetAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementPolicySetItem", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetItem", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtPolicySetItem", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -435084,20 +435086,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -435116,35 +435118,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435163,20 +435165,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435195,20 +435197,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtTask", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementVppToken", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -435227,80 +435229,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtVppToken", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435319,20 +435321,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -435351,20 +435353,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -435383,20 +435385,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -435415,20 +435417,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -435447,20 +435449,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435479,20 +435481,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435511,20 +435513,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtection", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435543,20 +435545,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435575,346 +435577,346 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Remove-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceByDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceByDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices(deviceId='{deviceId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceCommand", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceCommand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidForWorkSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAuditEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAutopilotEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCartToClassAssociation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -435933,80 +435935,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -436025,142 +436027,142 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436179,20 +436181,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -436211,229 +436213,229 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementComplianceSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementComplianceSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConditionalAccessSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -436452,80 +436454,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDerivedCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDerivedCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDetectedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -436544,20 +436546,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -436576,407 +436578,407 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -436995,20 +436997,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -437027,20 +437029,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -437067,20 +437069,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -437099,20 +437101,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -437131,35 +437133,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437178,20 +437180,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437210,20 +437212,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437242,20 +437244,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437274,20 +437276,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -437306,95 +437308,95 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementDomainJoinConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -437413,684 +437415,684 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntentAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntentCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentCategorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentDeviceStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntentSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntentUserState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentUserState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntentUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementIoUpdateStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -438109,110 +438111,110 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCleanupRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCleanupRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -438231,262 +438233,262 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsOSImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -438505,20 +438507,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -438537,109 +438539,109 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMonitoring", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMonitoring", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementMonitoringAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementNdeConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementNdeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -438658,20 +438660,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438690,20 +438692,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -438722,64 +438724,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementReport", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/deviceManagement/reports", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementResourceOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -438798,35 +438800,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementReusableSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementReusableSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -438845,20 +438847,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -438877,20 +438879,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -438909,20 +438911,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -438941,50 +438943,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementScript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementScriptAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439003,20 +439005,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439035,20 +439037,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439067,20 +439069,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439099,20 +439101,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439131,275 +439133,275 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementSettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTemplateCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTemplateSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTemplateSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTermAndCondition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTermAndCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439418,35 +439420,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439465,20 +439467,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439497,20 +439499,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439529,20 +439531,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439561,20 +439563,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439593,20 +439595,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439625,20 +439627,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439657,20 +439659,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439689,20 +439691,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439721,20 +439723,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439753,49 +439755,49 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439814,20 +439816,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439846,34 +439848,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439892,20 +439894,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439924,20 +439926,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439956,20 +439958,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -439988,20 +439990,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440020,64 +440022,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440096,20 +440098,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440128,21 +440130,21 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440161,20 +440163,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440193,20 +440195,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440225,20 +440227,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440257,20 +440259,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440289,35 +440291,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440336,20 +440338,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440368,20 +440370,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440400,20 +440402,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440432,20 +440434,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440464,34 +440466,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440510,20 +440512,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440542,20 +440544,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440574,34 +440576,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440620,20 +440622,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440652,20 +440654,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -440684,421 +440686,421 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementUserPfxCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointBulkAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/reports", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsAutopilotSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -441117,20 +441119,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -441149,184 +441151,184 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceRegisteredOwnerDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceRegisteredOwnerByRef", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Remove-MgBetaDeviceRegisteredOwnerByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceRegisteredUserDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDeviceRegisteredUserByRef", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Remove-MgBetaDeviceRegisteredUserByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDeviceUsageRights", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDeviceUsageRights", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryAdministrativeUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAdministrativeUnitMemberDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Remove-MgBetaDirectoryAdministrativeUnitMemberByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryAttributeSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryAttributeSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryCertificateAuthority", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -441345,20 +441347,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-delete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -441377,140 +441379,140 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-delete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryDeletedItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryDeletedItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryDeviceLocalCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryDeviceLocalCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryExternalUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryExternalUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-externaluserprofiles?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Remove-MgBetaDirectoryFeatureRolloutPolicyApplyToByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryFederationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -441529,50 +441531,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryImpactedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryInboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaDirectoryInboundSharedUserProfilePersonalData", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -441591,80 +441593,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/inboundshareduserprofile-removepersonaldata?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryObject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-beta", - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryOnPremiseSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaDirectoryOutboundSharedUserProfileTenantPersonalData", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CrossTenantUserProfileSharing.ReadWrite", @@ -441683,140 +441685,140 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantreference-removepersonaldata?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryPendingExternalUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryPendingExternalUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-delete-pendingexternaluserprofiles?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryRecommendation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRoleByRoleTemplateId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRoleMemberDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaDirectoryRoleMemberByRef", "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": "Remove-MgBetaDirectoryRoleMemberByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryRoleScopedMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRoleScopedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectoryRoleTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectoryRoleTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectorySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -441835,245 +441837,245 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/settings/{directorySetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-delete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectorySettingTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectorySharedEmailDomain", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySharedEmailDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectorySubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySubscriptionByCommerceSubscriptionId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDirectorySubscriptionByOcpSubscriptionId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDomain", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDomainFederationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDomainFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDomainServiceConfigurationRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDomainServiceConfigurationRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDomainSharedEmailDomainInvitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDomainVerificationDnsRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDomainVerificationDnsRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveBundleContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveBundleContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveBundleContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveBundleContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveFollowingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveFollowingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveFollowingContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveFollowingContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -442100,50 +442102,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemCheckout", "Variants": [ "Discard", "DiscardViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaDriveItemCheckout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -442170,230 +442172,230 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/discardCheckout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemChildContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaDriveItemPermanent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -442420,755 +442422,755 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveItemVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveItemVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootCheckout", "Variants": [ "Discard", "DiscardViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaDriveRootCheckout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/discardCheckout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootChildContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaDriveRootPermanent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveRootVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveRootVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveSpecialContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveSpecialContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaDriveSpecialContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaDriveSpecialContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClass", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -443187,20 +443189,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -443219,20 +443221,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationClassAssignmentCategoryByRef", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -443251,35 +443253,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": "Remove-MgBetaEducationClassAssignmentCategoryByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentDefault", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -443298,20 +443300,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -443330,20 +443332,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -443362,20 +443364,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentRubricByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -443394,50 +443396,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingScheme", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -443456,50 +443458,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingscheme-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -443518,20 +443520,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -443550,65 +443552,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassMemberEducationUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassMemberEducationUserByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationClassMemberByRef", "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": "Remove-MgBetaEducationClassMemberByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassModule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -443627,20 +443629,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassModuleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassModuleResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -443659,229 +443661,229 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationClassTeacherEducationUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationClassTeacherEducationUserByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationClassTeacherByRef", "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": "Remove-MgBetaEducationClassTeacherByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMe", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMe", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationMeAssignmentCategoryByRef", "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": "Remove-MgBetaEducationMeAssignmentCategoryByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeAssignmentResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentRubricByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationMeRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationMeRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -443900,695 +443902,695 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationSchool", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationSchoolClassEducationClassByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationSchoolClassEducationClassByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationSchoolClassByRef", "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": "Remove-MgBetaEducationSchoolClassByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationSchoolUserEducationUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationSchoolUserEducationUserByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationSchoolUserByRef", "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": "Remove-MgBetaEducationSchoolUserByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationSynchronizationProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationSynchronizationProfileError", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationSynchronizationProfileError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationSynchronizationProfileStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEducationUserAssignmentCategoryByRef", "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": "Remove-MgBetaEducationUserAssignmentCategoryByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserAssignmentResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentRubricByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEducationUserRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEducationUserRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": "Remove-MgBetaEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaEntitlementManagementSubjectByObjectId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaEntitlementManagementSubjectByObjectId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalAuthorizationSystem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalAuthorizationSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/authorizationSystems/{authorizationSystem-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalAuthorizationSystemDataCollectionInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -444607,20 +444609,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalConnectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -444639,20 +444641,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalConnectionGroupMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionGroupMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -444671,20 +444673,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalConnectionItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -444703,2055 +444705,2055 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalConnectionItemActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalConnectionOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalConnectionQuota", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalConnectionQuota", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/quota", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalIndustryDataConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-delete?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataInboundFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundflow-delete?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalIndustryDataOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataRoleGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/roleGroups/{roleGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataSourceSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-delete?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaExternalIndustryDataYear", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaExternalIndustryDataYear", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-delete?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCountryRegion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCountryRegion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPayment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyEmployee", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyEmployee", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/{employee-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyEmployeePicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyEmployeePictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyEmployeePictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyInformationPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyInformationPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/{item-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyItemPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyItemPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyJournal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyJournal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journals/{journal-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyJournalLine", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyJournalLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoicePaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleInvoiceShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleOrderPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuotePaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanySaleQuoteShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyTaxArea", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyTaxArea", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyTaxGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyTaxGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyVendor", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyVendorPicture", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaFinancialCompanyVendorPictureContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaFinancialCompanyVendorPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupAcceptedSenderDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaGroupAcceptedSenderByRef", "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": "Remove-MgBetaGroupAcceptedSenderByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupCalendarEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -446770,35 +446772,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaGroupCalendarEventPermanent", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/events/{event-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaGroupCalendarPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/calendar/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaGroupCalendarPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupCalendarPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupConversation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -446817,20 +446849,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-conversation?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupConversationThread", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -446849,1205 +446881,1205 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupConversationThreadPostExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostInReplyToMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupConversationThreadPostMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupConversationThreadPostMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveBundleContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveBundleContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveBundleContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveBundleContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveFollowingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveFollowingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveFollowingContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveFollowingContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemCheckout", "Variants": [ "Discard", "DiscardViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaGroupDriveItemCheckout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemChildContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaGroupDriveItemPermanent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveItemVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveItemVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootCheckout", "Variants": [ "Discard", "DiscardViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaGroupDriveRootCheckout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/discardCheckout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootChildContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaGroupDriveRootPermanent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveRootVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveRootVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveSpecialContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveSpecialContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupDriveSpecialContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupDriveSpecialContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -448066,234 +448098,249 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupEventAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupEventExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupEventInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupEventInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupEventInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaGroupEventPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Groups", + "Uri": "/groups/{group-id}/events/{event-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaGroupExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupFavorite", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaGroupFavorite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/removeFavorite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupFromLifecyclePolicy", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaGroupFromLifecyclePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupLifecyclePolicy", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupMemberDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupMemberDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaGroupMemberByRef", "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -448320,35 +448367,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": "Remove-MgBetaGroupMemberByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -448367,65 +448414,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupOnenotePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupOwnerDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaGroupOwnerByRef", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -448444,22 +448491,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": "Remove-MgBetaGroupOwnerByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupPasswordSingleSignOnCredential", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaGroupPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -448486,35 +448533,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/deletePasswordSingleSignOnCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-deletepasswordsinglesignoncredentials?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupPhoto", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -448533,22 +448580,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/photo", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupPhotoContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -448567,50 +448614,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupPlannerPlanDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupPlannerPlanDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupRejectedSenderDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaGroupRejectedSenderByRef", "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": "Remove-MgBetaGroupRejectedSenderByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -448629,2296 +448676,2296 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSite", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "POST", + "Command": "Remove-MgBetaGroupSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/remove", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Remove-MgBetaGroupSiteAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteContentModel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteContentModel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteContentModelFromDrive", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaGroupSiteContentModelFromDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}/removeFromDrive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteContentModelGetByNameFromDrive", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaGroupSiteContentModelGetByNameFromDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteDocumentProcessingJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteDocumentProcessingJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteGetByPathAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteGetByPathAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteGetByPathInformationProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteGetByPathInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteGetByPathOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteGetByPathOnenote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteGetByPathRecycleBin", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteGetByPathRecycleBin", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteGetByPathTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteGetByPathTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteInformationProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListItemActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemActivityDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenotePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteResourceContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteResourceContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOnenoteSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOnenoteSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSitePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayout", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSitePageAsSitePageWebPart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePageAsSitePageWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSitePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSitePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteRecycleBin", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteRecycleBin", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteRecycleBinItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteRecycleBinItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamChannelFileFolderContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamPrimaryChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamPrimaryChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamScheduleDayNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleDayNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamScheduleShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamScheduleShiftRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupTeamTagMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupThread", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -450937,636 +450984,636 @@ "IsLeastPrivilege": false } ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationthread-delete?view=graph-rest-beta", "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaGroupThreadPostAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupThreadPostExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostInReplyToAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostInReplyToExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostInReplyToMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaGroupThreadPostMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaGroupThreadPostMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityApiConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityApiConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityAuthenticationEventListener", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityAuthenticationEventListener", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2CUserFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowIdentityProviderByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-delete-identityproviders?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguageconfiguration-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderBaseByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": "Remove-MgBetaIdentityB2XUserFlowIdentityProviderByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowPreTokenIssuance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", "Variants": [ "Delete1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrength", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -451585,20 +451632,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -451617,1680 +451664,1680 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityContinuouAccessEvaluationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/continuousAccessEvaluationPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityCustomAuthenticationExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAccessReviewPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/policy", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalytic", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAw", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAw", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzure", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzure", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcp", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionManagement", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityProvider", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityProvider", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/identityProviders/{identityProviderBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityUserFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/userFlows/{identityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflow-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaIdentityUserFlowAttribute", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaIdentityUserFlowAttribute", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaInformationProtectionPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaInformationProtectionPolicyLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessAlert", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/alerts/{alert-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivity", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivityBranch", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivityBranch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchDeviceLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-delete-devicelinks?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetwork", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-delete?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessFilteringPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessFilteringPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessFilteringPolicyRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessFilteringPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessFilteringProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessFilteringProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessFilteringProfilePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessFilteringProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessForwardingPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessForwardingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessForwardingPolicyRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessForwardingPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}/policyRules/{policyRule-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessForwardingProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessForwardingProfilePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessLog", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessLogRemoteNetwork", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessLogRemoteNetwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessLogTraffic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessLogTraffic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessReport", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessSettingConditionalAccess", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessSettingConditionalAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings/conditionalAccess", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessSettingCrossTenantAccess", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessSettingCrossTenantAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings/crossTenantAccess", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessSettingEnrichedAuditLog", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessSettingEnrichedAuditLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings/enrichedAuditLogs", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessSettingForwardingOption", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessSettingForwardingOption", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings/forwardingOptions", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaNetworkAccessTenantStatus", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaNetworkAccessTenantStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/tenantStatus", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOauth2PermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -453309,277 +453356,277 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupOnPremiseAgentGroupByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupOnPremiseAgentGroupByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberConnectorByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/{connector-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorGroupMemberByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfConnectorGroupByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfileConnectorMemberOfByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupOnPremiseAgentGroupByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": "Remove-MgBetaOnPremisePublishingProfilePublishedResourceAgentGroupByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBranding", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBranding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -453598,95 +453645,95 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingBackgroundImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingBackgroundImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingBannerLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingBannerLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingCustomCss", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingCustomCss", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingFavicon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingFavicon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingHeaderLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingHeaderLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/headerLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -453705,335 +453752,335 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingLocalizationBackgroundImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingLocalizationCustomCss", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingLocalizationFavicon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingLocalizationFavicon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingSquareLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingSquareLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationBrandingSquareLogoDark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationBrandingSquareLogoDark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/squareLogoDark", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationPartnerInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationPartnerInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/partnerInformation", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationSettingContactInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSettingContactInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings/contactInsights", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationSettingItemInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSettingItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings/itemInsights", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaOrganizationSettingPersonInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaOrganizationSettingPersonInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings/peopleInsights", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPlace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPlace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPlaceAsRoomListRoom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPlaceAsRoomListRoom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPlaceAsRoomListWorkspace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPlaceAsRoomListWorkspace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPlaceByPlaceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPlaceByPlaceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places(placeId='{placeId}')", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPlannerBucket", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerBucket", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -454060,20 +454107,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/buckets/{plannerBucket-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPlannerPlan", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -454100,20 +454147,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/plans/{plannerPlan-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPlannerRoster", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerRoster", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -454132,20 +454179,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Planner", "Uri": "/planner/rosters/{plannerRoster-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-delete?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPlannerRosterMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerRosterMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -454164,20 +454211,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Planner", "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerrostermember-delete?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPlannerTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -454204,79 +454251,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyAccessReviewPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAccessReviewPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/accessReviewPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -454295,34 +454342,34 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAdminConsentRequestPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyAppManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -454341,63 +454388,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationFlowPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -454416,79 +454463,79 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyAuthorizationPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthorizationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyB2CAuthenticationMethodPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/b2cAuthenticationMethodsPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyClaimMappingPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -454507,206 +454554,206 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/default", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyDefaultAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/defaultAppManagementPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyDirectoryRoleAccessReviewPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/directoryRoleAccessReviewPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyExternalIdentityPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/externalIdentitiesPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyFeatureRolloutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": "Remove-MgBetaPolicyFeatureRolloutPolicyApplyToByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyFederatedTokenValidationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/federatedTokenValidationPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -454725,263 +454772,263 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyMobileAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyMobileAppManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-delete-includedgroups?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-delete-includedgroups?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyPermissionGrantPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyRoleManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyRoleManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyTokenIssuancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -455000,20 +455047,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -455032,234 +455079,234 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinterJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinterJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinterJobDocumentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterJobDocumentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinterJobTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinterShare", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShare", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareAllowedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareAllowedUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinterShareJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinterShareJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinterShareJobDocumentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareJobDocumentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinterShareJobTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterShareJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintPrinterTaskTrigger", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -455278,769 +455325,766 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/services/{printService-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintServiceEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintServiceEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintShare", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShare", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareAllowedGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintShareAllowedUserByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareAllowedUserByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintShareJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintShareJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintShareJobDocumentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareJobDocumentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintShareJobTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintShareJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintTaskDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrintTaskDefinitionTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrintTaskDefinitionTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivacySubjectRightsRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivacySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivacySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleAssignmentSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedAccessRoleSettingRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedApprovalRoleInfoSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedOperationEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedOperationEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles/{privilegedRole-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedRoleSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaPrivilegedRoleSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaPrivilegedRoleSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles/{privilegedRole-id}/summary", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaProgram", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaProgram", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programs/{program-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaProgramControl", "Variants": [ "Delete", "Delete1", @@ -456049,359 +456093,362 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaProgramControl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programControls/{programControl-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/programcontrol-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaProgramControlProgram", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaProgramControlProgram", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programControls/{programControl-id}/program", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaProgramControlType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaProgramControlType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programControlTypes/{programControlType-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaReportPartnerBilling", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBilling", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaReportPartnerBillingManifest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingManifest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/manifests/{manifest-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaReportPartnerBillingOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/operations/{operation-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaReportPartnerBillingReconciliation", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingReconciliation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/reconciliation", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaReportPartnerBillingReconciliationBilled", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingReconciliationBilled", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/reconciliation/billed", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaReportPartnerBillingUsage", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingUsage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/usage", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaReportPartnerBillingUsageBilled", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingUsageBilled", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/usage/billed", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaReportPartnerBillingUsageUnbilled", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaReportPartnerBillingUsageUnbilled", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/usage/unbilled", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaReportSlaAzureAdAuthentication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/sla/azureADAuthentication", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaReportUserInsightDaily", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaReportUserInsightDaily", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaReportUserInsightMonthly", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaReportUserInsightMonthly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRiskDetection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRiskDetection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRiskyServicePrincipal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRiskyServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRiskyServicePrincipalHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRiskyServicePrincipalHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRiskyUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRiskyUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRiskyUserHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRiskyUserHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementCloudPc", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -456420,35 +456467,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -456491,94 +456538,94 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDeviceManagement", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -456597,35 +456644,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-delete?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -456668,199 +456715,199 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectory", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -456879,439 +456926,439 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagement", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -457330,379 +457377,379 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementExchange", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchange", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementExchangeCustomAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeCustomAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-delete?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSchemaExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSchemaExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -457721,20 +457768,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.SchemaExtensions", "Uri": "/schemaExtensions/{schemaExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-beta", - "Module": "Beta.SchemaExtensions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSearchAcronym", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSearchAcronym", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -457753,20 +457800,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSearchBookmark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSearchBookmark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -457785,20 +457832,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSearchQna", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSearchQna", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -457817,304 +457864,304 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/securityActions/{securityAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAlertV2", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAlertV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationAutomation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationLandingPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationLoginPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulationPayload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationPayload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/payloads/{payload-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulationTraining", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationTraining", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainings/{training-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulationTrainingCampaign", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationTrainingCampaign", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attacksimulationroot-delete-trainingcampaigns?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAuditLog", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAuditLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/auditLog", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAuditLogQuery", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/auditLog/queries/{auditLogQuery-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityAuditLogQueryRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCase", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -458133,30 +458180,27 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", "Variants": [ "Remove", "Remove1", @@ -458165,7 +458209,10 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -458184,65 +458231,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -458261,60 +458308,57 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Remove", "Remove1", @@ -458323,7 +458367,10 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -458342,110 +458389,110 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -458464,50 +458511,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -458526,1119 +458573,1119 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCloudAppSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCollaboration", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCollaboration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/collaboration", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityCollaborationAnalyzedEmail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityDomainSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityDomainSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityFileSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityFileSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityHostSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityHostSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityIdentity", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityIdentityHealthIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityIdentityHealthIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/healthIssues/{healthIssue-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityIdentitySensor", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityIdentitySensor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/sensors/{sensor-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityIncident", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/incidents/{incident-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityInformationProtection", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityIPSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityIPSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityLabel", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityLabelAuthority", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/authorities/{authorityTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityLabelCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/categories/{categoryTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityLabelCategorySubcategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelCategorySubcategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityLabelCitation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelCitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/citations/{citationTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityLabelDepartment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelDepartment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/departments/{departmentTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityLabelFilePlanReference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelFilePlanReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityLabelRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDescriptor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityPartner", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/partner", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityPartnerSecurityAlert", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityPartnerSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityProviderTenantSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityProviderTenantSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityRule", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/rules", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityRuleDetectionRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityRuleDetectionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/rules/detectionRules/{detectionRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecuritySecureScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecuritySecureScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/secureScores/{secureScore-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecuritySecureScoreControlProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecuritySubjectRightsRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecuritySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecuritySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligence", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceArticle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articles/{article-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostCookie", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPair", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPort", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostPort", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostReputation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceSubdomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatSubmission", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatSubmission", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityTiIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTiIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/tiIndicators/{tiIndicator-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-delete?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", "Variants": [ "Delete", "DeleteExpanded" ], - "OutputType": "IMicrosoftGraphResultInfo", + "Method": "POST", + "Command": "Remove-MgBetaSecurityTiIndicatorByExternalId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicatorsbyexternalid?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphResultInfo" }, { - "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", "Variants": [ "Delete1", "DeleteExpanded" ], - "OutputType": "IMicrosoftGraphResultInfo", + "Method": "POST", + "Command": "Remove-MgBetaSecurityTiIndicatorMultiple", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/tiIndicators/deleteTiIndicators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-deletetiindicators?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphResultInfo" }, { - "Command": "Remove-MgBetaSecurityTrigger", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/triggers", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTriggerRetentionEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityTriggerType", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTriggerType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/triggerTypes", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSecurityUserSecurityProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSecurityUserSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementHealthOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServiceAnnouncementIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServiceAnnouncementMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -459665,65 +459712,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalByAppId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalByAppId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -459766,65 +459813,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": "Remove-MgBetaServicePrincipalClaimMappingPolicyByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalClaimPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalClaimPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -459867,35 +459914,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": "Remove-MgBetaServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalLicenseDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalLicenseDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalOwnerDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaServicePrincipalOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -459922,22 +459969,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": "Remove-MgBetaServicePrincipalOwnerByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -459964,20 +460011,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-deletepasswordsinglesignoncredentials?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -460004,20 +460051,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -460052,50 +460099,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalRiskDetection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalRiskDetection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -460114,50 +460161,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -460184,518 +460231,518 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListItemDriveItemContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListItemDriveItemContentStream", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListItemField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListItemPermission", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListItemVersion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListItemVersionField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSharePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSharePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareRootContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/root/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareRootContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -460714,54 +460761,54 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteContentModelFromDrive", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaSiteContentModelFromDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentModels/{contentModel-id}/removeFromDrive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteContentModelGetByNameFromDrive", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaSiteContentModelGetByNameFromDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentModels/getByName(modelName='{modelName}')/removeFromDrive", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contentmodel-removefromdrive?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -460780,20 +460827,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -460812,95 +460859,95 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteGetByPathAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteGetByPathAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteGetByPathOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteGetByPathOnenote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteGetByPathTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteGetByPathTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -460919,20 +460966,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -460951,20 +460998,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -460983,65 +461030,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListItemActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -461076,50 +461123,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -461146,65 +461193,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -461231,50 +461278,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -461293,946 +461340,946 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSitePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayout", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSitePageAsSitePageWebPart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSitePageAsSitePageWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSitePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSitePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreGroupSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetParentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetTerm", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetTermChild", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSiteTermStoreSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestore", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestorePoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestorePoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreServiceApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreServiceApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreSiteInclusionRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBusinessScenario", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBusinessScenario", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -462251,65 +462298,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBusinessScenarioByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBusinessScenarioByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-delete?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBusinessScenarioPlanner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBusinessScenarioPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -462328,155 +462375,155 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenarioplanner-delete-tasks?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSubscribedSku", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSubscribedSku", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/subscribedSkus/{subscribedSku-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ChangeNotifications", "Uri": "/subscriptions/{subscription-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-beta", - "Module": "Beta.ChangeNotifications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.Delete.Group", @@ -462511,112 +462558,112 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaTeamChannelEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamChannelFileFolderContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-members?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -462691,20 +462738,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -462771,247 +462818,247 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamPrimaryChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamPrimaryChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaTeamPrimaryChannelEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/removeEmail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamPrimaryChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamPrimaryChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamPrimaryChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamScheduleDayNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleDayNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamScheduleOpenShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -463030,35 +463077,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -463077,20 +463124,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamScheduleShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -463117,65 +463164,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamScheduleShiftRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamScheduleTimeCard", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamScheduleTimeOff", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -463194,20 +463241,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamScheduleTimeOffReason", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -463226,20 +463273,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -463258,20 +463305,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -463290,20 +463337,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamTagMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -463322,1073 +463369,1073 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedChats/{deletedChat-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeviceActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeviceActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeviceConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeviceHealth", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeviceHealth", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/health", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkDeviceOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkTeamAppSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkTeamAppSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/teamsAppSettings", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkTeamTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkTeamTemplateDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTeamworkWorkforceIntegration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTeamworkWorkforceIntegration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "ApiReferenceLink": null, "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "ApiReferenceLink": null, + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-delete?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTrustFrameworkKeySet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTrustFrameworkKeySet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTrustFrameworkPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaTrustFrameworkPolicyContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaTrustFrameworkPolicyContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkpolicy-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -464431,80 +464478,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserActivityHistoryItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserActivityHistoryItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserActivityStatistics", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserActivityStatistics", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.People", "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserAuthenticationEmailMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -464523,20 +464570,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserAuthenticationFido2Method", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationFido2Method", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -464555,20 +464602,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -464587,35 +464634,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserAuthenticationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -464634,20 +464681,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/passwordlessmicrosoftauthenticatorauthenticationmethod-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -464666,35 +464713,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationPlatformCredentialMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/platformCredentialMethods/{platformCredentialAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/platformcredentialauthenticationmethod-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationSoftwareOathMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -464713,20 +464760,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -464745,20 +464792,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -464777,2492 +464824,2674 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserCalendarGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserCalendarGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "Delete1", + "DeleteViaIdentity", + "DeleteViaIdentity1" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserCalendarPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/calendar/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendar-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserCalendarPermission", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserCalendarPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChatAccessForUser", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaUserChatAccessForUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/removeAllAccessForUser", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-removeallaccessforuser?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChatInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChatLastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatLastMessagePreview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChatMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChatMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChatMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChatMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChatOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChatPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChatPinnedMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserChatTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserContactFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserContactFolderChildFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserContactFolderChildFolderContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderChildFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserContactFolderChildFolderContactPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserContactFolderChildFolderPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserContactFolderContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserContactFolderContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserContactFolderContactPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserContactFolderContactPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactFolderContactPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserContactFolderPermanent", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contactfolder-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserContactPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/contacts/{contact-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contact-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserContactPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserContactPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDeviceByDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceByDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDeviceCommand", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceCommand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDeviceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceRegisteredOwnerDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": "Remove-MgBetaUserDeviceRegisteredOwnerByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceRegisteredUserDirectoryObjectByRef", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaUserDeviceRegisteredUserByRef", "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": "Remove-MgBetaUserDeviceRegisteredUserByRef", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDeviceUsageRights", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDeviceUsageRights", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveBundleContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveBundleContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveBundleContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveBundleContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveFollowingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveFollowingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveFollowingContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveFollowingContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemCheckout", "Variants": [ "Discard", "DiscardViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaUserDriveItemCheckout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/discardCheckout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemChildContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaUserDriveItemPermanent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveItemVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveItemVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootCheckout", "Variants": [ "Discard", "DiscardViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaUserDriveRootCheckout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/discardCheckout", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-discardcheckout?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootChildContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootListItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaUserDriveRootPermanent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveRootVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveRootVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveSpecialContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveSpecialContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserDriveSpecialContentStream", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserDriveSpecialContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserEventAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserEventExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserEventInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventInstanceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserEventInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserEventInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserEventInstancePermanent", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserEventPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/events/{event-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserFollowedSite", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "POST", + "Command": "Remove-MgBetaUserFollowedSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/followedSites/remove", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Remove-MgBetaUserInferenceClassificationOverride", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInferenceClassificationOverride", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInformationProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/policy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInsightShared", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInsightShared", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInsightTrending", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInsightTrending", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/trending/{trending-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserInsightUsed", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserInsightUsed", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserLicenseDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserLicenseDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderChildFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessagePermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserMailFolderChildFolderPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderMessageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderMessageMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessageMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserMailFolderMessagePermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserMailFolderMessageRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMailFolderMessageRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserMailFolderPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mailfolder-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaUserManagedDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaUserManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserManagerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserManagerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -467281,170 +467510,185 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMessageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMessageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMessageMention", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMessageMention", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserMessagePermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/messages/{message-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserMobileAppIntentAndState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMobileAppIntentAndState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/notifications/{notification-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -467463,65 +467707,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnenotePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeeting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -467540,146 +467784,146 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingAlternativeRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingAlternativeRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingAttendeeReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingAttendeeReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingBroadcastRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingBroadcastRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingByJoinWebUrl", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingRecording", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingRecordingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRecordingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -467698,35 +467942,35 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -467753,217 +467997,292 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/meetingregistrant-delete?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingTranscript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingTranscript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingTranscriptContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingTranscriptContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOutlookMasterCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookMasterCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOutlookTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOutlookTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOutlookTaskFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserOutlookTaskFolderPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskFolderTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserOutlookTaskFolderTaskPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserOutlookTaskGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktaskfolder-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserOutlookTaskGroupTaskFolderTaskPermanent", + "ApiVersion": "beta", "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta", + "OutputType": null + }, + { + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], + "Method": "POST", + "Command": "Remove-MgBetaUserOutlookTaskPermanent", "ApiVersion": "beta", - "Method": "DELETE" + "CommandAlias": null, + "Permissions": [], + "Module": "Beta.Users.Actions", + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/permanentDelete", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/outlooktask-permanentdelete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaUserPasswordSingleSignOnCredential", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaUserPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -467990,20 +468309,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/deletePasswordSingleSignOnCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-deletepasswordsinglesignoncredentials?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaUserPhoto", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468030,22 +468349,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/photo", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserPhotoContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468072,35 +468391,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserPresence", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468119,20 +468438,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileAccount", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468151,20 +468470,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileAddress", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileAddress", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468183,20 +468502,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-delete?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileAnniversary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileAnniversary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468215,20 +468534,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileAward", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileAward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468247,20 +468566,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/awards/{personAward-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-delete?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileCertification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileCertification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468279,20 +468598,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-delete?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileEducationalActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468311,20 +468630,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileEmail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468343,20 +468662,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileInterest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileInterest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468375,20 +468694,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileLanguage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468407,20 +468726,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468439,20 +468758,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/names/{personName-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -468495,20 +468814,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-delete?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfilePatent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfilePatent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468527,20 +468846,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-delete?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfilePhone", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfilePhone", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468559,20 +468878,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-delete?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfilePosition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfilePosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468591,20 +468910,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileProject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileProject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468623,20 +468942,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfilePublication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfilePublication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468655,20 +468974,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileSkill", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileSkill", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468687,20 +469006,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileWebAccount", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileWebAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468719,20 +469038,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserProfileWebsite", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserProfileWebsite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -468751,290 +469070,290 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserScopedRoleMemberOf", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserScopedRoleMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSecurity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSecurityInformationProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurityInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingContactMergeSuggestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSettingItemInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingRegionalAndLanguageSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSettingShiftPreference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingShiftPreference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSettingStorage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingStorage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSettingStorageQuota", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingStorageQuota", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSettingStorageQuotaService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingStorageQuotaService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSettingWindows", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingWindows", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserSettingWindowsInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserSettingWindowsInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTeamwork", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTeamwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTeamworkAssociatedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTeamworkInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTeamworkInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -469133,20 +469452,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTodoList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -469173,35 +469492,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTodoListExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTodoListTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -469220,20 +469539,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTodoListTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -469252,20 +469571,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTodoListTaskAttachmentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskAttachmentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -469284,50 +469603,50 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskAttachmentSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTodoListTaskAttachmentSessionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskAttachmentSessionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskChecklistItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -469346,35 +469665,35 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTodoListTaskExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaUserTodoListTaskLinkedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -469393,548 +469712,545 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEvent", "Variants": [ "Delete1", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventSessionByJoinWebUrl", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventTownhall", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventTownhall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventTownhallPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventTownhallPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventTownhallSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventTownhallSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventTownhallSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventWebinar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventWebinarPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByEmail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByUserId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationByUserId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventWebinarSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaVirtualEventWebinarSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesDeployment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesDeployment", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuDeployment", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-delete?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuDeployment", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContent", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContent", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceExclusionMemberById", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceExclusionMemberGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesDeploymentAudienceMemberById", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuDeploymentAudienceMemberGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicy", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicy", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-delete?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuPolicy", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudience", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudience", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuPolicyAudience", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContent", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContent", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusion", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusion", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMember", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMember", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceExclusionMemberById", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceExclusionMemberGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Delete", "DeleteViaIdentity", @@ -469943,253 +470259,256 @@ "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceMember", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesPolicyAudienceMemberById", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyAudienceMemberGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuPolicyAudienceMemberGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuPolicyComplianceChange", "Permissions": [], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-delete?view=graph-rest-beta", "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuPolicyComplianceChange", - "ApiVersion": "beta", - "Method": "DELETE" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-delete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesProduct", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProduct", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProduct", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuProduct", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesProductEdition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductEdition", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductEdition", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuProductEdition", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssue", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductKnownIssue", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuProductKnownIssue", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesProductRevision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductRevision", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductRevision", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuProductRevision", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductRevisionCatalogEntry", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductRevisionCatalogEntry", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuProductRevisionCatalogEntry", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuProductRevisionKnowledgeBaseArticle", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuProductRevisionKnowledgeBaseArticle", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesResourceConnection", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuResourceConnection", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-operationalinsightsconnection-delete?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuResourceConnection", - "ApiVersion": "beta", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuUpdatableAsset", "Permissions": [], - "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-delete?view=graph-rest-beta", "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuUpdatableAsset", - "ApiVersion": "beta", - "Method": "DELETE" + "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableasset-delete?view=graph-rest-beta", + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMember", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuUpdatableAssetMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembers?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuUpdatableAssetMember", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgBetaWindowsUpdatesUpdatableAssetMemberById", + "ApiVersion": "beta", + "CommandAlias": "Remove-MgBetaWuUpdatableAssetMemberGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatableassetgroup-removemembersbyid?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Remove-MgBetaWuUpdatableAssetMemberGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgBookingBusiness", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusiness", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-delete?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBookingBusinessAppointment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessAppointment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -470224,35 +470543,35 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-delete?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBookingBusinessCalendarView", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBookingBusinessCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -470287,20 +470606,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-delete?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBookingBusinessCustomQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -470327,20 +470646,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-delete?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBookingBusinessService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -470359,20 +470678,20 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-delete?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBookingBusinessStaffMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -470391,50 +470710,50 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-delete?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgBookingCurrency", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgBookingCurrency", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgChatInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -470493,35 +470812,35 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-installedapps?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgChatLastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatLastMessagePreview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgChatMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMember.ReadWrite", @@ -470548,52 +470867,52 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-members?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgChatMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgChatPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgChatPinnedMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -470612,20 +470931,20 @@ "IsLeastPrivilege": true } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-pinnedmessages?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgChatTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -470676,20 +470995,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-delete-tabs?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationCall", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -470708,20 +471027,20 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-delete?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationCallAudioRoutingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -470740,50 +471059,50 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-delete?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationCallContentSharingSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationCallOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationCallParticipant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallParticipant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -470802,260 +471121,260 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationCallRecordOrganizerV2", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallRecordOrganizerV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationCallRecordParticipantV2", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallRecordParticipantV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationCallRecordSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationOnlineMeeting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationOnlineMeetingRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingRecording", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationOnlineMeetingRecordingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingRecordingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationOnlineMeetingTranscript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingTranscriptContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgCommunicationPresence", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgCommunicationPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/presences/{presence-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgContract", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgContract", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDataPolicyOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDataPolicyOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -471074,35 +471393,35 @@ "IsLeastPrivilege": true } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -471121,20 +471440,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -471153,35 +471472,35 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -471200,20 +471519,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -471232,50 +471551,50 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtection", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -471294,20 +471613,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -471326,95 +471645,95 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppPolicy", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppPolicy", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistration", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistration", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -471433,140 +471752,140 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementManagedAppStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedAppStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedAppStatus", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtManagedAppStatus", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementManagedEBook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBook", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-delete?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBook", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-delete?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookDeviceState", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-delete?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookDeviceState", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-delete?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -471585,20 +471904,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -471617,20 +471936,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -471649,920 +471968,920 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-windowsappx-delete?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-delete?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-delete?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppCategory", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfiguration", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-delete?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfiguration", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-delete?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-delete?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-delete?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472581,20 +472900,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472613,35 +472932,35 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementVppToken", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -472660,20 +472979,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtVppToken", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472692,20 +473011,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472724,20 +473043,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472756,20 +473075,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -472788,79 +473107,79 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceByDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceByDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices(deviceId='{deviceId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementAuditEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementComplianceManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -472879,34 +473198,34 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementConditionalAccessSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDetectedApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -472925,20 +473244,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -472957,318 +473276,318 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-androidworkprofilecompliancepolicy-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdateconfiguration-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -473287,20 +473606,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -473319,20 +473638,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementExchangeConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -473351,50 +473670,50 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-importedwindowsautopilotdeviceidentity-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementIoUpdateStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementIoUpdateStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementManagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -473413,142 +473732,142 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementManagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -473567,20 +473886,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -473599,50 +473918,50 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -473661,20 +473980,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -473693,34 +474012,34 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementReport", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/deviceManagement/reports", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementResourceOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -473739,20 +474058,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -473771,20 +474090,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -473803,20 +474122,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -473835,95 +474154,95 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementTermAndCondition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -473942,20 +474261,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -473974,20 +474293,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474006,20 +474325,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474038,20 +474357,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474070,20 +474389,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474102,20 +474421,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474134,20 +474453,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474166,49 +474485,49 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474227,50 +474546,50 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474289,20 +474608,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474321,20 +474640,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474353,20 +474672,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474385,20 +474704,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474417,20 +474736,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474449,20 +474768,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474481,34 +474800,34 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474527,34 +474846,34 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474573,20 +474892,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474605,20 +474924,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -474637,170 +474956,170 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcdeviceimage-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-delete?view=graph-rest-1.0", - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -474819,20 +475138,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -474851,185 +475170,185 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-delete?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceRegisteredOwnerDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceRegisteredOwnerByRef", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredowners?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Remove-MgDeviceRegisteredOwnerByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDeviceRegisteredUserDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDeviceRegisteredUserDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDeviceRegisteredUserByRef", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-delete-registeredusers?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Remove-MgDeviceRegisteredUserByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryAdministrativeUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryAdministrativeUnitExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnitMemberDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDirectoryAdministrativeUnitMemberByRef", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-members?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Remove-MgDirectoryAdministrativeUnitMemberByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-delete-scopedrolemembers?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryAttributeSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryAttributeSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryDeletedItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryDeletedItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-delete?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryDeviceLocalCredential", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryDeviceLocalCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryFederationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Domain.ReadWrite.All", @@ -475048,260 +475367,260 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/samlorwsfedexternaldomainfederation-delete?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryObject", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-delete?view=graph-rest-1.0", - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryOnPremiseSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryOnPremiseSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryRoleByRoleTemplateId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryRoleByRoleTemplateId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryRoleMemberDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryRoleMemberDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgDirectoryRoleMemberByRef", "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryrole-delete-member?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": "Remove-MgDirectoryRoleMemberByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryRoleScopedMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectoryRoleTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectorySubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectorySubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDirectorySubscriptionByCommerceSubscriptionId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDirectorySubscriptionByCommerceSubscriptionId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDomain", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-delete?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDomainFederationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDomainFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-delete?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDomainServiceConfigurationRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDomainVerificationDnsRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveBundleContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveBundleContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveFollowingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveFollowingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -475328,200 +475647,200 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgDriveItemPermanent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -475548,620 +475867,620 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-removeretentionlabel?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveItemVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveItemVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgDriveRootPermanent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveRootVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveRootVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgDriveSpecialContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgDriveSpecialContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClass", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -476180,20 +476499,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignmentCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -476212,20 +476531,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationcategory-delete?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationClassAssignmentCategoryByRef", "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -476244,35 +476563,35 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-remove-category?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": "Remove-MgEducationClassAssignmentCategoryByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignmentDefault", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -476291,20 +476610,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentresource-delete?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -476323,20 +476642,20 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -476355,80 +476674,80 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-delete-rubric?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignmentSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignmentSettingGradingCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationfeedbackresourceoutcome-delete?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -476447,50 +476766,50 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmissionresource-delete?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassMemberEducationUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassMemberEducationUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationClassMemberByRef", "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-members?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": "Remove-MgEducationClassMemberByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassModule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -476509,20 +476828,20 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-delete?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassModuleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassModuleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -476541,184 +476860,184 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-delete?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationClassTeacherEducationUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationClassTeacherEducationUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationClassTeacherByRef", "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-delete-teachers?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": "Remove-MgEducationClassTeacherByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationMe", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMe", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationMeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationMeAssignmentCategoryByRef", "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": "Remove-MgEducationMeAssignmentCategoryByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationMeAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationMeAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationMeAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationMeAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationMeAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationMeRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationMeRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -476737,450 +477056,447 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-delete?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationSchool", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationSchoolClassEducationClassByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationSchoolClassEducationClassByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationSchoolClassByRef", "Permissions": [], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-classes?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": "Remove-MgEducationSchoolClassByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationSchoolUserEducationUserByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationSchoolUserEducationUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationSchoolUserByRef", "Permissions": [], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-delete-users?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": "Remove-MgEducationSchoolUserByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-delete?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationUserAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentCategoryEducationCategoryByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEducationUserAssignmentCategoryByRef", "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": "Remove-MgEducationUserAssignmentCategoryByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationUserAssignmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationUserAssignmentRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationUserAssignmentRubricByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationUserAssignmentSubmission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationUserAssignmentSubmissionResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEducationUserRubric", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEducationUserRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementAccessPackage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatibleaccesspackage?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-incompatiblegroup?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-delete-resourcerolescopes?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementAssignmentPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementAssignmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalog", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalogResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalogResourceRole", "Variants": [ "Delete", "Delete1", @@ -477189,83 +477505,83 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalogResourceScope", "Variants": [ "Delete", "Delete1", @@ -477274,353 +477590,353 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementConnectedOrganization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-externalsponsors?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-delete-internalsponsors?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceEnvironment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "Delete", "Delete1", @@ -477629,83 +477945,83 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "Delete", "Delete1", @@ -477714,523 +478030,526 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceScopeResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgEntitlementManagementResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgExternalConnection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -478249,20 +478568,20 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-delete?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgExternalConnectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -478281,20 +478600,20 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-delete?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgExternalConnectionGroupMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -478313,20 +478632,20 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroupmember-delete?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgExternalConnectionItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -478345,110 +478664,110 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-delete?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgExternalConnectionItemActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionItemActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgExternalConnectionOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgExternalConnectionOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupAcceptedSenderDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupAcceptedSenderDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgGroupAcceptedSenderByRef", "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-acceptedsenders?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": "Remove-MgGroupAcceptedSenderByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-approleassignments?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupByUniqueName", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupByUniqueName", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupCalendarEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -478467,35 +478786,35 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupCalendarPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupCalendarPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupConversation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -478514,20 +478833,20 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversation-delete?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupConversationThread", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -478546,920 +478865,920 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupConversationThreadPostAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupConversationThreadPostExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveBundleContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveBundleContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveFollowingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveFollowingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgGroupDriveItemPermanent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveItemVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveItemVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgGroupDriveRootPermanent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveRootVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveRootVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupDriveSpecialContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupDriveSpecialContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -479478,144 +479797,144 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-event?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupEventAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEventAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupEventExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEventExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupEventInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEventInstanceAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupEventInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupFavorite", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgGroupFavorite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/removeFavorite", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-removefavorite?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgGroupFromLifecyclePolicy", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgGroupFromLifecyclePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-removegroup?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgGroupLifecyclePolicy", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-delete?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupMemberDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupMemberDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgGroupMemberByRef", "Permissions": [ { "Name": "GroupMember.ReadWrite.All", @@ -479642,35 +479961,35 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-members?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": "Remove-MgGroupMemberByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -479689,65 +480008,65 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupOnenotePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupOwnerDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgGroupOwnerByRef", "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -479766,35 +480085,35 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-owners?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": "Remove-MgGroupOwnerByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupPhoto", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -479813,22 +480132,22 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/photo", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupPhotoContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -479847,52 +480166,52 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupPlannerPlanDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupPlannerPlanDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupRejectedSenderDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupRejectedSenderDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgGroupRejectedSenderByRef", "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-rejectedsenders?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": "Remove-MgGroupRejectedSenderByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSetting", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -479911,938 +480230,935 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/settings/{groupSetting-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSite", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "POST", + "Command": "Remove-MgGroupSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/remove", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Remove-MgGroupSiteAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteGetByPathAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteGetByPathAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteGetByPathOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteGetByPathOnenote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteGetByPathTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteGetByPathTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteNotebookSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenotePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteResourceContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteResourceContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteSectionPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOnenoteSectionPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOnenoteSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSitePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayout", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayout", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSitePageAsSitePageWebPart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSitePageAsSitePageWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSitePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSitePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStore", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreGroupSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "Delete", "Delete1", @@ -480853,17 +481169,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -480874,136 +481190,136 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetChild", "Variants": [ "Delete", "Delete1", @@ -481014,17 +481330,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -481035,51 +481351,51 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Delete", "Delete1", @@ -481090,17 +481406,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -481111,740 +481427,743 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/photo/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamPrimaryChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamPrimaryChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamPrimaryChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamPrimaryChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamScheduleOpenShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamScheduleShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamScheduleTimeOff", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamScheduleTimeOffReason", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupTeamTagMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupThread", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -481863,410 +482182,410 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-delete-thread?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupThreadPostAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupThreadPostExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupThreadPostInReplyToAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgGroupThreadPostInReplyToExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityApiConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityApiConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityAuthenticationEventFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityAuthenticationEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderBaseByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/{identityProviderBase-id}/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnAuthenticationMethodLoadStartExternalUserSelfServiceSignUpIdentityProviderByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityAuthenticationEventFlowAsOnGraphAPretributeCollectionExternalUserSelfServiceSignUpAttributeIdentityUserFlowAttributeByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/onAttributeCollection/onAttributeCollectionExternalUsersSelfServiceSignUp/attributes/{identityUserFlowAttribute-id}/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationconditionapplication-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityAuthenticationEventListener", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityAuthenticationEventListener", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityB2XUserFlow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2xidentityuserflow-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderBaseByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityB2XUserFlowLanguage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowPostAttributeCollectionByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityConditionalAccessNamedLocation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -482285,20 +482604,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityConditionalAccessPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -482317,663 +482636,663 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityCustomAuthenticationExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAppConsentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-deleteditemcontainer-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernancePrivilegedAccess", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccess", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityProvider", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityProvider", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/identityProviders/{identityProviderBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgIdentityUserFlowAttribute", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOauth2PermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -482992,35 +483311,35 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBranding", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBranding", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -483039,95 +483358,95 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-delete?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingBackgroundImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingBackgroundImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingBannerLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingBannerLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingCustomCss", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingCustomCss", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingFavicon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingFavicon", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingHeaderLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingHeaderLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/headerLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingLocalization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -483146,215 +483465,215 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-delete?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingLocalizationBackgroundImage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingLocalizationCustomCss", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingLocalizationFavicon", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingLocalizationFavicon", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingSquareLogo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingSquareLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationBrandingSquareLogoDark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationBrandingSquareLogoDark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/squareLogoDark", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedauthconfiguration-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgOrganizationExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgOrganizationExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPlace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/{place-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPlaceAsRoomListRoom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlaceAsRoomListRoom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPlannerBucket", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerBucket", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -483381,20 +483700,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/buckets/{plannerBucket-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-delete?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPlannerPlan", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -483421,20 +483740,20 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/plans/{plannerPlan-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-delete?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPlannerTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -483461,65 +483780,65 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-delete?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -483538,34 +483857,34 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyAdminConsentRequestPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyAppManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -483584,63 +483903,63 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyAuthenticationFlowPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyAuthenticationMethodPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationMethodPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -483659,49 +483978,49 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthroot-delete-policies?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyAuthorizationPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyAuthorizationPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authorizationPolicy", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyClaimMappingPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -483720,164 +484039,164 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyCrossTenantAccessPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/default", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplate", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyDefaultAppManagementPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/defaultAppManagementPolicy", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyFeatureRolloutPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-delete-appliesto?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -483896,139 +484215,139 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyPermissionGrantPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-excludes?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-delete-includes?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyRoleManagementPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyRoleManagementPolicyRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyTokenIssuancePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -484047,20 +484366,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPolicyTokenLifetimePolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -484079,125 +484398,125 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintConnector", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-delete?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintPrinter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintPrinterJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintPrinterJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterJobDocument", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintPrinterJobDocumentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterJobDocumentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintPrinterJobTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterJobTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintPrinterTaskTrigger", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -484216,542 +484535,542 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-delete-tasktrigger?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/services/{printService-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintServiceEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintServiceEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintShare", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintShare", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintShareAllowedGroupByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintShareAllowedGroupByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-allowedgroup?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintShareAllowedUserByRef", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintShareAllowedUserByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-delete-alloweduser?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintShareJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintShareJobDocument", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintShareJobDocument", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintShareJobDocumentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintShareJobDocumentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintShareJobTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintShareJobTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintTaskDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintTaskDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-delete-taskdefinition?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrintTaskDefinitionTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrivacySubjectRightsRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrivacySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgPrivacySubjectRightsRequestNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgPrivacySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgReportPartnerBilling", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBilling", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgReportPartnerBillingManifest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingManifest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/manifests/{manifest-id}", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgReportPartnerBillingOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/operations/{operation-id}", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgReportPartnerBillingReconciliation", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingReconciliation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/reconciliation", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgReportPartnerBillingReconciliationBilled", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingReconciliationBilled", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/reconciliation/billed", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgReportPartnerBillingUsage", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingUsage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/usage", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgReportPartnerBillingUsageBilled", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingUsageBilled", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/usage/billed", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgReportPartnerBillingUsageUnbilled", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgReportPartnerBillingUsageUnbilled", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/usage/unbilled", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRiskDetection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRiskDetection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRiskyServicePrincipal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRiskyServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRiskyServicePrincipalHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRiskyUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRiskyUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRiskyUserHistory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRiskyUserHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectory", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignment-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -484770,124 +485089,124 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagement", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EntitlementManagement.ReadWrite.All", @@ -484906,155 +485225,155 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSchemaExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSchemaExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -485073,20 +485392,20 @@ "IsLeastPrivilege": false } ], + "Module": "SchemaExtensions", "Uri": "/schemaExtensions/{schemaExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-delete?view=graph-rest-1.0", - "Module": "SchemaExtensions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSearchAcronym", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSearchAcronym", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -485105,20 +485424,20 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-delete?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSearchBookmark", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSearchBookmark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -485137,20 +485456,20 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-delete?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSearchQna", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSearchQna", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -485169,230 +485488,230 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-delete?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAlertV2", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAlertV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAttackSimulation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAttackSimulationAutomation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAttackSimulationAutomationRun", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAttackSimulationEndUserNotification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationEndUserNotification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAttackSimulationLandingPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationLandingPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAttackSimulationLandingPageDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAttackSimulationLoginPage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationLoginPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAttackSimulationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAttackSimulationPayload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationPayload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/payloads/{payload-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAttackSimulationTraining", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationTraining", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/trainings/{training-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCase", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCase", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -485411,30 +485730,27 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-casesroot-delete-ediscoverycases?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", "Variants": [ "Remove", "Remove1", @@ -485443,7 +485759,10 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -485462,75 +485781,72 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-removehold?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", "Variants": [ "Remove", "Remove1", @@ -485539,7 +485855,10 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -485558,65 +485877,65 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-removehold?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewset-delete-queries?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -485635,50 +485954,50 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-searches?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -485697,735 +486016,735 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-delete-tags?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityIdentity", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/identities", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityIdentityHealthIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityIdentityHealthIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/identities/healthIssues/{healthIssue-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityIncident", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityIncident", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/incidents/{incident-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityLabel", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityLabelAuthority", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelAuthority", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/authorities/{authorityTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-authorities?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityLabelCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/categories/{categoryTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-categories?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityLabelCategorySubcategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelCategorySubcategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityLabelCitation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelCitation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/citations/{citationTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-citations?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityLabelDepartment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelDepartment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/departments/{departmentTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-departments?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityLabelFilePlanReference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelFilePlanReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-labelsroot-delete-fileplanreferences?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityLabelRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-delete?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityLabelRetentionLabelDescriptor", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelRetentionLabelDescriptor", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecuritySecureScore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecuritySecureScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/secureScores/{secureScore-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecuritySecureScoreControlProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecuritySubjectRightsRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecuritySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecuritySubjectRightsRequestNote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligence", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceArticle", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articles/{article-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceHost", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostCookie", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceHostPair", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostPair", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceHostPort", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostPort", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceSslCertificate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceSubdomain", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceSubdomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityTrigger", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/triggers", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityTriggerRetentionEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionevent-delete?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityTriggerType", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityTriggerType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/triggerTypes", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentioneventtype-delete?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServiceAnnouncementHealthOverview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServiceAnnouncementIssue", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServiceAnnouncementMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServiceAnnouncementMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServiceAnnouncementMessageAttachmentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipal", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -486452,65 +486771,65 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignedto?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-approleassignments?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalByAppId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalByAppId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalClaimMappingPolicyClaimMappingPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgServicePrincipalClaimMappingPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -486553,50 +486872,50 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-claimsmappingpolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": "Remove-MgServicePrincipalClaimMappingPolicyByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-delegatedpermissionclassifications?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalEndpoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", "Permissions": [ { "Name": "Policy.Read.All", @@ -486639,22 +486958,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-homerealmdiscoverypolicies?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalKey", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgServicePrincipalKey", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -486681,20 +487000,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removekey?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalOwnerDirectoryObjectByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalOwnerDirectoryObjectByRef", + "ApiVersion": "v1.0", + "CommandAlias": "Remove-MgServicePrincipalOwnerByRef", "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -486721,22 +487040,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-owners?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": "Remove-MgServicePrincipalOwnerByRef", - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalPassword", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgServicePrincipalPassword", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -486763,20 +487082,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-removepassword?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -486803,20 +487122,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-delete-remotedesktopsecurityconfiguration?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -486851,50 +487170,50 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-delete-targetdevicegroups?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalRiskDetection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalSynchronization", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalSynchronizationJob", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -486913,50 +487232,50 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-delete?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJobBulkUploadContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -486983,424 +487302,424 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalSynchronizationTemplate", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListItem", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListItemDocumentSetVersion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListItemDocumentSetVersionField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListItemDriveItemContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListItemField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListItemVersion", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListItemVersionField", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSharePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSharePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/root/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -487419,20 +487738,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -487451,20 +487770,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-delete?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -487483,95 +487802,95 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-delete?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteGetByPathAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteGetByPathAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteGetByPathOnenote", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteGetByPathOnenote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteGetByPathTermStore", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteGetByPathTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -487590,20 +487909,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -487622,20 +487941,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -487654,50 +487973,50 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-delete?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -487732,125 +488051,125 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-delete?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -487869,246 +488188,243 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSitePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/basesitepage-delete?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSitePageAsSitePageCanvaLayout", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageCanvaLayout", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSitePageAsSitePageWebPart", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSitePageAsSitePageWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/webpart-delete?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSitePermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSitePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-delete-permission?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStore", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-group-delete?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreGroupSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreGroupSetChild", "Variants": [ "Delete", "Delete1", @@ -488119,17 +488435,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -488140,136 +488456,136 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreGroupSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreGroupSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreGroupSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-delete?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetChild", "Variants": [ "Delete", "Delete1", @@ -488280,17 +488596,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -488301,51 +488617,51 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetParentGroup", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetParentGroupSet", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "Delete", "Delete1", @@ -488356,17 +488672,17 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Delete", "Delete1", @@ -488377,551 +488693,554 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetTerm", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-delete?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetTermChild", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetTermChildRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSiteTermStoreSetTermRelation", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestore", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestorePoint", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/protectionpolicybase-delete?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreServiceApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreServiceApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/backuprestoreroot-delete-serviceapps?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restoresessionbase-delete?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreSharePointRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreSiteInclusionRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSubscribedSku", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSubscribedSku", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/subscribedSkus/{subscribedSku-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "ChangeNotifications", "Uri": "/subscriptions/{subscription-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-delete?view=graph-rest-1.0", - "Module": "ChangeNotifications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Channel.Delete.Group", @@ -488956,97 +489275,97 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgTeamChannelEmail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgTeamChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharedwithchannelteaminfo-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -489121,20 +489440,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-delete-tabs?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -489201,217 +489520,217 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-installedapps?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-delete-members?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamPrimaryChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamPrimaryChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgTeamPrimaryChannelEmail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/removeEmail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgTeamPrimaryChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamPrimaryChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamPrimaryChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamSchedule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamScheduleOfferShiftRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamScheduleOpenShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -489430,35 +489749,35 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamScheduleSchedulingGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -489477,20 +489796,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamScheduleShift", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -489517,35 +489836,35 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamScheduleTimeOff", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -489564,20 +489883,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamScheduleTimeOffReason", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -489596,20 +489915,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamScheduleTimeOffRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -489628,20 +489947,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffrequest-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamTag", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -489660,20 +489979,20 @@ "IsLeastPrivilege": true } ], + "Module": "Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamTagMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -489692,338 +490011,338 @@ "IsLeastPrivilege": true } ], + "Module": "Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktagmember-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkDeletedChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedChats/{deletedChat-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkDeletedTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkDeletedTeamChannel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", "Variants": [ "Remove", "RemoveViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-removeemail?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkDeletedTeamChannelTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkTeamAppSetting", "Variants": [ "Delete" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkTeamAppSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/teamsAppSettings", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTeamworkWorkforceIntegration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-delete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-delete?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-delete?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-delete-tenants?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUser", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -490066,65 +490385,65 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserActivity", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserActivityHistoryItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserActivityHistoryItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserAppRoleAssignment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-approleassignments?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserAuthenticationEmailMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -490143,20 +490462,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserAuthenticationFido2Method", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationFido2Method", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -490175,20 +490494,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/fido2authenticationmethod-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -490207,35 +490526,35 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftauthenticatorauthenticationmethod-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserAuthenticationOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserAuthenticationPhoneMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -490254,20 +490573,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -490286,20 +490605,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/softwareoathauthenticationmethod-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -490318,20 +490637,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/temporaryaccesspassauthenticationmethod-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserAuthenticationWindowsHelloForBusinessMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite", @@ -490350,1740 +490669,1740 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowshelloforbusinessauthenticationmethod-delete?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserCalendarGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserCalendarGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserCalendarPermission", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserCalendarPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-delete?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserChat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserChatInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserChatLastMessagePreview", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatLastMessagePreview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserChatMember", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserChatMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserChatMessageHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserChatMessageReply", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserChatMessageReplyHostedContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserChatPermissionGrant", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserChatPinnedMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserChatTab", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserContactFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserContactFolderChildFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserContactFolderChildFolderContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserContactFolderChildFolderContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserContactFolderContact", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserContactFolderContactExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserContactFolderContactPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactFolderContactPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserContactPhotoContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserContactPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDrive", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveBundleContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveBundleContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveFollowingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveFollowingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgUserDriveItemPermanent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permanentDelete", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveItemVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveItemVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListContentType", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListContentTypeColumn", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListContentTypeColumnLink", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListOperation", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveListSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRoot", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootAnalytic", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootChildContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootListItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootListItemDriveItemContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootListItemField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootListItemVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootListItemVersionField", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootPermanent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgUserDriveRootPermanent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/permanentDelete", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootPermission", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootRetentionLabel", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootSubscription", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootThumbnail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootVersion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveRootVersionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveRootVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserDriveSpecialContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserDriveSpecialContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserEvent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserEventAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEventAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserEventExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEventExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserEventInstanceAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEventInstanceAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserEventInstanceExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserEventInstanceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserFollowedSite", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "POST", + "Command": "Remove-MgUserFollowedSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/followedSites/remove", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-unfollow?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Remove-MgUserInferenceClassificationOverride", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserInsightShared", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserInsightShared", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserInsightTrending", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserInsightTrending", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/trending/{trending-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserInsightUsed", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserInsightUsed", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserLicenseDetail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserLicenseDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMailFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMailFolderChildFolder", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMailFolderChildFolderMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMailFolderChildFolderMessageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMailFolderChildFolderMessageRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMailFolderMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMailFolderMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMailFolderMessageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMailFolderMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMailFolderMessageRule", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserManagedDevice", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserManagedDeviceCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserManagedDeviceConfigurationState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-deleteuserfromsharedappledevice?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceWindowsProtectionState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserManagerByRef", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserManagerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -492102,95 +492421,95 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-delete-manager?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMessage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMessageAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMessageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMessageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserMessageExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnenoteNotebook", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnenotePage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Notes.ReadWrite", @@ -492209,65 +492528,65 @@ "IsLeastPrivilege": false } ], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnenotePageContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnenoteSection", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnenoteSectionGroup", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnlineMeeting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -492286,155 +492605,155 @@ "IsLeastPrivilege": true } ], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnlineMeetingAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnlineMeetingAttendeeReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnlineMeetingRecording", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingRecording", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnlineMeetingRecordingContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingRecordingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnlineMeetingTranscript", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingTranscript", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnlineMeetingTranscriptContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingTranscriptContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserOutlookMasterCategory", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserPhoto", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -492461,22 +492780,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/photo", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserPhotoContent", "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -492503,200 +492822,200 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserPresence", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserScopedRoleMemberOf", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserSetting", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserSettingItemInsight", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserSettingItemInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserSettingShiftPreference", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserSettingShiftPreference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserSettingStorage", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserSettingStorage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserSettingStorageQuota", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserSettingStorageQuota", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserSettingStorageQuotaService", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserSettingStorageQuotaService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserSettingWindows", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserSettingWindows", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserSettingWindowsInstance", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserSettingWindowsInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTeamwork", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTeamwork", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTeamworkAssociatedTeam", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTeamworkInstalledApp", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForUser", @@ -492795,20 +493114,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-delete-installedapps?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTodoList", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.Read", @@ -492835,35 +493154,35 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTodoListExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTodoListTask", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -492882,20 +493201,20 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTodoListTaskAttachment", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -492914,20 +493233,20 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTodoListTaskAttachmentContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskAttachmentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -492946,50 +493265,50 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTodoListTaskAttachmentSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskAttachmentSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTodoListTaskAttachmentSessionContent", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskAttachmentSessionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTodoListTaskChecklistItem", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -493008,35 +493327,35 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTodoListTaskExtension", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgUserTodoListTaskLinkedResource", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -493055,567 +493374,567 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEvent", "Variants": [ "Delete1", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventTownhall", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventTownhall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventTownhallPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventTownhallPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-delete?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventTownhallSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventTownhallSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventWebinar", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventWebinarPresenter", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventWebinarRegistration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarRegistration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventWebinarRegistrationByEmail", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarRegistrationByEmail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventWebinarRegistrationByUserId", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarRegistrationByUserId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarRegistrationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarRegistrationConfigurationQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventregistrationquestionbase-delete?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventWebinarSession", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Delete", "DeleteViaIdentity" ], - "OutputType": null, + "Method": "DELETE", + "Command": "Remove-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "DELETE" + "OutputType": null }, { - "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Rename-MgBetaCommunicationCallScreenSharingRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Rename-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": "Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/changeSettings", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Rename-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Rename-MgBetaDeviceManagementComanagedDeviceAssignment", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Rename-MgBetaDeviceManagementComanagedDeviceAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/changeAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Rename-MgBetaDeviceManagementManagedDeviceAssignment", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Rename-MgBetaDeviceManagementManagedDeviceAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/changeAssignments", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", "Variants": [ "Change", "ChangeExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Rename-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/monitoring/alertRecords/changeAlertRecordsPortalNotificationAsSent", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Rename-MgBetaDeviceManagementVirtualEndpointCloudPcUserAccountType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Change", "ChangeExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus", + "Method": "POST", + "Command": "Rename-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/changeDeploymentStatus", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionDeploymentStatus" }, { - "Command": "Rename-MgBetaUserCloudPc", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Rename-MgBetaUserCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Rename-MgBetaUserCloudPcUserAccountType", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Rename-MgBetaUserCloudPcUserAccountType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-changeuseraccounttype?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Rename-MgBetaUserManagedDeviceAssignment", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Rename-MgBetaUserManagedDeviceAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/changeAssignments", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Rename-MgCommunicationCallScreenSharingRole", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Rename-MgCommunicationCallScreenSharingRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-changescreensharingrole?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-rename?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", "Variants": [ "Request", "RequestExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Request-MgBetaDeviceManagementAndroidForWorkSettingSignupUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", "Variants": [ "Request", "RequestExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Request-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Request-MgBetaDeviceManagementComanagedDeviceRemoteAssistance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -493634,20 +493953,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Request-MgBetaDeviceManagementManagedDeviceRemoteAssistance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -493666,64 +493985,64 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", "Variants": [ "Request", "RequestViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Request-MgBetaDeviceManagementMicrosoftTunnelSiteUpgrade", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Request-MgBetaPrivilegedApprovalMy", "Variants": [ "Request" ], - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "GET", + "Command": "Request-MgBetaPrivilegedApprovalMy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/myRequests", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphPrivilegedApproval" }, { - "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Request-MgBetaUserManagedDeviceRemoteAssistance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -493742,35 +494061,35 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Request-MgUserManagedDeviceRemoteAssistance", "Variants": [ "Request", "RequestViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Request-MgUserManagedDeviceRemoteAssistance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-requestremoteassistance?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaAccessReviewDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -493789,80 +494108,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/resetDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaAccessReviewInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-reset?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaComplianceEdiscoveryCaseSettingToDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-resettodefault?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaDeviceManagementComanagedDevicePasscode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaDeviceManagementManagedDevicePasscode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaEducationSynchronizationProfile", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -493881,486 +494200,486 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-reset?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}/reset", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-provisioningflow-reset?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaGroupUnseenCount", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaGroupUnseenCount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/resetUnseenCount", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", "Variants": [ "Reset" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyDefaultToSystemDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting", "Variants": [ "Reset" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronizationToDefaultSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization/resetToDefaultSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-resettodefaultsettings?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting", "Variants": [ "Reset" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfigurationToDefaultSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration/resetToDefaultSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-resettodefaultsettings?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaPrintPrinterDefault", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaPrintPrinterDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/resetDefaults", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaSecurityCaseEdiscoveryCaseSettingToDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "POST", + "Command": "Reset-MgBetaTenantRelationshipManagedTenantOnboardingStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}/resetTenantOnboardingStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenant-resettenantonboardingstatus?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsTenant" }, { - "Command": "Reset-MgBetaUserAuthenticationMethodPassword", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaUserAuthenticationMethodPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaUserManagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaUserManagedDevicePasscode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgBetaUserPendingAccessReviewInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgDeviceManagementManagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgDeviceManagementManagedDevicePasscode", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgGroupUnseenCount", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgGroupUnseenCount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/resetUnseenCount", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-resetunseencount?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-resetdecisions?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", "Variants": [ "Reset" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-resettosystemdefault?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-resettodefault?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgUserAuthenticationMethodPassword", "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgUserAuthenticationMethodPassword", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethod-resetpassword?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Reset-MgUserManagedDevicePasscode", "Variants": [ "Reset", "ResetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Reset-MgUserManagedDevicePasscode", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-resetpasscode?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resize-MgBetaDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resize-MgBetaDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Resize-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resize-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/resize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Resize-MgBetaUserCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resize-MgBetaUserCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/resize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-resize?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Resize-MgBetaUserManagedDeviceCloudPc", "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resize-MgBetaUserManagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-resizecloudpc?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgApplicationSynchronizationJob", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgBetaApplicationSynchronizationJob", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgBetaDeviceManagementComanagedDeviceNow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgBetaDeviceManagementManagedDeviceNow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Reboot", "RebootViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -494379,97 +494698,97 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgBetaTeamworkDevice", "Variants": [ "Restart", "RestartViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgBetaTeamworkDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-restart?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgBetaUserCloudPc", "Variants": [ "Reboot", "RebootViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgBetaUserCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgBetaUserManagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgBetaUserManagedDeviceNow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgDeviceManagementManagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgDeviceManagementManagedDeviceNow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Reboot", "RebootViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-reboot?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgServicePrincipalSynchronizationJob", "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -494488,180 +494807,180 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-restart?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restart-MgUserManagedDeviceNow", "Variants": [ "Reboot", "RebootViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restart-MgUserManagedDeviceNow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementComanagedDevicePasscode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementManagedDevicePasscode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDirectoryDeletedItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Restore-MgBetaDirectoryDeletedItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Restore-MgBetaDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Restore-MgBetaDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -494688,326 +495007,326 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Restore-MgBetaDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaGroupDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaGroupDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaGroupDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaGroupDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaGroupDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaGroupDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaGroupSiteListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "Restore-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Restore-MgBetaPrintPrinterFactoryDefault", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaPrintPrinterFactoryDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -495026,54 +495345,54 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaShareListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaShareListItemVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaShareListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -495108,20 +495427,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaSiteListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -495148,317 +495467,317 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaUserCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaUserCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaUserDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Restore-MgBetaUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaUserDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaUserDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaUserDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaUserDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaUserDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaUserDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaUserDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Restore-MgBetaUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaUserDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaUserDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaUserDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaUserDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaUserManagedDeviceCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaUserManagedDeviceCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-restorecloudpc?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgBetaUserManagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgBetaUserManagedDevicePasscode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgDeviceManagementManagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDeviceManagementManagedDevicePasscode", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-restore?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgDirectoryDeletedItem", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Restore-MgDirectoryDeletedItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/{directoryObject-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Restore-MgDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Restore-MgDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Restore-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -495485,341 +495804,341 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Restore-MgDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Restore-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgGroupDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Restore-MgGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgGroupDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgGroupDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgGroupDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgGroupDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Restore-MgGroupDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgGroupDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgGroupDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgGroupSettingTemplate", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "POST", + "Command": "Restore-MgGroupSettingTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directory-deleteditems-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgGroupSiteListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "POST", + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-restore?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Restore-MgPrintPrinterFactoryDefault", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgPrintPrinterFactoryDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -495838,54 +496157,54 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-restorefactorydefaults?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgShareListItemDocumentSetVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgShareListItemVersion", "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgShareListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgSiteListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -495920,20 +496239,20 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgSiteListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -495960,189 +496279,189 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgUserDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Restore-MgUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgUserDriveItemListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgUserDriveItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgUserDriveListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgUserDriveRoot", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "POST", + "Command": "Restore-MgUserDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-restore?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/documentsetversion-restore?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgUserDriveRootListItemVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitemversion-restore?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgUserDriveRootVersion", "Variants": [ "Restore", "RestoreViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitemversion-restore?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Restore-MgUserManagedDevicePasscode", "Variants": [ "Recover", "RecoverViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Restore-MgUserManagedDevicePasscode", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-recoverpasscode?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgBetaEducationSynchronizationProfile", "Variants": [ "Resume", "ResumeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -496161,243 +496480,243 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-resume?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgBetaEntitlementManagementAssignmentRequest", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgEntitlementManagementAssignmentRequest", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-resume?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-taskprocessingresult-resume?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgBetaDeviceAppManagementVppTokenLicense", + "ApiVersion": "beta", + "CommandAlias": "Revoke-MgBetaDeviceAppMgtVppTokenLicense", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -496416,116 +496735,116 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Revoke-MgBetaDeviceAppMgtVppTokenLicense", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementAndroidForWorkEnrollmentProfileToken", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementComanagedDeviceAppleVppLicense", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Revoke-MgBetaDeviceManagementElevationRequest", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest", + "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementElevationRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/elevationRequests/{privilegeManagementElevationRequest-id}/revoke", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegeManagementElevationRequest" }, { - "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgBetaDeviceManagementManagedDeviceAppleVppLicense", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Revoke-MgBetaDriveItemListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaDriveItemListItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaDriveItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaDriveItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -496552,443 +496871,443 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaDriveListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaDriveListItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaDriveListPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaDriveListPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaDriveRootListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaDriveRootListItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaDriveRootPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaDriveRootPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaGroupDriveItemListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaGroupDriveItemListItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaGroupDriveItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaGroupDriveListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaGroupDriveListItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaGroupDriveListPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaGroupDriveListPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaGroupDriveRootListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaGroupDriveRootListItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaGroupDriveRootPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaGroupSiteListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaGroupSiteListItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaGroupSiteListPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaGroupSiteListPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaGroupSitePermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaGroupSitePermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaShareListPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaShareListPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaSharePermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaSharePermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaSiteListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaSiteListItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaSiteListPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaSiteListPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaSitePermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaSitePermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaUserDriveItemListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaUserDriveItemListItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaUserDriveItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaUserDriveListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaUserDriveListItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaUserDriveListPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaUserDriveListPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaUserDriveRootListItemPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaUserDriveRootListItemPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "POST", + "Command": "Revoke-MgBetaUserDriveRootPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permission-revokegrants?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgBetaUserManagedDeviceAppleVppLicense", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Revoke-MgBetaUserSignInSession", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgBetaUserSignInSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -497015,20 +497334,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/revokeSignInSessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Revoke-MgUserSignInSession", "Variants": [ "Revoke", "RevokeViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Revoke-MgUserSignInSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.RevokeSessions.All", @@ -497055,50 +497374,50 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/revokeSignInSessions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-revokesigninsessions?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Search-MgBackupRestorePoint", "Variants": [ "Search", "SearchExpanded" ], - "OutputType": "IMicrosoftGraphRestorePointSearchResponse", + "Method": "POST", + "Command": "Search-MgBackupRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/backupRestore/restorePoints/search", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphRestorePointSearchResponse" }, { - "Command": "Search-MgBetaBackupRestorePoint", "Variants": [ "Search", "SearchExpanded" ], - "OutputType": "IMicrosoftGraphRestorePointSearchResponse", + "Method": "POST", + "Command": "Search-MgBetaBackupRestorePoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/backupRestore/restorePoints/search", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRestorePointSearchResponse" }, { - "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", "Variants": [ "Search", "SearchExpanded" ], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "POST", + "Command": "Search-MgBetaDeviceManagementImportedDeviceIdentityExistingIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.Read.All", @@ -497117,305 +497436,305 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphImportedDeviceIdentity" }, { - "Command": "Search-MgBetaDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgBetaDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgBetaDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgBetaDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgBetaDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgBetaDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgBetaGroupDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgBetaGroupDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgBetaGroupDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgBetaGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgBetaGroupDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgBetaGroupDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgBetaUserDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgBetaUserDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgBetaUserDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgBetaUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgBetaUserDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgBetaUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgGroupDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgGroupDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgGroupDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgGroupDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgGroupDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgUserDrive", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgUserDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgUserDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Search-MgUserDriveRoot", "Variants": [ "Search", "SearchViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "GET", + "Command": "Search-MgUserDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-search?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Send-MgBetaAccessReviewInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaAccessReviewInstanceReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaAccessReviewReminder", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaAccessReviewReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -497434,22 +497753,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/sendReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-sendreminder?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaChatActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaChatActivityNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -497468,107 +497787,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/sendActivityNotification", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaCommunicationCallDtmfTone", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "Method": "POST", + "Command": "Send-MgBetaCommunicationCallDtmfTone", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/sendDtmfTones", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSendDtmfTonesOperation" }, { - "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaCommunicationOnlineMeetingJoinWebUrlVirtualAppointmentSm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentReminderSm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaCommunicationOnlineMeetingVirtualAppointmentSm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -497587,37 +497906,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaDeviceManagementCustomNotificationToCompanyPortal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -497636,97 +497955,97 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaDeviceManagementNotificationMessageTemplateTestMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaFinancialCompanySalesInvoice", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaFinancialCompanySalesInvoice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaFinancialCompanySalesQuote", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaFinancialCompanySalesQuote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaIdentityGovernanceAccessReviewDecisionInstanceReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaTeamActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaTeamActivityNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -497745,20 +498064,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/sendActivityNotification", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", "Variants": [ "Send", "SendExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaTeamworkActivityNotificationToRecipient", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -497777,152 +498096,152 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teamwork/sendActivityNotificationToRecipients", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaUserChatActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaUserChatActivityNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaUserMail", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaUserMail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/sendMail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaUserMailFolderMessage", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaUserManagedDeviceCustomNotificationToCompanyPortal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaUserMessage", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/send", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentReminderSm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentReminderSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaUserOnlineMeetingJoinWebUrlVirtualAppointmentSm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')/sendVirtualAppointmentSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentReminderSm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -497949,22 +498268,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaUserOnlineMeetingVirtualAppointmentSm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -497991,37 +498310,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaUserPendingAccessReviewInstanceReminder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgBetaUserTeamworkActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgBetaUserTeamworkActivityNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -498040,22 +498359,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/teamwork/sendActivityNotification", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgChatActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgChatActivityNotification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.Chat", @@ -498074,103 +498393,103 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/sendActivityNotification", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgCommunicationCallDtmfTone", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSendDtmfTonesOperation", + "Method": "POST", + "Command": "Send-MgCommunicationCallDtmfTone", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/sendDtmfTones", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSendDtmfTonesOperation" }, { - "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentReminderSm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgCommunicationOnlineMeetingVirtualAppointmentSm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-sendtestmessage?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-sendreminder?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgTeamActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgTeamActivityNotification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.Group", @@ -498189,20 +498508,20 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/sendActivityNotification", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-sendactivitynotification?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgTeamworkActivityNotificationToRecipient", "Variants": [ "Send", "SendExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgTeamworkActivityNotificationToRecipient", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -498221,101 +498540,101 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teamwork/sendActivityNotificationToRecipients", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamwork-sendactivitynotificationtorecipients?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgUserChatActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserChatActivityNotification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-sendactivitynotification?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgUserMail", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserMail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/sendMail", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-sendmail?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgUserMailFolderChildFolderMessage", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgUserMailFolderMessage", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgUserMessage", "Variants": [ "Send", "SendViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/messages/{message-id}/send", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/message-send?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgUserOnlineMeetingVirtualAppointmentReminderSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserOnlineMeetingVirtualAppointmentReminderSm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -498342,22 +498661,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentReminderSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentremindersms?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgUserOnlineMeetingVirtualAppointmentSm", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserOnlineMeetingVirtualAppointmentSm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "VirtualAppointmentNotification.Send", @@ -498384,22 +498703,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/sendVirtualAppointmentSms", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualappointment-sendvirtualappointmentsms?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Send-MgUserTeamworkActivityNotification", "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Send-MgUserTeamworkActivityNotification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsActivity.Send.User", @@ -498418,20 +498737,20 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/teamwork/sendActivityNotification", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userteamwork-sendactivitynotification?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgApplicationLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgApplicationLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -498450,133 +498769,133 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/logo", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgApplicationSynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "PUT", + "Command": "Set-MgApplicationSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSynchronization" }, { - "Command": "Set-MgApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgApplicationSynchronizationJobBulkUploadContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgApplicationSynchronizationSecret", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Method": "PUT", + "Command": "Set-MgApplicationSynchronizationSecret", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/secrets", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" }, { - "Command": "Set-MgApplicationVerifiedPublisher", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgApplicationVerifiedPublisher", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/setVerifiedPublisher", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaApplicationConnectorGroupByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaApplicationConnectorGroupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/connectorGroup/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectorgroup-post-applications?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaApplicationLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaApplicationLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -498595,410 +498914,410 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/logo", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaApplicationSynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "PUT", + "Command": "Set-MgBetaApplicationSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSynchronization" }, { - "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaApplicationSynchronizationJobBulkUploadContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaApplicationSynchronizationSecret", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Method": "PUT", + "Command": "Set-MgBetaApplicationSynchronizationSecret", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/secrets", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" }, { - "Command": "Set-MgBetaApplicationVerifiedPublisher", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaApplicationVerifiedPublisher", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/setVerifiedPublisher", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-setverifiedpublisher?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaChatMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaChatMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaChatMessageReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaChatMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaChatMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaChatMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingAlternativeRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingBroadcastRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingRecordingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaCommunicationPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaCommunicationPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/presences/{presence-id}/setPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaCommunicationPresenceStatusMessage", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaCommunicationPresenceStatusMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/presences/{presence-id}/setStatusMessage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaCommunicationPresenceUserPreferredPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementIosLobAppProvisioningConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Set-MgBetaDeviceAppMgtIosLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtManagedEBook", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Set-MgBetaDeviceAppMgtManagedEBook", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtMobileApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Set-MgBetaDeviceAppMgtMobileApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtMobileAppConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Set-MgBetaDeviceAppMgtMobileAppConfiguration", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Set-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtWdacSupplementalPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Set-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Set-MgBetaDeviceAppMgtWindowsManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -499017,203 +499336,203 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Set-MgBetaDeviceAppMgtWindowsManagedAppProtection", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", "Variants": [ "Set", "SetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementComanagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementComanagedDeviceName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementCompliancePolicyScheduledAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" }, { - "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "Command": "Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementConfigurationPolicyEnrollmentTimeDeviceMembershipTarget", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/setEnrollmentTimeDeviceMembershipTarget", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEnrollmentTimeDeviceMembershipTargetResult" }, { - "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", "Variants": [ "Set", "SetExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceCompliancePolicyScheduledRetireState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceComplianceScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -499240,39 +499559,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceCustomAttributeShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -499291,22 +499610,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -499325,22 +499644,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceEnrollmentConfigurationPriority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -499359,22 +499678,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -499401,22 +499720,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -499435,173 +499754,173 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" }, { - "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" }, { - "Command": "Set-MgBetaDeviceManagementHardwareConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHardwareConfigurationAssignment", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementHardwareConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/hardwareConfigurations/{hardwareConfiguration-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphHardwareConfigurationAssignment" }, { - "Command": "Set-MgBetaDeviceManagementIntent", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementManagedDeviceName", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementManagedDeviceName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrecord-setportalnotificationassent?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" }, { - "Command": "Set-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -499620,314 +499939,314 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" }, { - "Command": "Set-MgBetaDeviceManagementScript", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementVirtualEndpointCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/setReviewStatus", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDeviceUserToDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityResourceAccountToDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsDriverUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdatePolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdatePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsQualityUpdatePolicies/{windowsQualityUpdatePolicy-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaDriveBundleContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaDriveBundleContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaDriveBundleContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaDriveFollowingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaDriveFollowingContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaDriveFollowingContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaDriveItemChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaDriveItemChildContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaDriveItemChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -499954,20 +500273,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -499994,52 +500313,52 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaDriveItemListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDriveItemSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -500058,219 +500377,219 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", + "Command": "Set-MgBetaDriveItemVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Set-MgBetaDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaDriveListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaDriveListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaDriveListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaDriveRootChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaDriveRootChildContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaDriveRootChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaDriveRootContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaDriveRootContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaDriveRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaDriveRootListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaDriveRootListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaDriveRootListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaDriveRootSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", + "Command": "Set-MgBetaDriveRootVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Set-MgBetaDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaDriveSpecialContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaDriveSpecialContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaDriveSpecialContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaEducationClassAssignmentRubricByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -500289,50 +500608,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Set-MgBetaEducationClassAssignmentSubmissionUpResourceFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Set-MgBetaEducationClassAssignmentUpFeedbackResourceFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Set-MgBetaEducationClassAssignmentUpResourceFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -500351,20 +500670,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Set-MgBetaEducationClassModuleUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", + "Command": "Set-MgBetaEducationClassModuleUpResourceFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -500383,163 +500702,163 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaEducationMeAssignmentRubricByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Set-MgBetaEducationMeAssignmentSubmissionUpResourceFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Set-MgBetaEducationMeAssignmentUpFeedbackResourceFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Set-MgBetaEducationMeAssignmentUpResourceFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaEducationUserAssignmentRubricByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Set-MgBetaEducationUserAssignmentSubmissionUpResourceFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Set-MgBetaEducationUserAssignmentUpFeedbackResourceFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Set-MgBetaEducationUserAssignmentUpResourceFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "PUT", + "Command": "Set-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "Set-MgBetaExternalConnectionItem", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "PUT", + "Command": "Set-MgBetaExternalConnectionItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -500558,679 +500877,679 @@ "IsLeastPrivilege": false } ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-put-items?view=graph-rest-beta", "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" }, { - "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyEmployeePictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanyInformationPicture", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyInformationPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaFinancialCompanyItemPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanyPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyPurchaseInvoiceVendorPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleInvoiceCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleInvoiceLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleOrderCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleOrderLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleQuoteCustomerPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanySaleQuoteLineItemPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PUT", + "Command": "Set-MgBetaFinancialCompanyVendorPictureContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Set-MgBetaGroupDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveBundleContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupDriveBundleContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveBundleContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveFollowingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupDriveFollowingContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveFollowingContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupDriveItemChildContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaGroupDriveItemSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaGroupDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveItemVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupDriveListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupDriveRootChildContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupDriveRootContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaGroupDriveRootSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaGroupDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveRootVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Set-MgBetaGroupDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveSpecialContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupDriveSpecialContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupDriveSpecialContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupLicense", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "POST", + "Command": "Set-MgBetaGroupLicense", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -501249,67 +501568,67 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/assignLicense", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Set-MgBetaGroupOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgBetaGroupOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgBetaGroupOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", + "Command": "Set-MgBetaGroupOnenoteResourceContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Set-MgBetaGroupOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgBetaGroupOnenoteSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgBetaGroupPhotoContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -501328,202 +501647,202 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteAnalyticItemActivityStatActivityDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteListItemActivityDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupSiteListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgBetaGroupSiteOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteResourceContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgBetaGroupSiteOnenoteSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgBetaGroupTeam", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "PUT", + "Command": "Set-MgBetaGroupTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -501542,407 +501861,407 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupTeamChannelFileFolderContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupTeamPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPrimaryChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaGroupTeamSchedule", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchedule", + "Method": "PUT", + "Command": "Set-MgBetaGroupTeamSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSchedule" }, { - "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2CUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2CUserFlowLanguageOverridePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaIdentityB2CUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2XUserFlowPostAttributeCollectionByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "PUT", + "Command": "Set-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOnPremisePublishingProfileConnectorGroupApplicationLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingBackgroundImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingBannerLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingBannerLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingCustomCss", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingCustomCss", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingFavicon", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingFavicon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingHeaderLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/headerLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -501961,20 +502280,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -501993,20 +502312,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -502025,20 +502344,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationFavicon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -502057,20 +502376,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -502089,20 +502408,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -502121,20 +502440,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -502153,50 +502472,50 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingSquareLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingSquareLogo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaOrganizationBrandingSquareLogoDark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/squareLogoDark", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaOrganizationMobileDeviceManagementAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -502215,22 +502534,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaPlannerRosterSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerRoster", + "Method": "POST", + "Command": "Set-MgBetaPlannerRosterSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -502249,206 +502568,206 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Planner", "Uri": "/planner/rosters/{plannerRoster-id}/assignSensitivityLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerroster-assignsensitivitylabel?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPlannerRoster" }, { - "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Method": "PUT", + "Command": "Set-MgBetaPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" }, { - "Command": "Set-MgBetaPrintPrinterJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaPrintPrinterJobDocumentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaPrintPrinterShareJobDocumentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaPrintShareJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaPrintShareJobDocumentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaSecurityAlert", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Method": "POST", + "Command": "Set-MgBetaSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/alerts_v2/{alert-id}/comments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityAlertComment" }, { - "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "PUT", + "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" }, { - "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaSecurityIncidentAlertComment", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Method": "POST", + "Command": "Set-MgBetaSecurityIncidentAlertComment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityAlertComment" }, { - "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "PUT", + "Command": "Set-MgBetaServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "Command": "Set-MgBetaServicePrincipalSynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "PUT", + "Command": "Set-MgBetaServicePrincipalSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSynchronization" }, { - "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaServicePrincipalSynchronizationJobBulkUploadContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Method": "PUT", + "Command": "Set-MgBetaServicePrincipalSynchronizationSecret", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -502467,484 +502786,484 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" }, { - "Command": "Set-MgBetaShareDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaShareDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaShareDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaShareDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaShareItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaShareItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaShareItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaShareItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaShareListItemDriveItemContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaShareListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaShareListItemDriveItemContentStream", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaShareListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaShareRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaShareRootContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/root/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaShareRootContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaShareRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/root/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaSiteAnalyticItemActivityStatActivityDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaSiteListItemActivityDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaSiteListItemActivityDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaSiteListItemActivityDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaSiteListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaSiteListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaSiteListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaSiteListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaSiteOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgBetaSiteOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgBetaSiteOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", + "Command": "Set-MgBetaSiteOnenoteResourceContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Set-MgBetaSiteOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgBetaSiteOnenoteSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgBetaTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaTeamChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaTeamChannelFileFolderContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaTeamChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaTeamChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaTeamChannelMessageReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaTeamChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaTeamChannelMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaTeamPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaTeamPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/photo/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaTeamPrimaryChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaTeamPrimaryChannelMessageReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaTeamPrimaryChannelMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaTeamSchedule", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchedule", + "Method": "PUT", + "Command": "Set-MgBetaTeamSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -502963,163 +503282,163 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSchedule" }, { - "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelFileFolderContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaTeamworkDeletedTeamChannelMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "POST", + "Command": "Set-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}/assignTag", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-assigntag?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" }, { - "Command": "Set-MgBetaTrustFrameworkPolicyContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaTrustFrameworkPolicyContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserChatMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserChatMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaUserChatMessageReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -503138,514 +503457,514 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserChatMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaUserChatMessageReplyReaction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaUserCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaUserCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/setReviewStatus", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserContactFolderContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserContactFolderContactPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserContactPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaUserDeviceEnrollmentConfigurationPriority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaUserDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaUserDriveBundleContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaUserDriveBundleContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserDriveBundleContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaUserDriveFollowingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaUserDriveFollowingContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserDriveFollowingContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaUserDriveItemChildContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaUserDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaUserDriveItemListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaUserDriveItemSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaUserDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", + "Command": "Set-MgBetaUserDriveItemVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Set-MgBetaUserDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaUserDriveListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaUserDriveListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserDriveListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootChildContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaUserDriveRootChildContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootChildContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaUserDriveRootContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootListItemDriveItemContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaUserDriveRootListItemDriveItemContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootListItemDriveItemContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaUserDriveRootSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaUserDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", + "Command": "Set-MgBetaUserDriveRootVersionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Set-MgBetaUserDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgBetaUserDriveSpecialContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgBetaUserDriveSpecialContentStream", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserDriveSpecialContentStream", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/contentStream", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserLicense", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "POST", + "Command": "Set-MgBetaUserLicense", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -503664,86 +503983,86 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/assignLicense", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserMailFolderChildFolderMessageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserMailFolderMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserMailFolderMessageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaUserManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/manageddevice-setcloudpcreviewstatus?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaUserManagedDeviceName", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaUserManagedDeviceName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaUserManagerByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserManagerByRef", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -503762,187 +504081,187 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserMessageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgBetaUserOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgBetaUserOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", + "Command": "Set-MgBetaUserOnenoteResourceContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Set-MgBetaUserOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgBetaUserOnenoteSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingAlternativeRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingAttendeeReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingBroadcastRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/broadcastRecording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserOnlineMeetingRecording", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingRecordingContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingTranscriptContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserPhotoContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserPhotoContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -503969,22 +504288,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaUserPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -504003,22 +504322,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/presence/setPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaUserPresenceStatusMessage", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaUserPresenceStatusMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -504037,22 +504356,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/presence/setStatusMessage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaUserPresenceUserPreferredPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgBetaUserPresenceUserPreferredPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -504071,329 +504390,329 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/presence/setUserPreferredPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgBetaUserTodoListTaskAttachmentContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "PUT", + "Command": "Set-MgBetaUserTodoListTaskAttachmentSessionContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PUT" + "OutputType": "IMicrosoftGraphAttachmentSession" }, { - "Command": "Set-MgChatMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgChatMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgChatMessageReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgChatMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgChatMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgChatMessageReplyReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgCommunicationOnlineMeetingRecordingContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PUT", + "Command": "Set-MgCommunicationOnlineMeetingRecordingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PUT", + "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgCommunicationPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgCommunicationPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/presences/{presence-id}/setPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgCommunicationPresenceStatusMessage", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgCommunicationPresenceStatusMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/presences/{presence-id}/setStatusMessage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgCommunicationPresenceUserPreferredPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgCommunicationPresenceUserPreferredPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgDeviceAppManagementManagedEBook", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0", + "CommandAlias": "Set-MgDeviceAppMgtManagedEBook", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-managedebook-assign?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Set-MgDeviceAppMgtManagedEBook", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgDeviceAppManagementMobileApp", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0", + "CommandAlias": "Set-MgDeviceAppMgtMobileApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Set-MgDeviceAppMgtMobileApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Set-MgDeviceAppMgtMobileAppConfiguration", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfiguration-assign?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Set-MgDeviceAppMgtMobileAppConfiguration", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicy-assign?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "Command": "Set-MgDeviceManagementDeviceConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfiguration-assign?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -504412,22 +504731,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", "ApiReferenceLink": null, - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -504446,116 +504765,116 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", "ApiReferenceLink": null, - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-assign?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-assign?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgDeviceManagementWindowsAutopilotDeviceIdentityUserToDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-assignusertodevice?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgDriveBundleContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgDriveFollowingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgDriveItemChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -504582,37 +504901,37 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgDriveItemSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite.All", @@ -504631,144 +504950,144 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", + "Command": "Set-MgDriveItemVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Set-MgDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgDriveListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgDriveRootChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgDriveRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgDriveRootListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgDriveRootSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", + "Command": "Set-MgDriveRootVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Set-MgDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgDriveSpecialContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgEducationClassAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -504787,50 +505106,50 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Set-MgEducationClassAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Set-MgEducationClassAssignmentUpResourceFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -504849,20 +505168,20 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Set-MgEducationClassModuleUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "POST", + "Command": "Set-MgEducationClassModuleUpResourceFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -504881,163 +505200,163 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-setupresourcesfolder?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "Set-MgEducationMeAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Set-MgEducationMeAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Set-MgEducationMeAssignmentUpResourceFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Set-MgEducationUserAssignmentRubricByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-setupresourcesfolder?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupfeedbackresourcesfolder?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Set-MgEducationUserAssignmentUpResourceFolder", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "POST", + "Command": "Set-MgEducationUserAssignmentUpResourceFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-setupresourcesfolder?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Set-MgEntitlementManagementAssignmentPolicy", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "PUT", + "Command": "Set-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "Set-MgExternalConnectionItem", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Method": "PUT", + "Command": "Set-MgExternalConnectionItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -505056,236 +505375,236 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalitem-update?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem" }, { - "Command": "Set-MgGroupDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupDriveBundleContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupDriveFollowingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupDriveItemChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgGroupDriveItemSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgGroupDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", + "Command": "Set-MgGroupDriveItemVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Set-MgGroupDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupDriveListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupDriveRootChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupDriveRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupDriveRootListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgGroupDriveRootSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgGroupDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", + "Command": "Set-MgGroupDriveRootVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Set-MgGroupDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupDriveSpecialContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupLicense", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "POST", + "Command": "Set-MgGroupLicense", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -505304,67 +505623,67 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/assignLicense", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-assignlicense?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Set-MgGroupOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgGroupOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgGroupOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", + "Command": "Set-MgGroupOnenoteResourceContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Set-MgGroupOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgGroupOnenoteSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgGroupPhotoContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ProfilePhoto.ReadWrite.All", @@ -505383,142 +505702,142 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupSiteListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupSiteListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgGroupSiteOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgGroupSiteOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteResourceContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgGroupSiteOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgGroupSiteOnenoteSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgGroupTeam", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "PUT", + "Command": "Set-MgGroupTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -505537,315 +505856,315 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/groups/{group-id}/team", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-teams?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Set-MgGroupTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupTeamChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgGroupTeamPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/photo/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgGroupTeamSchedule", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchedule", + "Method": "PUT", + "Command": "Set-MgGroupTeamSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSchedule" }, { - "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowPostAttributeCollectionByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgIdentityB2XUserFlowPostFederationSignupByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup/$ref", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-setorder?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Method": "PUT", + "Command": "Set-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewscheduledefinition-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition" }, { - "Command": "Set-MgOrganizationBrandingBackgroundImage", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingBackgroundImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/backgroundImage", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingBannerLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingBannerLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/bannerLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingCustomCss", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingCustomCss", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/customCSS", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingFavicon", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingFavicon", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/favicon", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingHeaderLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingHeaderLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/headerLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -505864,20 +506183,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -505896,20 +506215,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -505928,20 +506247,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingLocalizationFavicon", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationFavicon", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -505960,20 +506279,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -505992,20 +506311,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -506024,20 +506343,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -506056,50 +506375,50 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingSquareLogo", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingSquareLogo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/squareLogo", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationBrandingSquareLogoDark", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgOrganizationBrandingSquareLogoDark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/squareLogoDark", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -506118,161 +506437,161 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", + "Method": "PUT", + "Command": "Set-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner" }, { - "Command": "Set-MgPrintPrinterJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgPrintPrinterJobDocumentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgPrintShareJobDocumentContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgPrintShareJobDocumentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}/$value", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgSecurityAlert", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Method": "POST", + "Command": "Set-MgSecurityAlert", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/alerts_v2/{alert-id}/comments", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-post-comments?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityAlertComment" }, { - "Command": "Set-MgSecurityIncidentAlertComment", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityAlertComment", + "Method": "POST", + "Command": "Set-MgSecurityIncidentAlertComment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}/comments", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityAlertComment" }, { - "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "PUT", + "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "Command": "Set-MgServicePrincipalSynchronization", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronization", + "Method": "PUT", + "Command": "Set-MgServicePrincipalSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSynchronization" }, { - "Command": "Set-MgServicePrincipalSynchronizationJobBulkUploadContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgServicePrincipalSynchronizationJobBulkUploadContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload/$value", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgServicePrincipalSynchronizationSecret", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair", + "Method": "PUT", + "Command": "Set-MgServicePrincipalSynchronizationSecret", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -506291,332 +506610,332 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-serviceprincipal-put-synchronization?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSynchronizationSecretKeyStringValuePair" }, { - "Command": "Set-MgShareDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgShareDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgShareItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgShareItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgShareListItemDriveItemContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgShareListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgShareRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgShareRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/root/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgSiteAnalyticItemActivityStatActivityDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgSiteListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgSiteListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgSiteOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgSiteOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgSiteOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", + "Command": "Set-MgSiteOnenoteResourceContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Set-MgSiteOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgSiteOnenoteSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgTeamChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgTeamChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgTeamChannelMessageReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgTeamChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgTeamChannelMessageReplyReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgTeamPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/photo/$value", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgTeamPrimaryChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgTeamPrimaryChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgTeamPrimaryChannelMessageReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgTeamSchedule", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchedule", + "Method": "PUT", + "Command": "Set-MgTeamSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -506635,116 +506954,116 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-put-schedule?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphSchedule" }, { - "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgUserChatMessageHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserChatMessageReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserChatMessageReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChatMessage.Send", @@ -506763,313 +507082,313 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgUserChatMessageReplyHostedContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserChatMessageReplyReaction", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserChatMessageReplyReaction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserContactFolderContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserContactFolderContactPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserContactPhotoContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserContactPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserDriveBundleContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgUserDriveBundleContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgUserDriveFollowingContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgUserDriveFollowingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgUserDriveItemChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgUserDriveItemChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgUserDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgUserDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgUserDriveItemListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgUserDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgUserDriveItemSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserDriveItemSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgUserDriveItemVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", + "Command": "Set-MgUserDriveItemVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Set-MgUserDriveListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgUserDriveListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgUserDriveRootChildContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgUserDriveRootChildContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgUserDriveRootContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgUserDriveRootContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgUserDriveRootListItemDriveItemContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgUserDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgUserDriveRootSensitivityLabel", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserDriveRootSensitivityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgUserDriveRootVersionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PUT", + "Command": "Set-MgUserDriveRootVersionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Set-MgUserDriveSpecialContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PUT", + "Command": "Set-MgUserDriveSpecialContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Set-MgUserLicense", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "POST", + "Command": "Set-MgUserLicense", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -507088,52 +507407,52 @@ "IsLeastPrivilege": false } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/assignLicense", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-assignlicense?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Set-MgUserMailFolderChildFolderMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserMailFolderChildFolderMessageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserMailFolderMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserMailFolderMessageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserManagerByRef", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserManagerByRef", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -507152,142 +507471,142 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/manager/$ref", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-post-manager?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserMessageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserMessageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/$value", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserOnenotePageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgUserOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgUserOnenoteResourceContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PUT", + "Command": "Set-MgUserOnenoteResourceContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Set-MgUserOnenoteSectionPageContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PUT", + "Command": "Set-MgUserOnenoteSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Set-MgUserOnlineMeetingAttendeeReport", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserOnlineMeetingRecordingContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PUT", + "Command": "Set-MgUserOnlineMeetingRecordingContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}/content", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Set-MgUserOnlineMeetingTranscriptContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PUT", + "Command": "Set-MgUserOnlineMeetingTranscriptContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserPhotoContent", "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserPhotoContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -507314,22 +507633,22 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/photo/$value", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -507348,22 +507667,22 @@ "IsLeastPrivilege": true } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/presence/setPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setpresence?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgUserPresenceStatusMessage", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserPresenceStatusMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -507382,22 +507701,22 @@ "IsLeastPrivilege": true } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/presence/setStatusMessage", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgUserPresenceUserPreferredPresence", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Set-MgUserPresenceUserPreferredPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Presence.ReadWrite", @@ -507416,157 +507735,157 @@ "IsLeastPrivilege": true } ], + "Module": "Users.Actions", "Uri": "/users/{user-id}/presence/setUserPreferredPresence", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/presence-setuserpreferredpresence?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Set-MgUserTodoListTaskAttachmentContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": null, + "Method": "PUT", + "Command": "Set-MgUserTodoListTaskAttachmentContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": null }, { - "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", "Variants": [ "Set", "SetViaIdentity" ], - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "PUT", + "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PUT" + "OutputType": "IMicrosoftGraphAttachmentSession" }, { - "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Skip-MgBetaDeviceManagementComanagedDeviceActivationLock", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Skip-MgBetaDeviceManagementManagedDeviceActivationLock", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Skip-MgBetaUserManagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Skip-MgBetaUserManagedDeviceActivationLock", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Skip-MgUserManagedDeviceActivationLock", "Variants": [ "Bypass", "BypassViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Skip-MgUserManagedDeviceActivationLock", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-bypassactivationlock?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgApplicationSynchronizationJob", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgBetaApplicationSynchronizationJob", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", + "Method": "POST", + "Command": "Start-MgBetaCommunicationCallParticipantHoldMusic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -507585,86 +507904,86 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphStartHoldMusicOperation" }, { - "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgBetaDeviceManagementComanagedDeviceConfigurationManagerAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgBetaDeviceManagementManagedDeviceConfigurationManagerAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", "Variants": [ "Run", "RunViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgBetaEducationSynchronizationProfile", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", + "Method": "POST", + "Command": "Start-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -507683,80 +508002,80 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-start?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage" }, { - "Command": "Start-MgBetaPrintPrinterJob", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", + "Command": "Start-MgBetaPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJobStatus" }, { - "Command": "Start-MgBetaPrintPrinterJobPrintJob", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", + "Command": "Start-MgBetaPrintPrinterJobPrintJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/startPrintJob", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJobStatus" }, { - "Command": "Start-MgBetaPrintPrinterShareJob", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", + "Command": "Start-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/start", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJobStatus" }, { - "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", + "Command": "Start-MgBetaPrintPrinterShareJobPrintJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJobStatus" }, { - "Command": "Start-MgBetaPrintShareJob", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", + "Command": "Start-MgBetaPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -507799,35 +508118,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJobStatus" }, { - "Command": "Start-MgBetaPrintShareJobPrintJob", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", + "Command": "Start-MgBetaPrintShareJobPrintJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/startPrintJob", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJobStatus" }, { - "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Run", "RunViaIdentity" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "GET", + "Command": "Start-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -507846,35 +508165,35 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-run?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" }, { - "Command": "Start-MgBetaSecurityHuntingQuery", "Variants": [ "Run", "RunExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Method": "POST", + "Command": "Start-MgBetaSecurityHuntingQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/runHuntingQuery", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults" }, { - "Command": "Start-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -507893,103 +508212,103 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgBetaTeamScheduleTimeCardBreak", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", + "Command": "Start-MgBetaTeamScheduleTimeCardBreak", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-startbreak?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "Start-MgBetaTeamworkDeviceDiagnostic", "Variants": [ "Run", "RunViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgBetaTeamworkDeviceDiagnostic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-rundiagnostics?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgBetaUserCloudPc", "Variants": [ "PowerOn", "PowerOnViaIdentity", "Start", "StartViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgBetaUserCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgBetaUserManagedDeviceConfigurationManagerAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/solutions/workingTimeSchedule/startWorkingTime", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workingtimeschedule-startworkingtime?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgCommunicationCallParticipantHoldMusic", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", + "Method": "POST", + "Command": "Start-MgCommunicationCallParticipantHoldMusic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -508008,50 +508327,50 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-startholdmusic?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphStartHoldMusicOperation" }, { - "Command": "Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", "Variants": [ "Run", "RunViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgDeviceManagementVirtualEndpointOnPremiseConnectionHealthCheck", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-runhealthcheck?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Start-MgPrintPrinterJob", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", + "Command": "Start-MgPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/start", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJobStatus" }, { - "Command": "Start-MgPrintShareJob", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": "IMicrosoftGraphPrintJobStatus", + "Method": "POST", + "Command": "Start-MgPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.Create", @@ -508094,35 +508413,35 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/start", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-start?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrintJobStatus" }, { - "Command": "Start-MgSecurityHuntingQuery", "Variants": [ "Run", "RunExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Method": "POST", + "Command": "Start-MgSecurityHuntingQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/runHuntingQuery", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults" }, { - "Command": "Start-MgServicePrincipalSynchronizationJob", "Variants": [ "Start", "StartViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Start-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -508141,20 +508460,20 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-start?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaAccessReview", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaAccessReview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -508173,52 +508492,52 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/stop", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaAccessReviewInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaAccessReviewInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-stop?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaApprovalItem", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaApprovalItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/approval/approvalItems/{approvalItem-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalitem-cancel?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaBookingBusinessAppointment", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -508245,39 +508564,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaBookingBusinessCalendarView", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaCommunicationCallMediaProcessing", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", + "Method": "POST", + "Command": "Stop-MgBetaCommunicationCallMediaProcessing", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -508296,22 +508615,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation" }, { - "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", "Variants": [ "Stop", "StopExpanded", "StopViaIdentity", "StopViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "Method": "POST", + "Command": "Stop-MgBetaCommunicationCallParticipantHoldMusic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -508330,22 +508649,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphStopHoldMusicOperation" }, { - "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestApproval", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -508364,20 +508683,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/operationApprovalRequests/{operationApprovalRequest-id}/cancelApproval", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestMyRequest", "Variants": [ "Cancel", "CancelExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementOperationApprovalRequestMyRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -508396,296 +508715,296 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/operationApprovalRequests/cancelMyRequest", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", "Variants": [ "End", "EndViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementVirtualEndpointCloudPcGracePeriod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaDeviceManagementZebraFotaDeployment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaEntitlementManagementAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaFinancialCompanySaleInvoiceAndSend", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaFinancialCompanySalesInvoice", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaFinancialCompanySalesInvoice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaGroupCalendarEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaGroupEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/events/{event-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceApplyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stopApplyDecisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceApplyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stopApplyDecisions", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaPrintPrinterJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -508720,140 +509039,140 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaPrintPrinterJobPrintJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaPrintPrinterJobPrintJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancelPrintJob", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaPrintPrinterShareJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaPrintPrinterShareJobPrintJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaPrintShareJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaPrintShareJobPrintJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaPrintShareJobPrintJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancelPrintJob", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "POST", + "Command": "Stop-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" }, { - "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -508872,20 +509191,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -508904,300 +509223,300 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaSecurityAction", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaSecurityAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securityaction-cancelsecurityaction?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "POST", + "Command": "Stop-MgBetaTeamScheduleTimeCardBreak", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-endbreak?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "Stop-MgBetaUserCloudPc", "Variants": [ "PowerOff", "PowerOffViaIdentity", "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaUserCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaUserCloudPcGracePeriod", "Variants": [ "End", "EndViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaUserCloudPcGracePeriod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaUserEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaUserEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaUserEventInstance", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaUserEventInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaUserPendingAccessReviewInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaUserPendingAccessReviewInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaUserPendingAccessReviewInstanceApplyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stopApplyDecisions", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaUserPendingAccessReviewInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", "Variants": [ "End", "EndViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaUserSolutionWorkingTimeScheduleWorkingTime", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/solutions/workingTimeSchedule/endWorkingTime", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workingtimeschedule-endworkingtime?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaVirtualEvent", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaVirtualEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaVirtualEventWebinarRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaVirtualEventWebinarRegistrationEmail", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaVirtualEventWebinarRegistrationEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBetaVirtualEventWebinarRegistrationUserId", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBetaVirtualEventWebinarRegistrationUserId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBookingBusinessAppointment", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBookingBusinessAppointment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -509224,39 +509543,39 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgBookingBusinessCalendarView", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-cancel?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgCommunicationCallMediaProcessing", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", + "Method": "POST", + "Command": "Stop-MgCommunicationCallMediaProcessing", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.Initiate.All", @@ -509275,22 +509594,22 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-cancelmediaprocessing?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation" }, { - "Command": "Stop-MgCommunicationCallParticipantHoldMusic", "Variants": [ "Stop", "StopExpanded", "StopViaIdentity", "StopViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphStopHoldMusicOperation", + "Method": "POST", + "Command": "Stop-MgCommunicationCallParticipantHoldMusic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCallasGuest.All", @@ -509309,159 +509628,159 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/participant-stopholdmusic?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphStopHoldMusicOperation" }, { - "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", "Variants": [ "End", "EndViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-endgraceperiod?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgEntitlementManagementAssignmentRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-cancel?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgGroupCalendarEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgGroupEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/events/{event-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-stop?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Stop", "StopViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-stop?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupassignmentschedulerequest-cancel?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/privilegedaccessgroupeligibilityschedulerequest-cancel?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgPrintPrinterJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic", @@ -509496,35 +509815,35 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgPrintShareJob", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-cancel?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -509543,20 +509862,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -509575,144 +509894,144 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentschedulerequest-cancel?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleeligibilityschedulerequest-cancel?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgUserEvent", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgUserEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgUserEventInstance", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgUserEventInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/event-cancel?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgVirtualEvent", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgVirtualEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/cancel", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgVirtualEventWebinarRegistration", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgVirtualEventWebinarRegistration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}/cancel", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgVirtualEventWebinarRegistrationEmail", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgVirtualEventWebinarRegistrationEmail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')/cancel", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Stop-MgVirtualEventWebinarRegistrationUserId", "Variants": [ "Cancel", "CancelViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Stop-MgVirtualEventWebinarRegistrationUserId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')/cancel", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Submit-MgBetaEducationClassAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Submit-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -509739,65 +510058,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Submit-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Submit-MgBetaEducationMeAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Submit-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Submit-MgBetaEducationUserAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Submit-MgBetaSecurityTiIndicator", "Variants": [ "Submit", "SubmitExpanded" ], - "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "POST", + "Command": "Submit-MgBetaSecurityTiIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/tiIndicators/submitTiIndicators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-submittiindicators?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTiIndicator" }, { - "Command": "Submit-MgEducationClassAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Submit-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -509824,114 +510143,114 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Submit-MgEducationMeAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Submit-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Submit-MgEducationUserAssignmentSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "POST", + "Command": "Submit-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsubmission-submit?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Suspend-MgApplicationSynchronizationJob", "Variants": [ "Pause", "PauseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Suspend-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Suspend-MgBetaApplicationSynchronizationJob", "Variants": [ "Pause", "PauseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Suspend-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Suspend-MgBetaDeviceManagementComanagedDeviceConfigurationRefresh", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/pauseConfigurationRefresh", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Suspend-MgBetaDeviceManagementManagedDeviceConfigurationRefresh", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Suspend-MgBetaEducationSynchronizationProfile", "Variants": [ "Pause", "PauseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Suspend-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAdministration.ReadWrite", @@ -509950,20 +510269,20 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationsynchronizationprofile-pause?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Pause", "PauseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Suspend-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -509982,37 +510301,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Suspend-MgBetaUserManagedDeviceConfigurationRefresh", "Variants": [ "Pause", "PauseExpanded", "PauseViaIdentity", "PauseViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Suspend-MgBetaUserManagedDeviceConfigurationRefresh", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/pauseConfigurationRefresh", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Suspend-MgServicePrincipalSynchronizationJob", "Variants": [ "Pause", "PauseViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Suspend-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -510031,19 +510350,19 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-pause?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", "Variants": [ "Sync" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgBetaDeviceAppManagementMicrosoftStoreForBusinessApp", + "ApiVersion": "beta", + "CommandAlias": "Sync-MgBetaDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -510062,20 +510381,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Sync-MgBetaDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", "Variants": [ "Sync", "SyncViaIdentity" ], - "OutputType": "IMicrosoftGraphVppToken", + "Method": "POST", + "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicense", + "ApiVersion": "beta", + "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicense", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -510094,19 +510413,19 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicense", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphVppToken" }, { - "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", "Variants": [ "Sync" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgBetaDeviceAppManagementVppTokenLicenseCount", + "ApiVersion": "beta", + "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicenseCount", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -510125,80 +510444,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Sync-MgBetaDeviceAppMgtVppTokenLicenseCount", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", "Variants": [ "Sync" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementAndroidForWorkSettingApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidForWorkSettings/syncApps", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", "Variants": [ "Sync" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgBetaDeviceManagementComanagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementComanagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", "Variants": [ "Sync", "SyncViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Sync", "SyncExpanded", "SyncViaIdentity", "SyncViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -510217,78 +510536,78 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgBetaDeviceManagementManagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", "Variants": [ "Sync" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementWindowsAutopilotSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotSettings/sync", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", "Variants": [ "Sync", "SyncViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgBetaDeviceManagementWindowsDriverUpdateProfileInventory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgBetaUserManagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgBetaUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", "Variants": [ "Sync" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgDeviceAppManagementMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0", + "CommandAlias": "Sync-MgDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -510307,20 +510626,20 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Sync-MgDeviceAppMgtMicrosoftStoreGraphFPreBusinessApp", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgDeviceAppManagementVppTokenLicense", "Variants": [ "Sync", "SyncViaIdentity" ], - "OutputType": "IMicrosoftGraphVppToken", + "Method": "POST", + "Command": "Sync-MgDeviceAppManagementVppTokenLicense", + "ApiVersion": "v1.0", + "CommandAlias": "Sync-MgDeviceAppMgtVppTokenLicense", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -510339,22 +510658,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Sync-MgDeviceAppMgtVppTokenLicense", - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphVppToken" }, { - "Command": "Sync-MgDeviceManagementExchangeConnector", "Variants": [ "Sync", "SyncExpanded", "SyncViaIdentity", "SyncViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -510373,249 +510692,249 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", "ApiReferenceLink": null, - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgDeviceManagementManagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Sync-MgUserManagedDevice", "Variants": [ "Sync", "SyncViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Sync-MgUserManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-syncdevice?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgApplicationProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgApplicationProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgApplicationSynchronizationJobCredential", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgApplicationSynchronizationJobCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaAdministrativeUnitProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaAdministrativeUnitProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaApplicationProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaApplicationProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaApplicationSynchronizationJobCredential", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaApplicationSynchronizationJobCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaContactProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaContactProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaContractProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaContractProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaDeviceAppManagementMobileAppXml", + "ApiVersion": "beta", + "CommandAlias": "Test-MgBetaDeviceAppMgtMobileAppXml", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/validateXml", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Test-MgBetaDeviceAppMgtMobileAppXml", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/assignmentFilters/validateFilter", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", + "Method": "POST", + "Command": "Test-MgBetaDeviceManagementDeviceCompliancePolicyComplianceScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult" }, { - "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "Method": "POST", + "Command": "Test-MgBetaDeviceManagementVirtualEndpointCloudPcBulkResize", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult" }, { - "Command": "Test-MgBetaDeviceProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaDeviceProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaDirectoryDeletedItemProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaDirectoryDeletedItemProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deletedItems/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaDirectoryObjectProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaDirectoryObjectProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -510650,114 +510969,114 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaDirectoryRoleProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaDirectoryRoleProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaDirectoryRoleTemplateProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaDirectoryRoleTemplateProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaDirectorySettingTemplateProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaDirectorySettingTemplateProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgBetaDriveListContentTypePublished", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgBetaDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/validatePermission", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaExternalIndustryDataConnector", "Variants": [ "Validate", "ValidateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "IndustryData-DataConnector.ReadWrite.All", @@ -510776,103 +511095,103 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-industrydataconnector-validate?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaGroupDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaGroupDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgBetaGroupDriveListContentTypePublished", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgBetaGroupDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaGroupDynamicMembership", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Method": "POST", + "Command": "Test-MgBetaGroupDynamicMembership", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/evaluateDynamicMembership", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult" }, { - "Command": "Test-MgBetaGroupDynamicMembershipRule", "Variants": [ "Evaluate1", "EvaluateExpanded1" ], - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Method": "POST", + "Command": "Test-MgBetaGroupDynamicMembershipRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/evaluateDynamicMembership", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult" }, { - "Command": "Test-MgBetaGroupProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaGroupProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -510891,169 +511210,169 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaGroupSiteContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgBetaGroupSiteContentTypePublished", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" }, { - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelClassificationResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" }, { - "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST", + "Command": "Test-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" }, { - "Command": "Test-MgBetaGroupSiteListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgBetaGroupSiteListContentTypePublished", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgBetaIdentityConditionalAccess", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "OutputType": "IMicrosoftGraphConditionalAccessWhatIfPolicy", + "Method": "POST", + "Command": "Test-MgBetaIdentityConditionalAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/evaluate", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphConditionalAccessWhatIfPolicy" }, { - "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", "Variants": [ "Validate", "Validate1", "ValidateExpanded", "ValidateViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", + "Method": "POST", + "Command": "Test-MgBetaIdentityCustomAuthenticationExtensionAuthenticationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -511072,65 +511391,65 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation" }, { - "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Method": "POST", + "Command": "Test-MgBetaInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" }, { - "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy/labels/evaluateApplication", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaInformationProtectionPolicyLabelClassificationResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -511149,35 +511468,35 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy/labels/evaluateRemoval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "Command": "Test-MgBetaOrganizationProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaOrganizationProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -511196,67 +511515,67 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" }, { - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelClassificationResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" }, { - "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaSecurityInformationProtectionSensitivityLabelRemoval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" }, { - "Command": "Test-MgBetaServicePrincipalProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaServicePrincipalProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaServicePrincipalSynchronizationJobCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -511275,252 +511594,252 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaShareListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgBetaShareListContentTypePublished", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgBetaSiteContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgBetaSiteContentTypePublished", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" }, { - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelClassificationResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" }, { - "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST", + "Command": "Test-MgBetaSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" }, { - "Command": "Test-MgBetaSiteListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgBetaSiteListContentTypePublished", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgBetaUserCloudPcBulkResize", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", + "Method": "POST", + "Command": "Test-MgBetaUserCloudPcBulkResize", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpc-validatebulkresize?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult" }, { - "Command": "Test-MgBetaUserDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaUserDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaUserDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgBetaUserDriveListContentTypePublished", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-beta", - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgBetaUserDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaUserDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse" }, { - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -511539,105 +511858,105 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateapplication?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelClassificationResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateclassificationresults?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/informationprotectionlabel-evaluateremoval?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphInformationProtectionAction" }, { - "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" }, { - "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", + "Method": "POST", + "Command": "Test-MgBetaUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse" }, { - "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Method": "POST", + "Command": "Test-MgBetaUserJoinedGroupDynamicMembership", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-evaluatedynamicmembership?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult" }, { - "Command": "Test-MgBetaUserManagedAppUserBlocked", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgBetaUserManagedAppUserBlocked", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -511672,20 +511991,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Functions", "Uri": "/users/{user-id}/isManagedAppUserBlocked", "ApiReferenceLink": null, - "Module": "Beta.Users.Functions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgBetaUserPassword", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": "IMicrosoftGraphPasswordValidationInformation", + "Method": "POST", + "Command": "Test-MgBetaUserPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -511704,37 +512023,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/validatePassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-validatepassword?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphPasswordValidationInformation" }, { - "Command": "Test-MgBetaUserProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgBetaUserProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -511753,22 +512072,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateapplication?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" }, { - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelClassificationResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -511787,22 +512106,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateclassificationresults?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" }, { - "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", + "Method": "POST", + "Command": "Test-MgBetaUserSecurityInformationProtectionSensitivityLabelRemoval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "InformationProtectionPolicy.Read", @@ -511821,80 +512140,80 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-sensitivitylabel-evaluateremoval?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction" }, { - "Command": "Test-MgContactProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgContactProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgContractProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgContractProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgDeviceProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgDeviceProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgDirectoryDeletedItemProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgDirectoryDeletedItemProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deletedItems/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgDirectoryObjectProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgDirectoryObjectProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -511929,150 +512248,150 @@ "IsLeastPrivilege": false } ], + "Module": "DirectoryObjects", "Uri": "/directoryObjects/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgDirectoryRoleProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgDirectoryRoleProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgDirectoryRoleTemplateProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgDirectoryRoleTemplateProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgDriveListContentTypePublished", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/validatePermission", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgGroupDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgGroupDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgGroupDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgGroupDriveListContentTypePublished", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgGroupDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgGroupDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgGroupProperty", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgGroupProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.Read.All", @@ -512091,67 +512410,67 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-validateproperties?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgGroupSettingTemplateProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgGroupSettingTemplateProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupSettingTemplates/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgGroupSiteContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgGroupSiteContentTypePublished", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgGroupSiteListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgGroupSiteListContentTypePublished", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", "Variants": [ "Validate", "Validate1", "ValidateExpanded", "ValidateViaIdentity" ], - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", + "Method": "POST", + "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "CustomAuthenticationExtension.Read.All", @@ -512170,52 +512489,52 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-validateauthenticationconfiguration?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation" }, { - "Command": "Test-MgOrganizationProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgOrganizationProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgServicePrincipalProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgServicePrincipalProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgServicePrincipalSynchronizationJobCredential", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgServicePrincipalSynchronizationJobCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -512234,129 +512553,129 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationjob-validatecredentials?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgShareListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgShareListContentTypePublished", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgSiteContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgSiteContentTypePublished", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgSiteListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgSiteListContentTypePublished", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgUserDriveItemPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgUserDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgUserDriveListContentTypePublished", "Variants": [ "Is", "IsViaIdentity" ], - "OutputType": null, + "Method": "GET", + "Command": "Test-MgUserDriveListContentTypePublished", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Functions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-ispublished?view=graph-rest-1.0", - "Module": "Users.Functions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "GET" + "OutputType": null }, { - "Command": "Test-MgUserDriveRootPermission", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgUserDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Test-MgUserProperty", "Variants": [ "Validate", "ValidateExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Test-MgUserProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/validateProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directoryobject-validateproperties?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Unblock-MgBetaUserManagedApp", "Variants": [ "Unblock", "UnblockViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unblock-MgBetaUserManagedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -512375,950 +512694,950 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/unblockManagedApps", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgBetaChatMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgBetaChatMessageReplySoftDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgBetaChatMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgBetaChatMessageSoftDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgBetaTeamChannelMessageReplySoftDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgBetaTeamChannelMessageSoftDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgBetaTeamPrimaryChannelMessageReplySoftDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgBetaTeamPrimaryChannelMessageSoftDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgBetaTeamworkDeletedChatDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgBetaTeamworkDeletedChatDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageReplySoftDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgBetaTeamworkDeletedTeamChannelMessageSoftDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgBetaUserChatMessageReplySoftDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgBetaUserChatMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgBetaUserChatMessageSoftDelete", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgChatMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgChatMessageReplySoftDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgChatMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgChatMessageSoftDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgTeamChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamChannelMessageReplySoftDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgTeamChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamChannelMessageSoftDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgTeamworkDeletedChatDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamworkDeletedChatDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedChats/{deletedChat-id}/undoDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/deletedchat-undodelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgUserChatMessageReplySoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgUserChatMessageReplySoftDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Undo-MgUserChatMessageSoftDelete", "Variants": [ "Undo", "UndoViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Undo-MgUserChatMessageSoftDelete", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-undosoftdelete?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgBetaBookingBusiness", "Variants": [ "Unpublish", "Unpublish1", "UnpublishViaIdentity", "UnpublishViaIdentity1" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgBetaDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgBetaDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgBetaGroupDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgBetaGroupDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgBetaGroupSiteContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgBetaGroupSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgBetaGroupSiteListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgBetaGroupSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgBetaShareListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgBetaShareListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgBetaSiteContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgBetaSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgBetaSiteListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgBetaSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgBetaUserDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgBetaUserDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgBookingBusiness", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgBookingBusiness", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-unpublish?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgGroupDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgGroupDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgGroupSiteContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgGroupSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgGroupSiteListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgGroupSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgShareListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgShareListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgSiteContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgSiteListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Unpublish-MgUserDriveListContentType", "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Unpublish-MgUserDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-unpublish?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgAdminEdge", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphEdge", + "Method": "PATCH", + "Command": "Update-MgAdminEdge", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdge" }, { - "Command": "Update-MgAdminEdgeInternetExplorerMode", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Method": "PATCH", + "Command": "Update-MgAdminEdgeInternetExplorerMode", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInternetExplorerMode" }, { - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "PATCH", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBrowserSiteList" }, { - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "PATCH", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBrowserSharedCookie" }, { - "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "PATCH", + "Command": "Update-MgAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBrowserSite" }, { - "Command": "Update-MgAdminPeopleItemInsight", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "PATCH", + "Command": "Update-MgAdminPeopleItemInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/admin/people/itemInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "Command": "Update-MgAdminPeopleProfileCardProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "PATCH", + "Command": "Update-MgAdminPeopleProfileCardProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfileCardProperty" }, { - "Command": "Update-MgAdminPeoplePronoun", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPronounsSettings", + "Method": "PATCH", + "Command": "Update-MgAdminPeoplePronoun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/admin/people/pronouns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPronounsSettings" }, { - "Command": "Update-MgAdminReportSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAdminReportSettings", + "Method": "PATCH", + "Command": "Update-MgAdminReportSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/admin/reportSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAdminReportSettings" }, { - "Command": "Update-MgAdminSharepoint", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSharepoint", + "Method": "PATCH", + "Command": "Update-MgAdminSharepoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/admin/sharepoint", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharepoint" }, { - "Command": "Update-MgAdminSharepointSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSharepointSettings", + "Method": "PATCH", + "Command": "Update-MgAdminSharepointSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/admin/sharepoint/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharepointSettings" }, { - "Command": "Update-MgAgreement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "PATCH", + "Command": "Update-MgAgreement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "Update-MgAgreementAcceptance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "PATCH", + "Command": "Update-MgAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Update-MgAgreementFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH", + "Command": "Update-MgAgreementFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFile" }, { - "Command": "Update-MgAgreementFileLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH", + "Command": "Update-MgAgreementFileLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Update-MgAgreementFileLocalizationVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", + "Command": "Update-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Update-MgAgreementFileVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", + "Command": "Update-MgAgreementFileVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Update-MgAppCatalogTeamApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Update-MgAppCatalogTeamAppDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Update-MgAppCatalogTeamAppDefinitionBot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgApplication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH", + "Command": "Update-MgApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -513337,73 +513656,73 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Update-MgApplicationByAppId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH", + "Command": "Update-MgApplicationByAppId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Update-MgApplicationByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH", + "Command": "Update-MgApplicationByUniqueName", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Update-MgApplicationExtensionProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "PATCH", + "Command": "Update-MgApplicationExtensionProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExtensionProperty" }, { - "Command": "Update-MgApplicationFederatedIdentityCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "PATCH", + "Command": "Update-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -513422,107 +513741,107 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "Command": "Update-MgApplicationFederatedIdentityCredentialByName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "PATCH", + "Command": "Update-MgApplicationFederatedIdentityCredentialByName", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "Command": "Update-MgApplicationSynchronizationJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "Update-MgApplicationSynchronizationJobBulkUpload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationJobBulkUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgApplicationSynchronizationJobSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationJobSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Update-MgApplicationSynchronizationTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -513541,56 +513860,56 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "Update-MgApplicationSynchronizationTemplateSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", + "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Update-MgBetaAccessReview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReview", + "Method": "PATCH", + "Command": "Update-MgBetaAccessReview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AccessReview.ReadWrite.Membership", @@ -513609,618 +513928,618 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreview-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReview" }, { - "Command": "Update-MgBetaAccessReviewDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "Update-MgBetaAccessReviewInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReview", + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReview" }, { - "Command": "Update-MgBetaAccessReviewInstanceDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "Update-MgBetaAccessReviewInstanceMyDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewInstanceMyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "Update-MgBetaAccessReviewInstanceReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewInstanceReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Update-MgBetaAccessReviewMyDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewMyDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewDecision" }, { - "Command": "Update-MgBetaAccessReviewReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH", + "Command": "Update-MgBetaAccessReviewReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Update-MgBetaAdminEdge", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphEdge", + "Method": "PATCH", + "Command": "Update-MgBetaAdminEdge", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdge" }, { - "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphInternetExplorerMode", + "Method": "PATCH", + "Command": "Update-MgBetaAdminEdgeInternetExplorerMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInternetExplorerMode" }, { - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBrowserSiteList", + "Method": "PATCH", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersitelist-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBrowserSiteList" }, { - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBrowserSharedCookie", + "Method": "PATCH", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSharedCookie", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sharedCookies/{browserSharedCookie-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersharedcookie-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBrowserSharedCookie" }, { - "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBrowserSite", + "Method": "PATCH", + "Command": "Update-MgBetaAdminEdgeInternetExplorerModeSiteListSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/admin/edge/internetExplorerMode/siteLists/{browserSiteList-id}/sites/{browserSite-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/browsersite-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBrowserSite" }, { - "Command": "Update-MgBetaAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "PATCH", + "Command": "Update-MgBetaAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Update-MgBetaAdministrativeUnitExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaAdministrativeUnitExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", + "Command": "Update-MgBetaAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Update-MgBetaAdminPeople", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPeopleAdminSettings", + "Method": "PATCH", + "Command": "Update-MgBetaAdminPeople", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPeopleAdminSettings" }, { - "Command": "Update-MgBetaAdminPeopleItemInsight", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "PATCH", + "Command": "Update-MgBetaAdminPeopleItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people/itemInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "Command": "Update-MgBetaAdminPeopleProfileCardProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfileCardProperty", + "Method": "PATCH", + "Command": "Update-MgBetaAdminPeopleProfileCardProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people/profileCardProperties/{profileCardProperty-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilecardproperty-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfileCardProperty" }, { - "Command": "Update-MgBetaAdminPeoplePronoun", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPronounsSettings", + "Method": "PATCH", + "Command": "Update-MgBetaAdminPeoplePronoun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/admin/people/pronouns", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pronounssettings-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPronounsSettings" }, { - "Command": "Update-MgBetaAdminReportSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAdminReportSettings", + "Method": "PATCH", + "Command": "Update-MgBetaAdminReportSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/admin/reportSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminreportsettings-update?view=graph-rest-beta", - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAdminReportSettings" }, { - "Command": "Update-MgBetaAdminSharepoint", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSharepoint", + "Method": "PATCH", + "Command": "Update-MgBetaAdminSharepoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/admin/sharepoint", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharepoint" }, { - "Command": "Update-MgBetaAdminSharepointSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSharepointSettings", + "Method": "PATCH", + "Command": "Update-MgBetaAdminSharepointSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/admin/sharepoint/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointsettings-update?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharepointSettings" }, { - "Command": "Update-MgBetaAgreement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "PATCH", + "Command": "Update-MgBetaAgreement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "Update-MgBetaAgreementAcceptance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "PATCH", + "Command": "Update-MgBetaAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Update-MgBetaAgreementFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH", + "Command": "Update-MgBetaAgreementFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFile" }, { - "Command": "Update-MgBetaAgreementFileLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH", + "Command": "Update-MgBetaAgreementFileLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Update-MgBetaAgreementFileLocalizationVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", + "Command": "Update-MgBetaAgreementFileLocalizationVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Update-MgBetaAgreementFileVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", + "Command": "Update-MgBetaAgreementFileVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Update-MgBetaAppCatalogTeamApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsApp", + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsApp" }, { - "Command": "Update-MgBetaAppCatalogTeamAppDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsapp-publish?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAppDefinition" }, { - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionBot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIcon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAppIcon" }, { - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkHostedContent" }, { - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionDashboardCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/dashboardCards/{teamsAppDashboardCardDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAppDashboardCardDefinition" }, { - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIcon", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAppIcon" }, { - "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkHostedContent" }, { - "Command": "Update-MgBetaApplication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH", + "Command": "Update-MgBetaApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -514239,73 +514558,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Update-MgBetaApplicationByAppId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationByAppId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Update-MgBetaApplicationByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApplication", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/application-upsert?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApplication" }, { - "Command": "Update-MgBetaApplicationExtensionProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExtensionProperty", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationExtensionProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExtensionProperty" }, { - "Command": "Update-MgBetaApplicationFederatedIdentityCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationFederatedIdentityCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -514324,107 +514643,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "Command": "Update-MgBetaApplicationFederatedIdentityCredentialByName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationFederatedIdentityCredentialByName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/federatedIdentityCredentials(name='{name}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedidentitycredential-upsert?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFederatedIdentityCredential" }, { - "Command": "Update-MgBetaApplicationSynchronizationJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationJobBulkUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaApplicationSynchronizationJobSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationJobSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Update-MgBetaApplicationSynchronizationTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -514443,49 +514762,46 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationtemplate-update?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Update-MgBetaBookingBusiness", "Variants": [ "Update", "Update1", @@ -514496,7 +514812,10 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusiness", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -514515,15 +514834,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "Command": "Update-MgBetaBookingBusinessAppointment", "Variants": [ "Update", "Update1", @@ -514534,7 +514850,10 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessAppointment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -514569,15 +514888,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "Update-MgBetaBookingBusinessCalendarView", "Variants": [ "Update", "Update1", @@ -514588,17 +514904,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessCalendarView", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "Update-MgBetaBookingBusinessCustomer", "Variants": [ "Update", "Update1", @@ -514609,7 +514925,10 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingCustomer", + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -514644,15 +514963,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingCustomer" }, { - "Command": "Update-MgBetaBookingBusinessCustomQuestion", "Variants": [ "Update", "Update1", @@ -514663,7 +514979,10 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -514690,15 +515009,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingCustomQuestion" }, { - "Command": "Update-MgBetaBookingBusinessService", "Variants": [ "Update", "Update1", @@ -514709,7 +515025,10 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingService", + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -514728,15 +515047,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingService" }, { - "Command": "Update-MgBetaBookingBusinessStaffMember", "Variants": [ "Update", "Update1", @@ -514747,7 +515063,10 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingStaffMember", + "Method": "PATCH", + "Command": "Update-MgBetaBookingBusinessStaffMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -514766,15 +515085,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Bookings", "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingStaffMember" }, { - "Command": "Update-MgBetaBookingCurrency", "Variants": [ "Update", "Update1", @@ -514785,41 +515101,44 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaBookingCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingCurrency" }, { - "Command": "Update-MgBetaBusinessFlowTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaBusinessFlowTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBusinessFlowTemplate" }, { - "Command": "Update-MgBetaChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "PATCH", + "Command": "Update-MgBetaChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -514846,22 +515165,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Update-MgBetaChatInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -514952,56 +515271,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaChatLastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "PATCH", + "Command": "Update-MgBetaChatLastMessagePreview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageInfo" }, { - "Command": "Update-MgBetaChatMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgBetaChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgBetaChatMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -515036,107 +515355,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaChatMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaChatMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaChatMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaChatMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgBetaChatOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH", + "Command": "Update-MgBetaChatOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Update-MgBetaChatPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", + "Command": "Update-MgBetaChatPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Update-MgBetaChatPinnedMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "PATCH", + "Command": "Update-MgBetaChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "Update-MgBetaChatTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgBetaChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -515179,22 +515498,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -515213,73 +515532,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAudioRoutingGroup" }, { - "Command": "Update-MgBetaCommunicationCallContentSharingSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallContentSharingSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaCommunicationCallOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCommsOperation" }, { - "Command": "Update-MgBetaCommunicationCallParticipant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphParticipant", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallParticipant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphParticipant" }, { - "Command": "Update-MgBetaCommunicationCallRecordingStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "Method": "POST", + "Command": "Update-MgBetaCommunicationCallRecordingStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -515298,83 +515617,80 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.CloudCommunications", "Uri": "/communications/calls/{call-id}/updateRecordingStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-beta", - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation" }, { - "Command": "Update-MgBetaCommunicationCallRecordOrganizerV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallRecordOrganizerV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallRecordsOrganizer" }, { - "Command": "Update-MgBetaCommunicationCallRecordParticipantV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallRecordParticipantV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallRecordsParticipant" }, { - "Command": "Update-MgBetaCommunicationCallRecordSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationCallRecordSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallRecordsSession" }, { - "Command": "Update-MgBetaCommunicationOnlineMeeting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Update", "Update1", @@ -515385,17 +515701,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "Update1", @@ -515406,173 +515722,176 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Update-MgBetaCommunicationOnlineMeetingByJoinWebUrl", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingRegistration" }, { - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" }, { - "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" }, { - "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Update-MgBetaCommunicationPresence", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "PATCH", + "Command": "Update-MgBetaCommunicationPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/communications/presences/{presence-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "Update-MgBetaCompliance", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Method": "PATCH", + "Command": "Update-MgBetaCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" }, { - "Command": "Update-MgBetaComplianceEdiscovery", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscovery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCase", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -515591,22 +515910,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-case-update?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryCase" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -515625,88 +515944,88 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-custodian-update?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryCustodian" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianIndex", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -515725,139 +516044,139 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-legalhold-update?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoverySiteSource" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryUserSource" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaComplianceEdiscoveryCaseNoncustodialDataSourceIndex", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -515876,39 +516195,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-reviewsetquery-update?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-casesettings-update?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -515927,39 +516246,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryDataSource" }, { - "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Method": "PATCH", + "Command": "Update-MgBetaComplianceEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -515978,73 +516297,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Compliance", "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ediscovery-tag-update?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEdiscoveryTag" }, { - "Command": "Update-MgBetaContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "PATCH", + "Command": "Update-MgBetaContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Update-MgBetaContract", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContract", + "Method": "PATCH", + "Command": "Update-MgBetaContract", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContract" }, { - "Command": "Update-MgBetaDataPolicyOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "PATCH", + "Command": "Update-MgBetaDataPolicyOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDataPolicyOperation" }, { - "Command": "Update-MgBetaDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH", + "Command": "Update-MgBetaDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -516071,20 +516390,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Update-MgBetaDeviceAppManagement", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagement", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgt", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516103,39 +516422,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgt", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceAppManagement" }, { - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtection", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtection", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516154,22 +516473,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516188,22 +516507,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516222,22 +516541,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516256,22 +516575,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtection", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516290,22 +516609,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516324,141 +516643,141 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementEnterpriseCodeSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtEnterpriseCodeSigningCertificate", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate" }, { - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfiguration", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration" }, { - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatus", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSLobAppProvisioningConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatus", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtection", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtection", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516477,22 +516796,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516511,22 +516830,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516545,107 +516864,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppPolicy", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppPolicy", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistration", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistration", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationManagedAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/managedAppLogCollectionRequests/{managedAppLogCollectionRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationManagedAppLogCollectionRequest", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppLogCollectionRequest" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516664,175 +516983,175 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppRegistrationOperation", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedAppStatus", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedAppStatus", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppStatus" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedEBook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBook", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBook", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBook", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedEBook" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedEBookAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedEBookCategory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookCategory", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookCategory", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedEBookCategory" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookDeviceState", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookDeviceState", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookInstallSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookInstallSummary", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEBookInstallSummary" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummary", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserInstallStateSummary" }, { - "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" }, { - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516851,22 +517170,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516885,22 +517204,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -516919,1703 +517238,1703 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileApp", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileApp" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidForWorkAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidForWorkApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidGraphFPreWorkAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidLobAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidManagedStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidManagedStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidManagedStoreAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsAndroidStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsAndroidStoreAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsiOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsiOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoStoreAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignedLicense", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignedLicenses/{iosVppAppAssignedLicense-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignedLicense", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIosVppAppAssignedLicense" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsIoVppAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsIoVppAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSDmgAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSDmgAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppContentVersionFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMacOSPkgAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSPkgApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMacOSPkgAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedAndroidLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedAndroidLobAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagediOSLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagediOSLobAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsManagedMobileLobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsManagedMobileLobAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWin32LobAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWin32LobAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsAppXRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowAppXRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsMobileMsiRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowMobileMsiRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowStoreAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsStoreApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowStoreAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsUniversalAppXRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowUniversalAppXRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWindowsWebAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWindowWebAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppAsWinGetAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/winGetApp/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppAsWinGetAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppCatalogPackage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppCatalogPackage", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppCatalogPackage", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCatalogPackage", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCatalogPackages/{mobileAppCatalogPackage-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCatalogPackage", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppCatalogPackage" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppCategory", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCategory", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppCategory", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfiguration", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" }, { - "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementMobileAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMobileAppRelationship", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppRelationship" }, { - "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceAppManagementMultipleMobileAppRelationship", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMultipleMobileAppRelationship", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMultipleMobileAppRelationship", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceAppManagementMultiplePolicySet", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtMultiplePolicySet", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtMultiplePolicySet", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementPolicySet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPolicySet", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementPolicySet", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySet", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySet", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPolicySet" }, { - "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPolicySetAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementPolicySetAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPolicySetAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPolicySetItem", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementPolicySetItem", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetItem", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtPolicySetItem", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPolicySetItem" }, { - "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementSymantecCodeSigningCertificate", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtSymantecCodeSigningCertificate", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate" }, { - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfiguration", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -518634,22 +518953,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -518668,22 +518987,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -518702,22 +519021,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTargetedManagedAppConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518736,22 +519055,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtTargetedManagedAppConfigurationSetting", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "Command": "Update-MgBetaDeviceAppManagementTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementTask", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTask", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518770,22 +519089,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtTask", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceAppManagementTask" }, { - "Command": "Update-MgBetaDeviceAppManagementTaskStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceAppManagementTaskStatus", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtTaskStatus", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518804,22 +519123,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtTaskStatus", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceAppManagementVppToken", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVppToken", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementVppToken", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -518838,90 +519157,90 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtVppToken", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVppToken" }, { - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicy", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicy", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicy", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy" }, { - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeploySummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeploySummary", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary" }, { - "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWdacSupplementalPolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWdacSupplementalPolicyDeviceStatus", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus" }, { - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionDeviceRegistration", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -518940,22 +519259,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionDeviceRegistration", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration" }, { - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -518974,22 +519293,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicy", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -519008,22 +519327,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -519042,22 +519361,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -519076,22 +519395,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsInformationProtectionWipeAction", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -519110,22 +519429,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowInformationProtectionWipeAction", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction" }, { - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtection", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -519144,22 +519463,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtection", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection" }, { - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionApp", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -519178,22 +519497,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionApp", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionAssignment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -519212,88 +519531,88 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionAssignment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceAppManagementWindowsManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": "Update-MgBetaDeviceAppMgtWindowManagedAppProtectionDeploymentSummary", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Update-MgBetaDeviceByDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceByDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices(deviceId='{deviceId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Update-MgBetaDeviceCommand", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCommand", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceCommand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCommand" }, { - "Command": "Update-MgBetaDeviceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDeviceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagement", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -519336,150 +519655,150 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagement" }, { - "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary" }, { - "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState" }, { - "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile" }, { - "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema" }, { - "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile" }, { - "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAndroidForWorkSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidForWorkSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAndroidForWorkSettings" }, { - "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings" }, { - "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema" }, { - "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -519498,362 +519817,362 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" }, { - "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile" }, { - "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment" }, { - "Command": "Update-MgBetaDeviceManagementAssignmentFilter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAssignmentFilter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter" }, { - "Command": "Update-MgBetaDeviceManagementAuditEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "Command": "Update-MgBetaDeviceManagementAutopilotEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAutopilotEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent" }, { - "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail" }, { - "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCartToClassAssociation", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCartToClassAssociation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCartToClassAssociation" }, { - "Command": "Update-MgBetaDeviceManagementCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory" }, { - "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsProtectionState" }, { - "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -519872,22 +520191,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphComanagementEligibleDevice" }, { - "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -519906,122 +520225,122 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "Command": "Update-MgBetaDeviceManagementCompliancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy" }, { - "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule" }, { - "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem" }, { - "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "Command": "Update-MgBetaDeviceManagementComplianceSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementComplianceSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConditionalAccessSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -520040,141 +520359,141 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" }, { - "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy" }, { - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment" }, { - "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting" }, { - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate" }, { - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate" }, { - "Command": "Update-MgBetaDeviceManagementConfigurationSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementConfigurationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Update-MgBetaDeviceManagementDataSharingConsent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDataSharingConsent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDataSharingConsent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -520193,107 +520512,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDataSharingConsent" }, { - "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDepOnboardingSetting", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDepOnboardingSetting" }, { - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEnrollmentProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEnrollmentProfile" }, { - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity" }, { - "Command": "Update-MgBetaDeviceManagementDerivedCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDerivedCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings" }, { - "Command": "Update-MgBetaDeviceManagementDetectedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDetectedApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -520312,22 +520631,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -520346,472 +520665,472 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", "Variants": [ "Refresh" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" }, { - "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationProfiles/{deviceConfigurationProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationProfile" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRestrictedAppsViolation" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" }, { - "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -520830,22 +521149,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -520864,22 +521183,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -520906,22 +521225,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceHealthScript" }, { - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -520940,22 +521259,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment" }, { - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -520974,22 +521293,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState" }, { - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptGlobalScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -521016,22 +521335,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceHealthScriptRunSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -521050,22 +521369,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary" }, { - "Command": "Update-MgBetaDeviceManagementDeviceShellScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceShellScript", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521084,22 +521403,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceShellScript" }, { - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521118,22 +521437,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" }, { - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521152,22 +521471,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521186,22 +521505,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" }, { - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -521220,107 +521539,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" }, { - "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementDomainJoinConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector" }, { - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool" }, { - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment" }, { - "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState" }, { - "Command": "Update-MgBetaDeviceManagementExchangeConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementExchangeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -521339,15 +521658,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" }, { - "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", "Variants": [ "Update", "Update1", @@ -521356,7 +521672,10 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -521375,15 +521694,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy" }, { - "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", "Variants": [ "Update", "Update1", @@ -521392,789 +521708,792 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementExchangeOnPremisePolicyConditionalAccessSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyCategory" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyDefinition" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyPresentation" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupPolicyOperation", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupPolicyOperation" }, { - "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphImportedDeviceIdentity" }, { - "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "Command": "Update-MgBetaDeviceManagementIntent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementIntent" }, { - "Command": "Update-MgBetaDeviceManagementIntentAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment" }, { - "Command": "Update-MgBetaDeviceManagementIntentCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory" }, { - "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentCategorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary" }, { - "Command": "Update-MgBetaDeviceManagementIntentDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentDeviceState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState" }, { - "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentDeviceStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary" }, { - "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementIntentMultipleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceManagementIntentSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Update-MgBetaDeviceManagementIntentUserState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentUserState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState" }, { - "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntentUserStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary" }, { - "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIntuneBrandingProfile" }, { - "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment" }, { - "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementIoUpdateStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" }, { - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary" }, { - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary" }, { - "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary" }, { - "Command": "Update-MgBetaDeviceManagementManagedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -522193,396 +522512,396 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceCleanupRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceCleanupRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceCleanupRules/{managedDeviceCleanupRule-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceCleanupRule" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsDeviceAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsOSImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDeviceWindowsOSImages/{managedDeviceWindowsOperatingSystemImage-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceWindowsOperatingSystemImage" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsProtectionState" }, { - "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" }, { - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold" }, { - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse" }, { - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite" }, { - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration" }, { - "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer" }, { - "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -522601,22 +522920,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -522635,122 +522954,122 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "Command": "Update-MgBetaDeviceManagementMonitoring", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementMonitoring", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMonitoring", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementMonitoring" }, { - "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMonitoringAlertRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementAlertRecord" }, { - "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementAlertRule", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementMonitoringAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/monitoring/alertRules/{alertRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/devicemanagement-alertrule-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementAlertRule" }, { - "Command": "Update-MgBetaDeviceManagementNdeConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNdesConnector", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementNdeConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNdesConnector" }, { - "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" }, { - "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "Command": "Update-MgBetaDeviceManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -522769,22 +523088,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementPartner" }, { - "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRemoteActionAudit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522803,22 +523122,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRemoteActionAudit" }, { - "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -522837,20 +523156,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "Command": "Update-MgBetaDeviceManagementReport", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -522885,56 +523204,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Reports", "Uri": "/deviceManagement/reports", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementReports" }, { - "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementResourceAccessProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase" }, { - "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment" }, { - "Command": "Update-MgBetaDeviceManagementResourceOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementResourceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -522953,39 +523272,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphResourceOperation" }, { - "Command": "Update-MgBetaDeviceManagementReusableSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementReusableSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition" }, { - "Command": "Update-MgBetaDeviceManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -523004,22 +523323,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" }, { - "Command": "Update-MgBetaDeviceManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -523038,22 +523357,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -523072,22 +523391,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRoleAssignment" }, { - "Command": "Update-MgBetaDeviceManagementRoleScopeTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoleScopeTag", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleScopeTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523106,56 +523425,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRoleScopeTag" }, { - "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment" }, { - "Command": "Update-MgBetaDeviceManagementScript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScript", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementScript" }, { - "Command": "Update-MgBetaDeviceManagementScriptAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523174,22 +523493,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment" }, { - "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523208,22 +523527,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523242,22 +523561,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment" }, { - "Command": "Update-MgBetaDeviceManagementScriptUserRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptUserRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523276,22 +523595,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState" }, { - "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523310,311 +523629,311 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState" }, { - "Command": "Update-MgBetaDeviceManagementSettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementSettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" }, { - "Command": "Update-MgBetaDeviceManagementTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "Command": "Update-MgBetaDeviceManagementTemplateCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" }, { - "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementTemplate" }, { - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory" }, { - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToCategorySettingDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition" }, { - "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Update-MgBetaDeviceManagementTemplateSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTemplateSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance" }, { - "Command": "Update-MgBetaDeviceManagementTermAndCondition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTermAndCondition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" }, { - "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" }, { - "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment" }, { - "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523633,39 +523952,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyCorrelationGroupOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyCorrelationGroupOverview/{userExperienceAnalyticsAnomalyCorrelationGroupOverview-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyCorrelationGroupOverview" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523684,22 +524003,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523718,22 +524037,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523752,22 +524071,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523786,22 +524105,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523820,22 +524139,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523854,22 +524173,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523888,22 +524207,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523922,22 +524241,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523956,22 +524275,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -523990,20 +524309,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524022,39 +524341,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524073,22 +524392,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524107,20 +524426,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524139,22 +524458,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524173,22 +524492,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524207,22 +524526,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524241,22 +524560,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524275,22 +524594,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524309,20 +524628,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524341,22 +524660,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524375,39 +524694,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524426,22 +524745,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524460,15 +524779,12 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", "Variants": [ "Update", "Update1", @@ -524477,7 +524793,10 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524496,22 +524815,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524530,22 +524849,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524564,22 +524883,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524598,22 +524917,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524632,39 +524951,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524683,22 +525002,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524717,22 +525036,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524751,22 +525070,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524785,22 +525104,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524819,20 +525138,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524851,22 +525170,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524885,22 +525204,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524919,22 +525238,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524953,20 +525272,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -524985,22 +525304,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -525019,22 +525338,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -525053,22 +525372,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -525087,171 +525406,171 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" }, { - "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementUserPfxCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserPfxCertificate" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcBulkAction", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointBulkAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/bulkActions/{cloudPcBulkAction-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcBulkAction" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcexternalpartnersetting-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointFrontLineServicePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/frontLineServicePlans/{cloudPcFrontLineServicePlan-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcFrontLineServicePlan" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOnPremiseConnectionAdDomainPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-updateaddomainpassword?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointOrganizationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "CloudPC.ReadWrite.All", @@ -525270,341 +525589,341 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcorganizationsettings-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcReports", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/reports", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcReports" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcExportJob" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcServicePlan" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcSnapshot" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcUserSetting" }, { - "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" }, { - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile" }, { - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity" }, { - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment" }, { - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsAutopilotSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsAutopilotSettings", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings" }, { - "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile" }, { - "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsFeatureUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment" }, { - "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" }, { - "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" }, { - "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -525623,22 +525942,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -525657,188 +525976,188 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" }, { - "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfile" }, { - "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceManagementWindowsQualityUpdateProfileAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement", "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assignments/{windowsQualityUpdateProfileAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsQualityUpdateProfileAssignment" }, { - "Command": "Update-MgBetaDeviceUsageRights", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "PATCH", + "Command": "Update-MgBetaDeviceUsageRights", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUsageRight" }, { - "Command": "Update-MgBetaDirectory", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDirectory", + "Method": "PATCH", + "Command": "Update-MgBetaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectory" }, { - "Command": "Update-MgBetaDirectoryAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Update-MgBetaDirectoryAttributeSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryAttributeSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttributeSet" }, { - "Command": "Update-MgBetaDirectoryCertificateAuthority", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphCertificateAuthorityPath", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCertificateAuthorityPath" }, { - "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificatebasedapplicationconfiguration-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCertificateBasedApplicationConfiguration" }, { - "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCertificateAuthorityCertificateBasedApplicationConfigurationTrustedCertificateAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "AppCertTrustConfiguration.Read.All", @@ -525857,345 +526176,345 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/certificateAuthorities/certificateBasedApplicationConfigurations/{certificateBasedApplicationConfiguration-id}/trustedCertificateAuthorities/{certificateAuthorityAsEntity-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/certificateauthorityasentity-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCertificateAuthorityAsEntity" }, { - "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" }, { - "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAllowedValue" }, { - "Command": "Update-MgBetaDirectoryDeviceLocalCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryDeviceLocalCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" }, { - "Command": "Update-MgBetaDirectoryExternalUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalUserProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryExternalUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/externalUserProfiles/{externalUserProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externaluserprofile-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalUserProfile" }, { - "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "Command": "Update-MgBetaDirectoryFederationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Update-MgBetaDirectoryImpactedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryInboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInboundSharedUserProfile" }, { - "Command": "Update-MgBetaDirectoryObject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryObject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "Beta.DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryOnPremiseSynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" }, { - "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile" }, { - "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDirectoryPendingExternalUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPendingExternalUserProfile", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryPendingExternalUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/pendingExternalUserProfiles/{pendingExternalUserProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/pendingexternaluserprofile-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPendingExternalUserProfile" }, { - "Command": "Update-MgBetaDirectoryRecommendation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRecommendation", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRecommendation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRecommendation" }, { - "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImpactedResource", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRecommendationImpactedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/recommendations/{recommendation-id}/impactedResources/{impactedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphImpactedResource" }, { - "Command": "Update-MgBetaDirectoryRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRoleByRoleTemplateId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Update-MgBetaDirectoryRoleScopedMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRoleScopedMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Update-MgBetaDirectoryRoleTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaDirectoryRoleTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" }, { - "Command": "Update-MgBetaDirectorySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "PATCH", + "Command": "Update-MgBetaDirectorySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -526214,226 +526533,226 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/settings/{directorySetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/directorysetting-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "Command": "Update-MgBetaDirectorySettingTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaDirectorySettingTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectorySettingTemplate" }, { - "Command": "Update-MgBetaDirectorySharedEmailDomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedEmailDomain", + "Method": "PATCH", + "Command": "Update-MgBetaDirectorySharedEmailDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedEmailDomain" }, { - "Command": "Update-MgBetaDirectorySubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH", + "Command": "Update-MgBetaDirectorySubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH", + "Command": "Update-MgBetaDirectorySubscriptionByCommerceSubscriptionId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "Update-MgBetaDirectorySubscriptionByOcpSubscriptionId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH", + "Command": "Update-MgBetaDirectorySubscriptionByOcpSubscriptionId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/directory/subscriptions(ocpSubscriptionId='{ocpSubscriptionId}')", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "Update-MgBetaDomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDomain", + "Method": "PATCH", + "Command": "Update-MgBetaDomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDomain" }, { - "Command": "Update-MgBetaDomainFederationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "PATCH", + "Command": "Update-MgBetaDomainFederationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInternalDomainFederation" }, { - "Command": "Update-MgBetaDomainServiceConfigurationRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "PATCH", + "Command": "Update-MgBetaDomainServiceConfigurationRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", + "Method": "PATCH", + "Command": "Update-MgBetaDomainSharedEmailDomainInvitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation" }, { - "Command": "Update-MgBetaDomainVerificationDnsRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "PATCH", + "Command": "Update-MgBetaDomainVerificationDnsRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "Update-MgBetaDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH", + "Command": "Update-MgBetaDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -526460,243 +526779,243 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Update-MgBetaDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveItemListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgBetaDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -526723,770 +527042,770 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-beta", - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Update-MgBetaDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Update-MgBetaDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", + "Command": "Update-MgBetaDriveList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Update-MgBetaDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgBetaDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgBetaDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDriveListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgBetaDriveListPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Update-MgBetaDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaDriveRootListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgBetaDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Update-MgBetaDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Update-MgBetaDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Update-MgBetaEducationClass", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClass", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Update-MgBetaEducationClassAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -527505,39 +527824,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Update-MgBetaEducationClassAssignmentCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Update-MgBetaEducationClassAssignmentDefault", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -527556,56 +527875,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" }, { - "Command": "Update-MgBetaEducationClassAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Update-MgBetaEducationClassAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -527624,22 +527943,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Update-MgBetaEducationClassAssignmentSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -527658,39 +527977,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentSettings" }, { - "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "Update-MgBetaEducationClassAssignmentSettingGradingScheme", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationGradingScheme", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSettingGradingScheme", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -527709,39 +528028,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingSchemes/{educationGradingScheme-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationGradingScheme" }, { - "Command": "Update-MgBetaEducationClassAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -527760,90 +528079,90 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgBetaEducationClassModule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassModule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -527862,22 +528181,22 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "Update-MgBetaEducationClassModuleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationClassModuleResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -527896,207 +528215,207 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "Command": "Update-MgBetaEducationMe", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMe", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Update-MgBetaEducationMeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Update-MgBetaEducationMeAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Update-MgBetaEducationMeAssignmentResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Update-MgBetaEducationMeAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Update-MgBetaEducationMeAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgBetaEducationMeRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -528115,368 +528434,365 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Education", "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Update-MgBetaEducationMeUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaEducationMeUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/me/user/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaEducationRoot", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphEducationRoot", + "Method": "PATCH", + "Command": "Update-MgBetaEducationRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationRoot" }, { - "Command": "Update-MgBetaEducationSchool", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "PATCH", + "Command": "Update-MgBetaEducationSchool", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-beta", - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "PATCH", + "Command": "Update-MgBetaEducationSchoolAdministrativeUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Update-MgBetaEducationSynchronizationProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Method": "PATCH", + "Command": "Update-MgBetaEducationSynchronizationProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile" }, { - "Command": "Update-MgBetaEducationSynchronizationProfileError", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Method": "PATCH", + "Command": "Update-MgBetaEducationSynchronizationProfileError", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSynchronizationError" }, { - "Command": "Update-MgBetaEducationSynchronizationProfileStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Method": "PATCH", + "Command": "Update-MgBetaEducationSynchronizationProfileStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus" }, { - "Command": "Update-MgBetaEducationUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/education/users/{educationUser-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/relatedcontact-update?view=graph-rest-beta", "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "Uri": "/education/users/{educationUser-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Update-MgBetaEducationUserAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Update-MgBetaEducationUserAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Update-MgBetaEducationUserAssignmentResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}/dependentResources/{educationAssignmentResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Update-MgBetaEducationUserAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Update-MgBetaEducationUserAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserAssignmentSubmissionSubmittedResourceDependentResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}/dependentResources/{educationSubmissionResource-id1}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgBetaEducationUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaEducationUserRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", + "Command": "Update-MgBetaEducationUserRubric", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Education", "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "ApiReferenceLink": null, - "Module": "Beta.Education", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -528485,102 +528801,102 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstep-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomExtensionHandler", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomExtensionHandler" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -528589,136 +528905,136 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentworkflowextension-update?view=graph-rest-beta", "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customaccesspackageworkflowextension-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" }, { - "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" }, { - "Command": "Update-MgBetaEntitlementManagementAssignmentRequest", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -528727,139 +529043,142 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaEntitlementManagementAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementConnectedOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "Command": "Update-MgBetaEntitlementManagementSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEntitlementManagementSettings" }, { - "Command": "Update-MgBetaEntitlementManagementSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageSubject" }, { - "Command": "Update-MgBetaEntitlementManagementSubjectByObjectId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageSubject", + "Method": "PATCH", + "Command": "Update-MgBetaEntitlementManagementSubjectByObjectId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/subjects(objectId='{objectId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagesubject-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageSubject" }, { - "Command": "Update-MgBetaExternal", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternal", + "Method": "PATCH", + "Command": "Update-MgBetaExternal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsExternal" }, { - "Command": "Update-MgBetaExternalAuthorizationSystem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthorizationSystem", + "Method": "PATCH", + "Command": "Update-MgBetaExternalAuthorizationSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/authorizationSystems/{authorizationSystem-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthorizationSystem" }, { - "Command": "Update-MgBetaExternalAuthorizationSystemDataCollectionInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDataCollectionInfo", + "Method": "PATCH", + "Command": "Update-MgBetaExternalAuthorizationSystemDataCollectionInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/authorizationSystems/{authorizationSystem-id}/dataCollectionInfo", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDataCollectionInfo" }, { - "Command": "Update-MgBetaExternalConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -528878,22 +529197,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "Command": "Update-MgBetaExternalConnectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -528912,90 +529231,90 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" }, { - "Command": "Update-MgBetaExternalConnectionGroupMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionGroupMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "Command": "Update-MgBetaExternalConnectionItemActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" }, { - "Command": "Update-MgBetaExternalConnectionOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "Command": "Update-MgBetaExternalConnectionQuota", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionQuota", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/quota", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota" }, { - "Command": "Update-MgBetaExternalConnectionSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Method": "PATCH", + "Command": "Update-MgBetaExternalConnectionSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -529014,472 +529333,469 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/external/connections/{externalConnection-id}/schema", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsSchema" }, { - "Command": "Update-MgBetaExternalIndustryDataConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataConnector", + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-azuredatalakeconnector-update?view=graph-rest-beta", "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-onerosterapidataconnector-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataConnector" }, { - "Command": "Update-MgBetaExternalIndustryDataInboundFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataInboundFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], - "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundapiflow-update?view=graph-rest-beta", "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-inboundfileflow-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow" }, { - "Command": "Update-MgBetaExternalIndustryDataOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet", + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIndustryDataOutboundProvisioningFlowSet" }, { - "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow", + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataOutboundProvisioningFlowSetProvisioningFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/outboundProvisioningFlowSets/{outboundProvisioningFlowSet-id}/provisioningFlows/{provisioningFlow-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIndustryDataProvisioningFlow" }, { - "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition" }, { - "Command": "Update-MgBetaExternalIndustryDataRoleGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataRoleGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/roleGroups/{roleGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup" }, { - "Command": "Update-MgBetaExternalIndustryDataSourceSystem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataSourceSystem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-sourcesystemdefinition-update?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition" }, { - "Command": "Update-MgBetaExternalIndustryDataYear", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaExternalIndustryDataYear", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/industrydata-yeartimeperioddefinition-update?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition" }, { - "Command": "Update-MgBetaFinancial", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphFinancials", + "Method": "PATCH", + "Command": "Update-MgBetaFinancial", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFinancials" }, { - "Command": "Update-MgBetaFinancialCompanyCountryRegion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCountryRegion", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCountryRegion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCountryRegion" }, { - "Command": "Update-MgBetaFinancialCompanyCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanyCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPayment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPayment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomerPayment" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomerPaymentJournal" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomerPayment", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomerPayment" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", "Variants": [ "Update", "Update1", @@ -529490,17 +529806,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", "Variants": [ "Update", "Update1", @@ -529511,119 +529827,119 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Update-MgBetaFinancialCompanyEmployee", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEmployee", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyEmployee", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/{employee-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEmployee" }, { - "Command": "Update-MgBetaFinancialCompanyEmployeePicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyEmployeePicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanyInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCompanyInformation", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCompanyInformation" }, { - "Command": "Update-MgBetaFinancialCompanyItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/{item-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Update-MgBetaFinancialCompanyItemCategory", "Variants": [ "Update", "Update1", @@ -529634,51 +529950,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Update-MgBetaFinancialCompanyItemPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanyJournal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphJournal", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyJournal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journals/{journal-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphJournal" }, { - "Command": "Update-MgBetaFinancialCompanyJournalLine", "Variants": [ "Update", "Update1", @@ -529689,102 +530005,102 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphJournalLine", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyJournalLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphJournalLine" }, { - "Command": "Update-MgBetaFinancialCompanyPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Update-MgBetaFinancialCompanyPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanyPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPurchaseInvoice", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPurchaseInvoice" }, { - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", "Variants": [ "Update", "Update1", @@ -529795,17 +530111,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine" }, { - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", "Variants": [ "Update", "Update1", @@ -529816,17 +530132,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", "Variants": [ "Update", "Update1", @@ -529837,17 +530153,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", "Variants": [ "Update", "Update1", @@ -529858,527 +530174,527 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVendor", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVendor" }, { - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSalesCreditMemo", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSalesCreditMemo" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSalesCreditMemoLine" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSalesCreditMemoLine" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSalesInvoice", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSalesInvoice" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", "Variants": [ "Update", "Update1", @@ -530389,17 +530705,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphSalesInvoiceLine", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSalesInvoiceLine" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", "Variants": [ "Update", "Update1", @@ -530410,17 +530726,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", "Variants": [ "Update", "Update1", @@ -530431,17 +530747,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", "Variants": [ "Update", "Update1", @@ -530452,187 +530768,187 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoicePaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleInvoiceShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSalesOrder", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSalesOrder" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrderLine", "Variants": [ "Update", "Update1", @@ -530643,17 +530959,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphSalesOrderLine", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSalesOrderLine" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", "Variants": [ "Update", "Update1", @@ -530664,17 +530980,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", "Variants": [ "Update", "Update1", @@ -530685,17 +531001,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", "Variants": [ "Update", "Update1", @@ -530706,170 +531022,170 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleOrderPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSalesQuote", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSalesQuote" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomer", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomer" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteCustomerShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", "Variants": [ "Update", "Update1", @@ -530880,17 +531196,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphSalesQuoteLine", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLine", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSalesQuoteLine" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", "Variants": [ "Update", "Update1", @@ -530901,17 +531217,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphItem", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItem" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", "Variants": [ "Update", "Update1", @@ -530922,17 +531238,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphItemCategory", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemCategory" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", "Variants": [ "Update", "Update1", @@ -530943,211 +531259,214 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuotePaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanySaleQuoteShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Update-MgBetaFinancialCompanyShipmentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShipmentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyShipmentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShipmentMethod" }, { - "Command": "Update-MgBetaFinancialCompanyTaxArea", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTaxArea", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyTaxArea", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTaxArea" }, { - "Command": "Update-MgBetaFinancialCompanyTaxGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTaxGroup", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyTaxGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTaxGroup" }, { - "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnitOfMeasure" }, { - "Command": "Update-MgBetaFinancialCompanyVendor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVendor", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVendor" }, { - "Command": "Update-MgBetaFinancialCompanyVendorCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCurrency", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendorCurrency", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCurrency" }, { - "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentMethod", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendorPaymentMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentMethod" }, { - "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPaymentTerm", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendorPaymentTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPaymentTerm" }, { - "Command": "Update-MgBetaFinancialCompanyVendorPicture", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPicture", + "Method": "PATCH", + "Command": "Update-MgBetaFinancialCompanyVendorPicture", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Financials", "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", "ApiReferenceLink": null, - "Module": "Beta.Financials", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPicture" }, { - "Command": "Update-MgBetaGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "PATCH", + "Command": "Update-MgBetaGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -531166,56 +531485,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Update-MgBetaGroupAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaGroupAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Update-MgBetaGroupByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "PATCH", + "Command": "Update-MgBetaGroupByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Update-MgBetaGroupCalendarEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH", + "Command": "Update-MgBetaGroupCalendarEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -531234,39 +531553,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Update-MgBetaGroupCalendarPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "PATCH", + "Command": "Update-MgBetaGroupCalendarPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "Update-MgBetaGroupConversationThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "PATCH", + "Command": "Update-MgBetaGroupConversationThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -531285,1110 +531604,1110 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "Update-MgBetaGroupConversationThreadPost", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPost", + "Method": "PATCH", + "Command": "Update-MgBetaGroupConversationThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPost" }, { - "Command": "Update-MgBetaGroupConversationThreadPostExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupConversationThreadPostExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Update-MgBetaGroupDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveItemListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaGroupDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgBetaGroupDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaGroupDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Update-MgBetaGroupDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaGroupDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Update-MgBetaGroupDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Update-MgBetaGroupDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaGroupDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgBetaGroupDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaGroupDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgBetaGroupDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgBetaGroupDriveListPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaGroupDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaGroupDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Update-MgBetaGroupDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupDriveRootListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaGroupDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgBetaGroupDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaGroupDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Update-MgBetaGroupDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaGroupDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Update-MgBetaGroupDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaGroupDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Update-MgBetaGroupEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "PATCH", + "Command": "Update-MgBetaGroupEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Update-MgBetaGroupEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH", + "Command": "Update-MgBetaGroupEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -532407,117 +532726,114 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupEventExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupEventExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupEventInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupEventInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupLifecyclePolicy", "Variants": [ "Update", "Update1", @@ -532528,160 +532844,163 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "PATCH", + "Command": "Update-MgBetaGroupLifecyclePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "Command": "Update-MgBetaGroupOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", + "Command": "Update-MgBetaGroupOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Update-MgBetaGroupOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgBetaGroupOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgBetaGroupOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaGroupOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaGroupOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgBetaGroupOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgBetaGroupOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", + "Command": "Update-MgBetaGroupOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Update-MgBetaGroupPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", + "Command": "Update-MgBetaGroupPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Update-MgBetaGroupPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerGroup", + "Method": "PATCH", + "Command": "Update-MgBetaGroupPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/groups/{group-id}/planner", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerGroup" }, { - "Command": "Update-MgBetaGroupPlannerPlanDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "PATCH", + "Command": "Update-MgBetaGroupPlannerPlanDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerPlanDetails" }, { - "Command": "Update-MgBetaGroupSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectorySetting", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -532700,1443 +533019,1440 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectorySetting" }, { - "Command": "Update-MgBetaGroupSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Update-MgBetaGroupSiteAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Update-MgBetaGroupSiteColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaGroupSiteContentModel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentModel", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteContentModel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentModels/{contentModel-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentModel" }, { - "Command": "Update-MgBetaGroupSiteContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgBetaGroupSiteContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSiteDocumentProcessingJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentProcessingJob", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteDocumentProcessingJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/documentProcessingJobs/{documentProcessingJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentProcessingJob" }, { - "Command": "Update-MgBetaGroupSiteGetByPathAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteGetByPathAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgBetaGroupSiteGetByPathInformationProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteGetByPathInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "Command": "Update-MgBetaGroupSiteGetByPathOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteGetByPathOnenote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenote" }, { - "Command": "Update-MgBetaGroupSiteGetByPathRecycleBin", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRecycleBin", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteGetByPathRecycleBin", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/recycleBin", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRecycleBin" }, { - "Command": "Update-MgBetaGroupSiteGetByPathTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteGetByPathTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Update-MgBetaGroupSiteInformationProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInformationProtectionPolicy" }, { - "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSensitivityPolicySettings" }, { - "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Update-MgBetaGroupSiteListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaGroupSiteListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgBetaGroupSiteListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSiteListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgBetaGroupSiteListItemActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupSiteListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSiteListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaGroupSiteListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgBetaGroupSiteListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSiteListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgBetaGroupSiteListPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaGroupSiteListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaGroupSiteOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenote" }, { - "Command": "Update-MgBetaGroupSiteOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgBetaGroupSiteOnenoteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Update-MgBetaGroupSiteOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgBetaGroupSiteOnenoteResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Update-MgBetaGroupSiteOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOnenoteSectionPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgBetaGroupSiteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgBetaGroupSitePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayout", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCanvasLayout" }, { - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVerticalSection" }, { - "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSitePageAsSitePageWebPart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageAsSitePageWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSitePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSitePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaGroupSiteRecycleBin", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRecycleBin", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteRecycleBin", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRecycleBin" }, { - "Command": "Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteRecycleBinCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSiteRecycleBinItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRecycleBinItem", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteRecycleBinItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRecycleBinItem" }, { - "Command": "Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteRecycleBinItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteRecycleBinItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/items/{recycleBinItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteRecycleBinLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/recycleBin/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupSiteTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Update-MgBetaGroupSiteTermStoreGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", "Variants": [ "Update", "Update1", @@ -534147,17 +534463,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -534168,136 +534484,136 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetChild", "Variants": [ "Update", "Update1", @@ -534308,17 +534624,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation", "Variants": [ "Update", "Update1", @@ -534329,51 +534645,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Update", "Update1", @@ -534384,17 +534700,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -534405,789 +534721,792 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaGroupTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Update-MgBetaGroupTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgBetaGroupTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgBetaGroupTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Update-MgBetaGroupTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgBetaGroupTeamMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgBetaGroupTeamOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamOwnerMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/owners/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaGroupTeamPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Update-MgBetaGroupTeamPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/photo", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Update-MgBetaGroupTeamPrimaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamPrimaryChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgBetaGroupTeamScheduleDayNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDayNote", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleDayNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDayNote" }, { - "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "Update-MgBetaGroupTeamScheduleOpenShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "Update-MgBetaGroupTeamScheduleShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Update-MgBetaGroupTeamScheduleShiftRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" }, { - "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "Update-MgBetaGroupTeamScheduleTimeCard", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "Update-MgBetaGroupTeamScheduleTimeOff", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "Update-MgBetaGroupTeamTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "Update-MgBetaGroupTeamTagMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "PATCH", + "Command": "Update-MgBetaGroupTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "Update-MgBetaGroupThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "PATCH", + "Command": "Update-MgBetaGroupThread", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -535206,479 +535525,479 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "Update-MgBetaGroupThreadPost", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPost", + "Method": "PATCH", + "Command": "Update-MgBetaGroupThreadPost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPost" }, { - "Command": "Update-MgBetaGroupThreadPostExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupThreadPostExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-beta", - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaGroupThreadPostInReplyToExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Groups", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaIdentityApiConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityApiConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Update-MgBetaIdentityAuthenticationEventFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityAuthenticationEventFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" }, { - "Command": "Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaIdentityAuthenticationEventListener", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityAuthenticationEventListener", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationEventListener" }, { - "Command": "Update-MgBetaIdentityB2CUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow" }, { - "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cidentityuserflow-put-languages?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "Command": "Update-MgBetaIdentityB2XUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" }, { - "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowPostAttributeCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowPostFederationSignup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowPreTokenIssuance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/preTokenIssuance", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", "Variants": [ "Update1", "UpdateExpanded1" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrength", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot" }, { - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail" }, { - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Method": "POST", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult" }, { - "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -535697,22 +536016,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNamedLocation" }, { - "Command": "Update-MgBetaIdentityConditionalAccessPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityConditionalAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -535739,20 +536058,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityContinuouAccessEvaluationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -535779,1185 +536098,1182 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/continuousAccessEvaluationPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/continuousaccessevaluationpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy" }, { - "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityCustomAuthenticationExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" }, { - "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAccessReviewPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/accessReviews/policy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewPolicy" }, { - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionAnalytic", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionsAnalyticsAggregation" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAw", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAw", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionsAnalytics" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFinding", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/findings/{finding-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFinding" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAwPermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/aws/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzure", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzure", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionsAnalytics" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFinding", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzureFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/findings/{finding-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFinding" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticAzurePermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/azure/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcp", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionsAnalytics" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFinding", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpFinding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/findings/{finding-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFinding" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionAnalyticGcpPermissionCreepIndexDistribution", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsAnalytics/gcp/permissionsCreepIndexDistributions/{permissionsCreepIndexDistribution-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionsCreepIndexDistribution" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionManagement", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsManagement", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionsManagement" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionsRequestChange", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionManagementPermissionRequestChange", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/permissionsRequestChanges/{permissionsRequestChange-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionsRequestChange" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePermissionManagementScheduledPermissionApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/permissionsManagement/scheduledPermissionsApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" }, { - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" }, { - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", "Variants": [ "Refresh", "Refresh1", @@ -536968,102 +537284,102 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/refresh", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration" }, { - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition" }, { - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Update", "Update1", @@ -537074,795 +537390,798 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFile" }, { - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Update-MgBetaIdentityProvider", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityProvider", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/identityProviders/{identityProviderBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Update-MgBetaIdentityUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityUserFlow", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/userFlows/{identityUserFlow-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityUserFlow" }, { - "Command": "Update-MgBetaIdentityUserFlowAttribute", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "PATCH", + "Command": "Update-MgBetaIdentityUserFlowAttribute", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "Update-MgBetaInformationProtection", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "Command": "Update-MgBetaInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInformationProtectionPolicy" }, { - "Command": "Update-MgBetaInformationProtectionPolicyLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSensitivityPolicySettings" }, { - "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH", + "Command": "Update-MgBetaInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaInvitationInvitedUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/invitations/invitedUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaNetworkAccessAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessAlert", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/alerts/{alert-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessAlert" }, { - "Command": "Update-MgBetaNetworkAccessConnectivity", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessConnectivity", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessConnectivity" }, { - "Command": "Update-MgBetaNetworkAccessConnectivityBranch", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessBranchSite", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivityBranch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-branchsite-update?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessBranchSite" }, { - "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessBranchConnectivityConfiguration" }, { - "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchConnectivityConfigurationLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" }, { - "Command": "Update-MgBetaNetworkAccessConnectivityBranchDeviceLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchDeviceLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/deviceLinks/{deviceLink-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-devicelink-update?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" }, { - "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivityBranchForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/branches/{branchSite-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetwork", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetwork" }, { - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkConnectivityConfiguration" }, { - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkConnectivityConfigurationLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/connectivityConfiguration/links/{connectivityConfigurationLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessConnectivityConfigurationLink" }, { - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkDeviceLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/deviceLinks/{deviceLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessDeviceLink" }, { - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessConnectivityRemoteNetworkForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/connectivity/remoteNetworks/{remoteNetwork-id}/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "Update-MgBetaNetworkAccessFilteringPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessFilteringPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessFilteringPolicy" }, { - "Command": "Update-MgBetaNetworkAccessFilteringPolicyRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessFilteringPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringPolicies/{filteringPolicy-id}/policyRules/{policyRule-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyRule" }, { - "Command": "Update-MgBetaNetworkAccessFilteringProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessFilteringProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-filteringprofile-update?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessFilteringProfile" }, { - "Command": "Update-MgBetaNetworkAccessFilteringProfilePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessFilteringProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/filteringProfiles/{filteringProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "Update-MgBetaNetworkAccessForwardingPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessForwardingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingPolicies/{forwardingPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingPolicy" }, { - "Command": "Update-MgBetaNetworkAccessForwardingProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessForwardingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingprofile-update?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingProfile" }, { - "Command": "Update-MgBetaNetworkAccessForwardingProfilePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessForwardingProfilePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/forwardingProfiles/{forwardingProfile-id}/policies/{policyLink-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingpolicylink-update?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessPolicyLink" }, { - "Command": "Update-MgBetaNetworkAccessLog", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessLogs", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessLogs" }, { - "Command": "Update-MgBetaNetworkAccessLogRemoteNetwork", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessLogRemoteNetwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs/remoteNetworks/{remoteNetworkHealthEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessRemoteNetworkHealthEvent" }, { - "Command": "Update-MgBetaNetworkAccessLogTraffic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessLogTraffic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/logs/traffic/{networkAccessTraffic-transactionId}", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessTraffic" }, { - "Command": "Update-MgBetaNetworkAccessReport", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/reports", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaNetworkAccessRootNetworkAccessRoot", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessRootNetworkAccessRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessNetworkAccessRoot" }, { - "Command": "Update-MgBetaNetworkAccessSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessSettings", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessSettings" }, { - "Command": "Update-MgBetaNetworkAccessSettingConditionalAccess", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessSettingConditionalAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings/conditionalAccess", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-conditionalaccesssettings-update?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessConditionalAccessSettings" }, { - "Command": "Update-MgBetaNetworkAccessSettingCrossTenantAccess", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessSettingCrossTenantAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings/crossTenantAccess", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-crosstenantaccesssettings-update?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessCrossTenantAccessSettings" }, { - "Command": "Update-MgBetaNetworkAccessSettingEnrichedAuditLog", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessSettingEnrichedAuditLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings/enrichedAuditLogs", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-enrichedauditlogs-update?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessEnrichedAuditLogs" }, { - "Command": "Update-MgBetaNetworkAccessSettingForwardingOption", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessSettingForwardingOption", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/settings/forwardingOptions", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/networkaccess-forwardingoptions-update?view=graph-rest-beta", - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessForwardingOptions" }, { - "Command": "Update-MgBetaNetworkAccessTenantStatus", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus", + "Method": "PATCH", + "Command": "Update-MgBetaNetworkAccessTenantStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.NetworkAccess", "Uri": "/networkAccess/tenantStatus", "ApiReferenceLink": null, - "Module": "Beta.NetworkAccess", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNetworkaccessTenantStatus" }, { - "Command": "Update-MgBetaOauth2PermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "PATCH", + "Command": "Update-MgBetaOauth2PermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -537881,158 +538200,158 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Update-MgBetaOnPremisePublishingProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile" }, { - "Command": "Update-MgBetaOnPremisePublishingProfileAgent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileAgent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnPremisesAgent" }, { - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup" }, { - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnPremisesAgent" }, { - "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPublishedResource" }, { - "Command": "Update-MgBetaOnPremisePublishingProfileConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConnector", + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConnector" }, { - "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConnectorGroup", + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConnectorGroup" }, { - "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPublishedResource", + "Method": "PATCH", + "Command": "Update-MgBetaOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPublishedResource" }, { - "Command": "Update-MgBetaOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOrganization", + "Method": "PATCH", + "Command": "Update-MgBetaOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -538059,22 +538378,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOrganization" }, { - "Command": "Update-MgBetaOrganizationBranding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationBranding", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -538093,22 +538412,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOrganizationalBranding" }, { - "Command": "Update-MgBetaOrganizationBrandingLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationBrandingLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -538127,73 +538446,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" }, { - "Command": "Update-MgBetaOrganizationExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaOrganizationPartnerInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPartnerInformation", + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationPartnerInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/partnerInformation", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnerInformation" }, { - "Command": "Update-MgBetaOrganizationSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOrganizationSettings", + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOrganizationSettings" }, { - "Command": "Update-MgBetaOrganizationSettingContactInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingContactInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -538212,22 +538531,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings/contactInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "Command": "Update-MgBetaOrganizationSettingItemInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -538246,39 +538565,39 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings/itemInsights", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingMicrosoftApplicationDataAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/microsoftapplicationdataaccesssettings-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings" }, { - "Command": "Update-MgBetaOrganizationSettingPersonInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInsightsSettings", + "Method": "PATCH", + "Command": "Update-MgBetaOrganizationSettingPersonInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Organization.ReadWrite.All", @@ -538297,105 +538616,105 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/settings/peopleInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/insightssettings-update?view=graph-rest-beta", - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInsightsSettings" }, { - "Command": "Update-MgBetaPlace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlace", + "Method": "PATCH", + "Command": "Update-MgBetaPlace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlace" }, { - "Command": "Update-MgBetaPlaceAsRoomListRoom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoom", + "Method": "PATCH", + "Command": "Update-MgBetaPlaceAsRoomListRoom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRoom" }, { - "Command": "Update-MgBetaPlaceAsRoomListWorkspace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWorkspace", + "Method": "PATCH", + "Command": "Update-MgBetaPlaceAsRoomListWorkspace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places/{place-id}/roomList/workspaces/{workspace-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWorkspace" }, { - "Command": "Update-MgBetaPlaceByPlaceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlace", + "Method": "PATCH", + "Command": "Update-MgBetaPlaceByPlaceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/places(placeId='{placeId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlace" }, { - "Command": "Update-MgBetaPlanner", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPlanner", + "Method": "PATCH", + "Command": "Update-MgBetaPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/planner", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlanner" }, { - "Command": "Update-MgBetaPlannerBucket", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerBucket", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -538422,22 +538741,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/buckets/{plannerBucket-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "Update-MgBetaPlannerPlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerPlan", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -538464,22 +538783,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/plans/{plannerPlan-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Update-MgBetaPlannerPlanDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerPlanDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -538506,56 +538825,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerPlanDetails" }, { - "Command": "Update-MgBetaPlannerRoster", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerRoster", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerRoster", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/planner/rosters/{plannerRoster-id}", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerRoster" }, { - "Command": "Update-MgBetaPlannerRosterMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerRosterMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Planner", "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerRosterMember" }, { - "Command": "Update-MgBetaPlannerTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -538582,22 +538901,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -538624,22 +538943,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" }, { - "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -538666,22 +538985,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" }, { - "Command": "Update-MgBetaPlannerTaskDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerTaskDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -538708,22 +539027,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}/details", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerTaskDetails" }, { - "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "PATCH", + "Command": "Update-MgBetaPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -538750,37 +539069,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-beta", - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" }, { - "Command": "Update-MgBetaPolicyAccessReviewPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAccessReviewPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/accessReviewPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewPolicy" }, { - "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -538799,37 +539118,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" }, { - "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAdminConsentRequestPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" }, { - "Command": "Update-MgBetaPolicyAppManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -538848,69 +539167,69 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationFlowPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" }, { - "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationMethodPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" }, { - "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalauthenticationmethodconfiguration-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" }, { - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -538929,22 +539248,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Method": "POST", + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyAllowedCombination", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -538963,88 +539282,88 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult" }, { - "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "Update-MgBetaPolicyAuthorizationPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthorizationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthorizationPolicy" }, { - "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride" }, { - "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyB2CAuthenticationMethodPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/b2cAuthenticationMethodsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/b2cauthenticationmethodspolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy" }, { - "Command": "Update-MgBetaPolicyClaimMappingPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyClaimMappingPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -539063,112 +539382,112 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" }, { - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/default", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" }, { - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" }, { - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplate", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPolicyTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPolicyTemplate" }, { - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" }, { - "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" }, { - "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyDefaultAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -539187,84 +539506,84 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/defaultAppManagementPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" }, { - "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyDirectoryRoleAccessReviewPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/directoryRoleAccessReviewPolicy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy" }, { - "Command": "Update-MgBetaPolicyExternalIdentityPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyExternalIdentityPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/externalIdentitiesPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalidentitiespolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy" }, { - "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyFeatureRolloutPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyFederatedTokenValidationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/federatedTokenValidationPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/federatedtokenvalidationpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFederatedTokenValidationPolicy" }, { - "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -539283,20 +539602,20 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -539315,175 +539634,175 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" }, { - "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyMobileAppManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobileappmanagementpolicies-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" }, { - "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/mobiledevicemanagementpolicies-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobilityManagementPolicy" }, { - "Command": "Update-MgBetaPolicyPermissionGrantPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyPermissionGrantPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" }, { - "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "Update-MgBetaPolicyPermissionGrantPreApprovalPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyPermissionGrantPreApprovalPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/permissionGrantPreApprovalPolicies/{permissionGrantPreApprovalPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpreapprovalpolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionGrantPreApprovalPolicy" }, { - "Command": "Update-MgBetaPolicyRoleManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyRoleManagementPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" }, { - "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyRoleManagementPolicyRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -539502,73 +539821,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy" }, { - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" }, { - "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet" }, { - "Command": "Update-MgBetaPolicyTokenIssuancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyTokenIssuancePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -539587,22 +539906,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "Update-MgBetaPolicyTokenLifetimePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "PATCH", + "Command": "Update-MgBetaPolicyTokenLifetimePolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -539621,71 +539940,71 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "Update-MgBetaPrint", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPrint", + "Method": "PATCH", + "Command": "Update-MgBetaPrint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrint" }, { - "Command": "Update-MgBetaPrintConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "PATCH", + "Command": "Update-MgBetaPrintConnector", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "Command": "Update-MgBetaPrintOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "PATCH", + "Command": "Update-MgBetaPrintOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "Command": "Update-MgBetaPrintPrinter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrinter", + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -539704,22 +540023,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrinter" }, { - "Command": "Update-MgBetaPrintPrinterJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -539746,1001 +540065,998 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Update-MgBetaPrintPrinterJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Update-MgBetaPrintPrinterJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Update-MgBetaPrintPrinterShare", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShare", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShareAllowedUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaPrintPrinterShareJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Update-MgBetaPrintPrinterShareJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShareJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Update-MgBetaPrintPrinterShareJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterShareJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printerShares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Update-MgBetaPrintPrinterTaskTrigger", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "PATCH", + "Command": "Update-MgBetaPrintPrinterTaskTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Update-MgBetaPrintService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintService", + "Method": "PATCH", + "Command": "Update-MgBetaPrintService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/services/{printService-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintService" }, { - "Command": "Update-MgBetaPrintServiceEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "PATCH", + "Command": "Update-MgBetaPrintServiceEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" }, { - "Command": "Update-MgBetaPrintShare", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "PATCH", + "Command": "Update-MgBetaPrintShare", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaPrintShareAllowedUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaPrintShareJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH", + "Command": "Update-MgBetaPrintShareJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Update-MgBetaPrintShareJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH", + "Command": "Update-MgBetaPrintShareJobDocument", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Update-MgBetaPrintShareJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", + "Command": "Update-MgBetaPrintShareJobTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Update-MgBetaPrintTaskDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaPrintTaskDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Update-MgBetaPrintTaskDefinitionTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", + "Command": "Update-MgBetaPrintTaskDefinitionTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-beta", - "Module": "Beta.Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Update-MgBetaPrivacySubjectRightsRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "PATCH", + "Command": "Update-MgBetaPrivacySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-beta", - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaPrivacySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaPrivacySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "PATCH", + "Command": "Update-MgBetaPrivacySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Module": "Beta.Compliance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "Update-MgBetaPrivilegedAccess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccess", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccess", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccess" }, { - "Command": "Update-MgBetaPrivilegedAccessResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceResource", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceResource" }, { - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" }, { - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" }, { - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRequestSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceSubject" }, { - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleAssignmentSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceSubject" }, { - "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessResourceRoleSettingRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment" }, { - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest" }, { - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRequestSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceSubject" }, { - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceSubject", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleAssignmentSubject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceSubject" }, { - "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Update-MgBetaPrivilegedAccessRoleSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleSetting" }, { - "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedAccessRoleSettingRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition" }, { - "Command": "Update-MgBetaPrivilegedApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedApproval" }, { - "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedApprovalRoleInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRole" }, { - "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" }, { - "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedApprovalRoleInfoSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" }, { - "Command": "Update-MgBetaPrivilegedOperationEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedOperationEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent" }, { - "Command": "Update-MgBetaPrivilegedRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles/{privilegedRole-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRole" }, { - "Command": "Update-MgBetaPrivilegedRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment" }, { - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest" }, { - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRole" }, { - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" }, { - "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRequestRoleInfoSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" }, { - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRole", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRole" }, { - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" }, { - "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleAssignmentRoleInfoSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" }, { - "Command": "Update-MgBetaPrivilegedRoleSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings" }, { - "Command": "Update-MgBetaPrivilegedRoleSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", + "Method": "PATCH", + "Command": "Update-MgBetaPrivilegedRoleSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/privilegedRoles/{privilegedRole-id}/summary", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary" }, { - "Command": "Update-MgBetaProgram", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProgram", + "Method": "PATCH", + "Command": "Update-MgBetaProgram", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programs/{program-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/program-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProgram" }, { - "Command": "Update-MgBetaProgramControl", "Variants": [ "Update", "Update1", @@ -540755,17 +541071,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "OutputType": "IMicrosoftGraphProgramControl", + "Method": "PATCH", + "Command": "Update-MgBetaProgramControl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programControls/{programControl-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProgramControl" }, { - "Command": "Update-MgBetaProgramControlProgram", "Variants": [ "Update", "Update1", @@ -540776,310 +541092,313 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphProgram", + "Method": "PATCH", + "Command": "Update-MgBetaProgramControlProgram", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programControls/{programControl-id}/program", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProgram" }, { - "Command": "Update-MgBetaProgramControlType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProgramControlType", + "Method": "PATCH", + "Command": "Update-MgBetaProgramControlType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/programControlTypes/{programControlType-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProgramControlType" }, { - "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "PATCH", + "Command": "Update-MgBetaReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserRegistrationDetails" }, { - "Command": "Update-MgBetaReportPartnerBilling", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBilling", + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBilling", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnersBilling" }, { - "Command": "Update-MgBetaReportPartnerBillingManifest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingManifest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/manifests/{manifest-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnersBillingManifest" }, { - "Command": "Update-MgBetaReportPartnerBillingOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/operations/{operation-id}", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "Update-MgBetaReportPartnerBillingReconciliation", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingReconciliation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/reconciliation", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" }, { - "Command": "Update-MgBetaReportPartnerBillingReconciliationBilled", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingReconciliationBilled", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/reconciliation/billed", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaReportPartnerBillingUsage", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingUsage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/usage", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" }, { - "Command": "Update-MgBetaReportPartnerBillingUsageBilled", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingUsageBilled", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/usage/billed", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaReportPartnerBillingUsageUnbilled", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaReportPartnerBillingUsageUnbilled", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/partners/billing/usage/unbilled", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaReportSlaAzureAdAuthentication", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAzureAdAuthentication", + "Method": "PATCH", + "Command": "Update-MgBetaReportSlaAzureAdAuthentication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/sla/azureADAuthentication", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAzureAdAuthentication" }, { - "Command": "Update-MgBetaReportUserInsightDaily", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot", + "Method": "PATCH", + "Command": "Update-MgBetaReportUserInsightDaily", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/daily", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDailyUserInsightMetricsRoot" }, { - "Command": "Update-MgBetaReportUserInsightMonthly", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot", + "Method": "PATCH", + "Command": "Update-MgBetaReportUserInsightMonthly", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Reports", "Uri": "/reports/userInsights/monthly", "ApiReferenceLink": null, - "Module": "Beta.Reports", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMonthlyUserInsightMetricsRoot" }, { - "Command": "Update-MgBetaRiskDetection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "PATCH", + "Command": "Update-MgBetaRiskDetection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRiskDetection" }, { - "Command": "Update-MgBetaRiskyServicePrincipal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "PATCH", + "Command": "Update-MgBetaRiskyServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" }, { - "Command": "Update-MgBetaRiskyServicePrincipalHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "PATCH", + "Command": "Update-MgBetaRiskyServicePrincipalHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" }, { - "Command": "Update-MgBetaRiskyUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "PATCH", + "Command": "Update-MgBetaRiskyUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRiskyUser" }, { - "Command": "Update-MgBetaRiskyUserHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "PATCH", + "Command": "Update-MgBetaRiskyUserHistory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "Command": "Update-MgBetaRoleManagement", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphRoleManagement", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -541098,122 +541417,122 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRoleManagement" }, { - "Command": "Update-MgBetaRoleManagementCloudPc", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPc", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRbacApplicationMultiple" }, { - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -541256,37 +541575,37 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgBetaRoleManagementDeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -541305,107 +541624,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRbacApplicationMultiple" }, { - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroleassignmentmultiple-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple" }, { - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -541448,224 +541767,224 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgBetaRoleManagementDirectory", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -541684,919 +542003,919 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-beta", - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEnterpriseAppTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/enterpriseApps/{rbacApplication-id}/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagement", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagement", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStep", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApprovalStep" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Governance", "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.Identity.Governance", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Update-MgBetaRoleManagementExchange", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacApplication", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchange", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacApplication" }, { - "Command": "Update-MgBetaRoleManagementExchangeCustomAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomAppScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeCustomAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/customAppScopes/{customAppScope-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customappscope-update?view=graph-rest-beta", - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomAppScope" }, { - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope" }, { - "Command": "Update-MgBetaRoleManagementExchangeRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Update-MgBetaRoleManagementExchangeRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", + "Command": "Update-MgBetaRoleManagementExchangeTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.DeviceManagement.Enrollment", "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Beta.DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Update-MgBetaSchemaExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "PATCH", + "Command": "Update-MgBetaSchemaExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -542615,22 +542934,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.SchemaExtensions", "Uri": "/schemaExtensions/{schemaExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-beta", - "Module": "Beta.SchemaExtensions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSchemaExtension" }, { - "Command": "Update-MgBetaSearchAcronym", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "PATCH", + "Command": "Update-MgBetaSearchAcronym", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -542649,22 +542968,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSearchAcronym" }, { - "Command": "Update-MgBetaSearchBookmark", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "PATCH", + "Command": "Update-MgBetaSearchBookmark", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -542683,388 +543002,388 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Search", "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "Command": "Update-MgBetaSearchEntity", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSearchEntity", + "Method": "PATCH", + "Command": "Update-MgBetaSearchEntity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/search", "ApiReferenceLink": null, - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSearchEntity" }, { - "Command": "Update-MgBetaSearchQna", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSearchQna", + "Method": "PATCH", + "Command": "Update-MgBetaSearchQna", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Search", "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-beta", - "Module": "Beta.Search", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSearchQna" }, { - "Command": "Update-MgBetaSecurityAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAction", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/securityActions/{securityAction-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityAction" }, { - "Command": "Update-MgBetaSecurityAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAlert", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/alerts/{alert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAlert" }, { - "Command": "Update-MgBetaSecurityAlertMultiple", "Variants": [ "Update1", "UpdateExpanded1" ], - "OutputType": "IMicrosoftGraphAlert", + "Method": "POST", + "Command": "Update-MgBetaSecurityAlertMultiple", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/alerts/updateAlerts", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-updatealerts?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphAlert" }, { - "Command": "Update-MgBetaSecurityAlertV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAlertV2", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "Command": "Update-MgBetaSecurityAttackSimulationAutomation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationAutomation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSimulationAutomation" }, { - "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSimulationAutomationRun" }, { - "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEndUserNotification" }, { - "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" }, { - "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationLandingPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLandingPage" }, { - "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLandingPageDetail" }, { - "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationLoginPage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLoginPage" }, { - "Command": "Update-MgBetaSecurityAttackSimulationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttackSimulationOperation" }, { - "Command": "Update-MgBetaSecurityAttackSimulationPayload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPayload", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationPayload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/payloads/{payload-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPayload" }, { - "Command": "Update-MgBetaSecurityAttackSimulationTraining", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTraining", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationTraining", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainings/{training-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTraining" }, { - "Command": "Update-MgBetaSecurityAttackSimulationTrainingCampaign", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrainingCampaign", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationTrainingCampaign", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainingCampaigns/{trainingCampaign-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trainingcampaign-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTrainingCampaign" }, { - "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" }, { - "Command": "Update-MgBetaSecurityAuditLog", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAuditLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/auditLog", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityAuditCoreRoot" }, { - "Command": "Update-MgBetaSecurityAuditLogQuery", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAuditLogQuery", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAuditLogQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/auditLog/queries/{auditLogQuery-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityAuditLogQuery" }, { - "Command": "Update-MgBetaSecurityAuditLogQueryRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAuditLogRecord", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityAuditLogQueryRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/auditLog/queries/{auditLogQuery-id}/records/{auditLogRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityAuditLogRecord" }, { - "Command": "Update-MgBetaSecurityCase", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityCasesRoot" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCase", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -543083,32 +543402,29 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", "Variants": [ "Update", "Update1", @@ -543117,7 +543433,10 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianIndex", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -543136,73 +543455,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -543221,66 +543540,63 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", "Variants": [ "Update", "Update1", @@ -543289,7 +543605,10 @@ "UpdateViaIdentity1", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -543308,73 +543627,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityCaseOperation" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -543393,22 +543712,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -543427,56 +543746,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" }, { - "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -543495,1239 +543814,1239 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCloudAppSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile" }, { - "Command": "Update-MgBetaSecurityCollaboration", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCollaborationRoot", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCollaboration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/collaboration", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityCollaborationRoot" }, { - "Command": "Update-MgBetaSecurityCollaborationAnalyzedEmail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityCollaborationAnalyzedEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/collaboration/analyzedEmails/{analyzedEmail-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityAnalyzedEmail" }, { - "Command": "Update-MgBetaSecurityDomainSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDomainSecurityProfile", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityDomainSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDomainSecurityProfile" }, { - "Command": "Update-MgBetaSecurityFileSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFileSecurityProfile", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityFileSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFileSecurityProfile" }, { - "Command": "Update-MgBetaSecurityHostSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHostSecurityProfile", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityHostSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphHostSecurityProfile" }, { - "Command": "Update-MgBetaSecurityIdentity", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityIdentity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityIdentityContainer" }, { - "Command": "Update-MgBetaSecurityIdentityHealthIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityIdentityHealthIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/healthIssues/{healthIssue-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-healthissue-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "Command": "Update-MgBetaSecurityIdentitySensor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySensor", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityIdentitySensor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/identities/sensors/{sensor-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySensor" }, { - "Command": "Update-MgBetaSecurityIncident", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityIncident", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/incidents/{incident-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityIncident" }, { - "Command": "Update-MgBetaSecurityInformationProtection", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityInformationProtection" }, { - "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" }, { - "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "Command": "Update-MgBetaSecurityIPSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIPSecurityProfile", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityIPSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIPSecurityProfile" }, { - "Command": "Update-MgBetaSecurityLabel", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityLabelsRoot" }, { - "Command": "Update-MgBetaSecurityLabelAuthority", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelAuthority", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/authorities/{authorityTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "Command": "Update-MgBetaSecurityLabelCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/categories/{categoryTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "Command": "Update-MgBetaSecurityLabelCategorySubcategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelCategorySubcategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" }, { - "Command": "Update-MgBetaSecurityLabelCitation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelCitation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/citations/{citationTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "Command": "Update-MgBetaSecurityLabelDepartment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelDepartment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/departments/{departmentTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "Command": "Update-MgBetaSecurityLabelFilePlanReference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelFilePlanReference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "Command": "Update-MgBetaSecurityLabelRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" }, { - "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelRetentionLabelDescriptor", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" }, { - "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" }, { - "Command": "Update-MgBetaSecurityPartner", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPartnerSecurity", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityPartner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/partner", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnerSecurity" }, { - "Command": "Update-MgBetaSecurityPartnerSecurityAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPartnerSecurityAlert", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityPartnerSecurityAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/partner/securityAlerts/{partnerSecurityAlert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/partner-security-partnersecurityalert-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnerSecurityAlert" }, { - "Command": "Update-MgBetaSecurityProviderTenantSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProviderTenantSetting", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityProviderTenantSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProviderTenantSetting" }, { - "Command": "Update-MgBetaSecurityRule", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRulesRoot", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/rules", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityRulesRoot" }, { - "Command": "Update-MgBetaSecurityRuleDetectionRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDetectionRule", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityRuleDetectionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/rules/detectionRules/{detectionRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityDetectionRule" }, { - "Command": "Update-MgBetaSecuritySecureScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecureScore", + "Method": "PATCH", + "Command": "Update-MgBetaSecuritySecureScore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/secureScores/{secureScore-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecureScore" }, { - "Command": "Update-MgBetaSecuritySecureScoreControlProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "PATCH", + "Command": "Update-MgBetaSecuritySecureScoreControlProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofiles-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" }, { - "Command": "Update-MgBetaSecuritySubjectRightsRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "PATCH", + "Command": "Update-MgBetaSecuritySubjectRightsRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaSecuritySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "PATCH", + "Command": "Update-MgBetaSecuritySubjectRightsRequestNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "Update-MgBetaSecurityThreatIntelligence", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceArticle", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articles/{article-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceHost", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHost", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostComponent" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostCookie", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostCookie" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostPair", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceHostPort", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostPort", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostPort" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostReputation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostReputation" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostTracker" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" }, { - "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceSubdomain", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityVulnerability" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "Command": "Update-MgBetaSecurityThreatSubmission", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatSubmission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatSubmission", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot" }, { - "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission" }, { - "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy" }, { - "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission" }, { - "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission" }, { - "Command": "Update-MgBetaSecurityTiIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityTiIndicator", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/tiIndicators/{tiIndicator-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-update?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTiIndicator" }, { - "Command": "Update-MgBetaSecurityTiIndicatorMultiple", "Variants": [ "Update1", "UpdateExpanded1" ], - "OutputType": "IMicrosoftGraphTiIndicator", + "Method": "POST", + "Command": "Update-MgBetaSecurityTiIndicatorMultiple", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/tiIndicators/updateTiIndicators", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tiindicator-updatetiindicators?view=graph-rest-beta", - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": "IMicrosoftGraphTiIndicator" }, { - "Command": "Update-MgBetaSecurityTrigger", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityTrigger", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/triggers", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityTriggersRoot" }, { - "Command": "Update-MgBetaSecurityTriggerRetentionEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityTriggerRetentionEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" }, { - "Command": "Update-MgBetaSecurityTriggerType", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityTriggerType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/triggerTypes", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" }, { - "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "Command": "Update-MgBetaSecurityUserSecurityProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserSecurityProfile", + "Method": "PATCH", + "Command": "Update-MgBetaSecurityUserSecurityProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserSecurityProfile" }, { - "Command": "Update-MgBetaServiceAnnouncementHealthOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementHealthOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceHealth" }, { - "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "Update-MgBetaServiceAnnouncementIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementIssue", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "Update-MgBetaServiceAnnouncementMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceUpdateMessage" }, { - "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "PATCH", + "Command": "Update-MgBetaServiceAnnouncementMessageAttachment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "Command": "Update-MgBetaServicePrincipal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipal", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -544754,73 +545073,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Update-MgBetaServicePrincipalByAppId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalByAppId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Update-MgBetaServicePrincipalClaimPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomClaimsPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalClaimPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -544839,73 +545158,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-put-claimspolicy?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomClaimsPolicy" }, { - "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" }, { - "Command": "Update-MgBetaServicePrincipalEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Update-MgBetaServicePrincipalLicenseDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalLicenseDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaServicePrincipalPasswordSingleSignOnCredential", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -544932,22 +545251,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-updatepasswordsinglesignoncredentials?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -544974,22 +545293,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" }, { - "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -545024,287 +545343,284 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetDeviceGroup" }, { - "Command": "Update-MgBetaServicePrincipalRiskDetection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalRiskDetection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" }, { - "Command": "Update-MgBetaServicePrincipalSynchronizationJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationJob", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobBulkUpload", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-beta", - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaShareCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaShareLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaShareList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", + "Command": "Update-MgBetaShareList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Update-MgBetaShareListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaShareListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaShareListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgBetaShareListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgBetaShareListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaShareListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaShareListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgBetaShareListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaShareListCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaShareListItem", "Variants": [ "Update", "Update1", @@ -545315,17 +545631,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgBetaShareListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "Update1", @@ -545336,17 +545652,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaShareListItemDocumentSetVersion", "Variants": [ "Update", "Update1", @@ -545357,17 +545673,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgBetaShareListItemDocumentSetVersionField", "Variants": [ "Update", "Update1", @@ -545378,17 +545694,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaShareListItemField", "Variants": [ "Update", "Update1", @@ -545399,17 +545715,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "Update1", @@ -545420,17 +545736,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaShareListItemPermission", "Variants": [ "Update", "Update1", @@ -545441,17 +545757,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaShareListItemVersion", "Variants": [ "Update", "Update1", @@ -545462,17 +545778,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgBetaShareListItemVersionField", "Variants": [ "Update", "Update1", @@ -545483,194 +545799,197 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaShareListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaShareListLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaShareListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgBetaShareListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgBetaShareListPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaShareListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaShareListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaShareListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaSharePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaSharePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "PATCH", + "Command": "Update-MgBetaShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedDriveItem" }, { - "Command": "Update-MgBetaSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "PATCH", + "Command": "Update-MgBetaSite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Update-MgBetaSiteAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaSiteAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgBetaSiteAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgBetaSiteAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "PATCH", + "Command": "Update-MgBetaSiteAnalyticItemActivityStatActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Update-MgBetaSiteColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaSiteColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -545689,22 +546008,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaSiteContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgBetaSiteContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -545723,22 +546042,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgBetaSiteContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaSiteContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -545757,107 +546076,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaSiteContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgBetaSiteContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgBetaSiteGetByPathAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaSiteGetByPathAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgBetaSiteGetByPathOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH", + "Command": "Update-MgBetaSiteGetByPathOnenote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenote" }, { - "Command": "Update-MgBetaSiteGetByPathTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", + "Command": "Update-MgBetaSiteGetByPathTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Update-MgBetaSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", + "Command": "Update-MgBetaSiteList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Update-MgBetaSiteListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -545876,22 +546195,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaSiteListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -545910,22 +546229,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgBetaSiteListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -545944,175 +546263,175 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaSiteListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaSiteListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgBetaSiteListItemActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityOld", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities/{itemActivityOLD-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityOld" }, { - "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaSiteListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaSiteListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaSiteListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -546139,90 +546458,90 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaSiteListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgBetaSiteListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaSiteListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaSiteListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgBetaSiteListPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.ReadWrite.All", @@ -546249,474 +546568,471 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaSiteListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaSiteListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaSiteOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", + "Command": "Update-MgBetaSiteOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaSiteOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgBetaSiteOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgBetaSiteOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaSiteOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaSiteOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgBetaSiteOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgBetaSiteOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", + "Command": "Update-MgBetaSiteOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaSiteOnenoteSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaSiteOnenoteSectionPageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaSiteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgBetaSitePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "PATCH", + "Command": "Update-MgBetaSitePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayout", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayout", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCanvasLayout" }, { - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVerticalSection" }, { - "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaSitePageAsSitePageWebPart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaSitePageAsSitePageWebPart", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaSitePageCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaSitePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaSitePermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-beta", - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaSiteTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Update-MgBetaSiteTermStoreGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Update-MgBetaSiteTermStoreGroupSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Update-MgBetaSiteTermStoreGroupSetChild", "Variants": [ "Update", "Update1", @@ -546727,17 +547043,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -546748,136 +547064,136 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetParentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaSiteTermStoreSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Update-MgBetaSiteTermStoreSetChild", "Variants": [ "Update", "Update1", @@ -546888,17 +547204,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaSiteTermStoreSetChildRelation", "Variants": [ "Update", "Update1", @@ -546909,51 +547225,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaSiteTermStoreSetParentGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", "Variants": [ "Update", "Update1", @@ -546964,17 +547280,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -546985,549 +547301,552 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaSiteTermStoreSetRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaSiteTermStoreSetTerm", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetTerm", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaSiteTermStoreSetTermChild", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetTermChild", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetTermChildRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaSiteTermStoreSetTermRelation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgBetaSiteTermStoreSetTermRelation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Beta.Sites", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgBetaSolutionBackupRestore", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphBackupRestoreRoot", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestore", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBackupRestoreRoot" }, { - "Command": "Update-MgBetaSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "Command": "Update-MgBetaSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "Command": "Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" }, { - "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExchangeRestoreSession" }, { - "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" }, { - "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" }, { - "Command": "Update-MgBetaSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "Command": "Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" }, { - "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" }, { - "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" }, { - "Command": "Update-MgBetaSolutionBackupRestorePoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestorePoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Update-MgBetaSolutionBackupRestoreProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "Command": "Update-MgBetaSolutionBackupRestoreServiceApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreServiceApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceApp" }, { - "Command": "Update-MgBetaSolutionBackupRestoreSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "Command": "Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-beta", - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" }, { - "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharePointRestoreSession" }, { - "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" }, { - "Command": "Update-MgBetaSolutionBackupRestoreSiteInclusionRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "Command": "Update-MgBetaSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BackupRestore", "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "Beta.BackupRestore", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "Command": "Update-MgBetaSolutionBusinessScenario", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBusinessScenario", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -547546,56 +547865,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBusinessScenario" }, { - "Command": "Update-MgBetaSolutionBusinessScenarioByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBusinessScenario", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBusinessScenarioByUniqueName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenario-update?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBusinessScenario" }, { - "Command": "Update-MgBetaSolutionBusinessScenarioPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBusinessScenarioPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner" }, { - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerPlanConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -547614,22 +547933,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplanconfiguration-update?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration" }, { - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -547648,73 +547967,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization" }, { - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/businessscenariotask-update?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBusinessScenarioTask" }, { - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" }, { - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" }, { - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "BusinessScenarioConfig.ReadWrite.OwnedBy", @@ -547733,90 +548052,90 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskconfiguration-update?view=graph-rest-beta", - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration" }, { - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/details", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerTaskDetails" }, { - "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "PATCH", + "Command": "Update-MgBetaSolutionBusinessScenarioPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.BusinessScenario", "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}/progressTaskBoardFormat", "ApiReferenceLink": null, - "Module": "Beta.BusinessScenario", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" }, { - "Command": "Update-MgBetaSubscribedSku", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "PATCH", + "Command": "Update-MgBetaSubscribedSku", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/subscribedSkus/{subscribedSku-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscribedSku" }, { - "Command": "Update-MgBetaSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ChangeNotifications", "Uri": "/subscriptions/{subscription-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-beta", - "Module": "Beta.ChangeNotifications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "PATCH", + "Command": "Update-MgBetaTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -547851,22 +548170,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Update-MgBetaTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -547901,22 +548220,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Update-MgBetaTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -547951,90 +548270,90 @@ "IsLeastPrivilege": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-update-members?view=graph-rest-beta", "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgBetaTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgBetaTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Update-MgBetaTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgBetaTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -548101,22 +548420,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgBetaTeamInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaTeamInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -548215,22 +548534,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaTeamMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgBetaTeamMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -548265,311 +548584,311 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgBetaTeamOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH", + "Command": "Update-MgBetaTeamOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Update-MgBetaTeamOwnerMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaTeamOwnerMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/owners/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaTeamPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", + "Command": "Update-MgBetaTeamPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Update-MgBetaTeamPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", + "Command": "Update-MgBetaTeamPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/photo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Update-MgBetaTeamPrimaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Update-MgBetaTeamPrimaryChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgBetaTeamPrimaryChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Update-MgBetaTeamPrimaryChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgBetaTeamPrimaryChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgBetaTeamScheduleDayNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDayNote", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleDayNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/dayNotes/{dayNote-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/daynote-update?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDayNote" }, { - "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleOfferShiftRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "Update-MgBetaTeamScheduleOpenShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleOpenShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "Update-MgBetaTeamScheduleSchedulingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleSchedulingGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "Update-MgBetaTeamScheduleShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleShift", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Update-MgBetaTeamScheduleShiftRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShiftsRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleShiftRoleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Schedule.ReadWrite.All", @@ -548588,107 +548907,107 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/shiftsRoleDefinitions/{shiftsRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShiftsRoleDefinition" }, { - "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "Update-MgBetaTeamScheduleTimeCard", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeCard", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleTimeCard", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timecard-replace?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeCard" }, { - "Command": "Update-MgBetaTeamScheduleTimeOff", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleTimeOff", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Update-MgBetaTeamScheduleTimeOffReason", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleTimeOffReason", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "Update-MgBetaTeamScheduleTimeOffRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "PATCH", + "Command": "Update-MgBetaTeamScheduleTimeOffRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "Update-MgBetaTeamTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "PATCH", + "Command": "Update-MgBetaTeamTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -548707,1236 +549026,1236 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "Update-MgBetaTeamTagMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "PATCH", + "Command": "Update-MgBetaTeamTagMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "Update-MgBetaTeamwork", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphTeamwork", + "Method": "PATCH", + "Command": "Update-MgBetaTeamwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamwork" }, { - "Command": "Update-MgBetaTeamworkDeletedChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedChats/{deletedChat-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaTeamworkDeletedTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeletedTeam" }, { - "Command": "Update-MgBetaTeamworkDeletedTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgBetaTeamworkDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkDevice", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkDevice" }, { - "Command": "Update-MgBetaTeamworkDeviceActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeviceActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity" }, { - "Command": "Update-MgBetaTeamworkDeviceConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeviceConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration" }, { - "Command": "Update-MgBetaTeamworkDeviceHealth", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeviceHealth", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/health", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth" }, { - "Command": "Update-MgBetaTeamworkDeviceOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkDeviceOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation" }, { - "Command": "Update-MgBetaTeamworkDeviceSoftware", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaTeamworkDeviceSoftware", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworkdevice-updatesoftware?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaTeamworkTeamAppSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkTeamAppSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/teamsAppSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAppSettings" }, { - "Command": "Update-MgBetaTeamworkTeamTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkTeamTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamTemplate" }, { - "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkTeamTemplateDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamTemplateDefinition" }, { - "Command": "Update-MgBetaTeamworkWorkforceIntegration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "PATCH", + "Command": "Update-MgBetaTeamworkWorkforceIntegration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-beta", - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWorkforceIntegration" }, { - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" }, { - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" }, { - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" }, { - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-beta", - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" }, { - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" }, { - "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.Partner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsTenant" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenantcustomizedinformation-update?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantDeviceHealthStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementActionTenantDeploymentStatus", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsMyRole" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantTag", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/managedtenants-tenanttag-update?view=graph-rest-beta", - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsDeviceMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState" }, { - "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipManagedTenantWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.ManagedTenants", "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "ApiReferenceLink": null, - "Module": "Beta.ManagedTenants", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState" }, { - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganization", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganization", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMultiTenantOrganization" }, { - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationJoinRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" }, { - "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "PATCH", + "Command": "Update-MgBetaTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "Command": "Update-MgBetaTrustFramework", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphTrustFramework", + "Method": "PATCH", + "Command": "Update-MgBetaTrustFramework", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTrustFramework" }, { - "Command": "Update-MgBetaTrustFrameworkKeySet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Method": "PATCH", + "Command": "Update-MgBetaTrustFrameworkKeySet", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/trustframeworkkeyset-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet" }, { - "Command": "Update-MgBetaTrustFrameworkPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaTrustFrameworkPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "PATCH", + "Command": "Update-MgBetaUser", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -550011,90 +550330,90 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Update-MgBetaUserActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "PATCH", + "Command": "Update-MgBetaUserActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserActivity" }, { - "Command": "Update-MgBetaUserActivityHistoryItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "PATCH", + "Command": "Update-MgBetaUserActivityHistoryItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphActivityHistoryItem" }, { - "Command": "Update-MgBetaUserActivityStatistics", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActivityStatistics", + "Method": "PATCH", + "Command": "Update-MgBetaUserActivityStatistics", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.People", "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphActivityStatistics" }, { - "Command": "Update-MgBetaUserAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaUserAppRoleAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Applications", "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Applications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Update-MgBetaUserAuthenticationEmailMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "PATCH", + "Command": "Update-MgBetaUserAuthenticationEmailMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -550113,56 +550432,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" }, { - "Command": "Update-MgBetaUserAuthenticationMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Method": "PATCH", + "Command": "Update-MgBetaUserAuthenticationMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationMethod" }, { - "Command": "Update-MgBetaUserAuthenticationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgBetaUserAuthenticationOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "Update-MgBetaUserAuthenticationPhoneMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "PATCH", + "Command": "Update-MgBetaUserAuthenticationPhoneMethod", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -550181,49 +550500,46 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" }, { - "Command": "Update-MgBetaUserAuthenticationSignInPreference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSignInPreferences", + "Method": "PATCH", + "Command": "Update-MgBetaUserAuthenticationSignInPreference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/authentication/signInPreferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authentication-update?view=graph-rest-beta", - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSignInPreferences" }, { - "Command": "Update-MgBetaUserCalendarGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "PATCH", + "Command": "Update-MgBetaUserCalendarGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCalendarGroup" }, { - "Command": "Update-MgBetaUserCalendarPermission", "Variants": [ "Update", "Update1", @@ -550234,2523 +550550,2526 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "PATCH", + "Command": "Update-MgBetaUserCalendarPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-beta", - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "Update-MgBetaUserChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "PATCH", + "Command": "Update-MgBetaUserChat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Update-MgBetaUserChatInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaUserChatInstalledApp", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaUserChatLastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "PATCH", + "Command": "Update-MgBetaUserChatLastMessagePreview", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageInfo" }, { - "Command": "Update-MgBetaUserChatMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgBetaUserChatMember", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgBetaUserChatMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaUserChatMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaUserChatMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaUserChatMessageHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgBetaUserChatMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgBetaUserChatMessageReply", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgBetaUserChatMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgBetaUserChatMessageReplyHostedContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgBetaUserChatOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH", + "Command": "Update-MgBetaUserChatOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Update-MgBetaUserChatPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", + "Command": "Update-MgBetaUserChatPermissionGrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Update-MgBetaUserChatPinnedMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "PATCH", + "Command": "Update-MgBetaUserChatPinnedMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "Update-MgBetaUserChatTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgBetaUserChatTab", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgBetaUserContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH", + "Command": "Update-MgBetaUserContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Update-MgBetaUserContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserContactFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Update-MgBetaUserContactFolderChildFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Update-MgBetaUserContactFolderChildFolderContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderChildFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderChildFolderContactPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Update-MgBetaUserContactFolderContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderContact", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Update-MgBetaUserContactFolderContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderContactExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserContactFolderContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", + "Command": "Update-MgBetaUserContactFolderContactPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Update-MgBetaUserContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", + "Command": "Update-MgBetaUserContactPhoto", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Module": "Beta.PersonalContacts", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Update-MgBetaUserDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH", + "Command": "Update-MgBetaUserDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Update-MgBetaUserDeviceByDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceByDeviceId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices(deviceId='{deviceId}')", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Update-MgBetaUserDeviceCommand", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCommand", + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceCommand", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCommand" }, { - "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "Command": "Update-MgBetaUserDeviceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "Update-MgBetaUserDeviceUsageRights", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUsageRight", + "Method": "PATCH", + "Command": "Update-MgBetaUserDeviceUsageRights", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CrossDeviceExperiences", "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", "ApiReferenceLink": null, - "Module": "Beta.CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUsageRight" }, { - "Command": "Update-MgBetaUserDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH", + "Command": "Update-MgBetaUserDrive", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Update-MgBetaUserDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveItemListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaUserDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgBetaUserDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaUserDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Update-MgBetaUserDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaUserDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Update-MgBetaUserDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Update-MgBetaUserDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaUserDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListContentType", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgBetaUserDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListContentTypeColumn", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListContentTypeColumnLink", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaUserDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgBetaUserDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListOperation", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgBetaUserDriveListPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaUserDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveListSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaUserDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRoot", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Update-MgBetaUserDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootAnalytic", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemDocumentSetVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserDriveRootListItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaUserDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgBetaUserDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootListItemVersionField", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootPermission", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgBetaUserDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootRetentionLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Update-MgBetaUserDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootSubscription", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgBetaUserDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootThumbnail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Update-MgBetaUserDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", + "Command": "Update-MgBetaUserDriveRootVersion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Beta.Files", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Update-MgBetaUserEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH", + "Command": "Update-MgBetaUserEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserEventExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserEventExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserEventInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserEventInstanceExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Calendar", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserInferenceClassification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInferenceClassification", + "Method": "PATCH", + "Command": "Update-MgBetaUserInferenceClassification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/inferenceClassification", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInferenceClassification" }, { - "Command": "Update-MgBetaUserInferenceClassificationOverride", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "PATCH", + "Command": "Update-MgBetaUserInferenceClassificationOverride", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" }, { - "Command": "Update-MgBetaUserInformationProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy" }, { - "Command": "Update-MgBetaUserInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionPolicy", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/policy", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInformationProtectionPolicy" }, { - "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionPolicyLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInformationProtectionLabel" }, { - "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSensitivityLabel", + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSensitivityLabel" }, { - "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSensitivityPolicySettings" }, { - "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH", + "Command": "Update-MgBetaUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.SignIns", "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "Update-MgBetaUserInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemInsights", + "Method": "PATCH", + "Command": "Update-MgBetaUserInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemInsights" }, { - "Command": "Update-MgBetaUserInsightShared", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "PATCH", + "Command": "Update-MgBetaUserInsightShared", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedInsight" }, { - "Command": "Update-MgBetaUserInsightTrending", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrending", + "Method": "PATCH", + "Command": "Update-MgBetaUserInsightTrending", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/trending/{trending-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTrending" }, { - "Command": "Update-MgBetaUserInsightUsed", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "PATCH", + "Command": "Update-MgBetaUserInsightUsed", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUsedInsight" }, { - "Command": "Update-MgBetaUserLicenseDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "PATCH", + "Command": "Update-MgBetaUserLicenseDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "Command": "Update-MgBetaUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserMailboxSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgBetaUserMailFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Update-MgBetaUserMailFolderChildFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderChildFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Update-MgBetaUserMailFolderChildFolderMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderChildFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "Update-MgBetaUserMailFolderMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Update-MgBetaUserMailFolderMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserMailFolderMessageRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "PATCH", + "Command": "Update-MgBetaUserMailFolderMessageRule", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "Update-MgBetaUserManagedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDevice", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails" }, { - "Command": "Update-MgBetaUserManagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Update-MgBetaUserManagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceHealthScriptState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState" }, { - "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState" }, { - "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityBaselineState", + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityBaselineState" }, { - "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState" }, { - "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaUserManagedDeviceWindowsDeviceAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsProtectionState" }, { - "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH", + "Command": "Update-MgBetaUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Update-MgBetaUserMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH", + "Command": "Update-MgBetaUserMessage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Update-MgBetaUserMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserMessageExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Mail", "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Mail", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserMobileAppIntentAndState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Method": "PATCH", + "Command": "Update-MgBetaUserMobileAppIntentAndState", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppIntentAndState" }, { - "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "PATCH", + "Command": "Update-MgBetaUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "PATCH", + "Command": "Update-MgBetaUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Devices.CorporateManagement", "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": null, - "Module": "Beta.Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "Command": "Update-MgBetaUserNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotification", + "Method": "PATCH", + "Command": "Update-MgBetaUserNotification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/notifications/{notification-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNotification" }, { - "Command": "Update-MgBetaUserOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnenoteNotebook", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Update-MgBetaUserOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnenotePage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgBetaUserOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaUserOnenotePageContent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaUserOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnenoteSection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgBetaUserOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnenoteSectionGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Notes", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Notes", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Update-MgBetaUserOnlineMeeting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeeting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -552769,15 +553088,12 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", "Variants": [ "Update", "Update1", @@ -552788,17 +553104,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "Update1", @@ -552809,262 +553125,265 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Update-MgBetaUserOnlineMeetingByJoinWebUrl", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Update-MgBetaUserOnlineMeetingRecording", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingRecording", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Update-MgBetaUserOnlineMeetingRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingRegistration", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingRegistration" }, { - "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion" }, { - "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingRegistrantBase", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingRegistrationRegistrant", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/registrants/{meetingRegistrantBase-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingRegistrantBase" }, { - "Command": "Update-MgBetaUserOnlineMeetingTranscript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PATCH", + "Command": "Update-MgBetaUserOnlineMeetingTranscript", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Update-MgBetaUserOutlookMasterCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookMasterCategory", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOutlookCategory" }, { - "Command": "Update-MgBetaUserOutlookTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "Update-MgBetaUserOutlookTaskFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOutlookTaskFolder" }, { - "Command": "Update-MgBetaUserOutlookTaskFolderTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "Update-MgBetaUserOutlookTaskGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookTaskGroup", + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskGroup", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOutlookTaskGroup" }, { - "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOutlookTaskFolder" }, { - "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookTask", + "Method": "PATCH", + "Command": "Update-MgBetaUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOutlookTask" }, { - "Command": "Update-MgBetaUserPassword", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaUserPassword", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users.Actions", "Uri": "/users/{user-id}/changePassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-beta", - "Module": "Beta.Users.Actions", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaUserPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerUser", + "Method": "PATCH", + "Command": "Update-MgBetaUserPlanner", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -553083,56 +553402,56 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Planner", "Uri": "/users/{user-id}/planner", "ApiReferenceLink": null, - "Module": "Beta.Planner", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerUser" }, { - "Command": "Update-MgBetaUserPresence", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "PATCH", + "Command": "Update-MgBetaUserPresence", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.CloudCommunications", "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, - "Module": "Beta.CloudCommunications", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "Update-MgBetaUserProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfile", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfile", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfile" }, { - "Command": "Update-MgBetaUserProfileAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserAccountInformation", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553151,22 +553470,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserAccountInformation" }, { - "Command": "Update-MgBetaUserProfileAddress", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAddress", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileAddress", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553185,22 +553504,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemaddress-update?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAddress" }, { - "Command": "Update-MgBetaUserProfileAnniversary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonAnnualEvent", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileAnniversary", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553219,22 +553538,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPersonAnnualEvent" }, { - "Command": "Update-MgBetaUserProfileAward", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonAward", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileAward", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553253,22 +553572,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/awards/{personAward-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personaward-update?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPersonAward" }, { - "Command": "Update-MgBetaUserProfileCertification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonCertification", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileCertification", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553287,22 +553606,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personcertification-update?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPersonCertification" }, { - "Command": "Update-MgBetaUserProfileEducationalActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationalActivity", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileEducationalActivity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553321,22 +553640,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationalActivity" }, { - "Command": "Update-MgBetaUserProfileEmail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemEmail", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553355,22 +553674,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itememail-update?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemEmail" }, { - "Command": "Update-MgBetaUserProfileInterest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonInterest", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileInterest", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553389,22 +553708,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPersonInterest" }, { - "Command": "Update-MgBetaUserProfileLanguage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLanguageProficiency", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileLanguage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553423,22 +553742,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLanguageProficiency" }, { - "Command": "Update-MgBetaUserProfileName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonName", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileName", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553457,22 +553776,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/names/{personName-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPersonName" }, { - "Command": "Update-MgBetaUserProfileNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonAnnotation", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileNote", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.Read", @@ -553515,22 +553834,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/personannotation-update?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPersonAnnotation" }, { - "Command": "Update-MgBetaUserProfilePatent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPatent", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfilePatent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553549,22 +553868,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempatent-update?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemPatent" }, { - "Command": "Update-MgBetaUserProfilePhone", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPhone", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfilePhone", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553583,22 +553902,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itemphone-update?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemPhone" }, { - "Command": "Update-MgBetaUserProfilePosition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWorkPosition", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfilePosition", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553617,22 +553936,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWorkPosition" }, { - "Command": "Update-MgBetaUserProfileProject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProjectParticipation", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileProject", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553651,22 +553970,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProjectParticipation" }, { - "Command": "Update-MgBetaUserProfilePublication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemPublication", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfilePublication", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553685,22 +554004,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/itempublication-update?view=graph-rest-beta", - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemPublication" }, { - "Command": "Update-MgBetaUserProfileSkill", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSkillProficiency", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileSkill", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553719,22 +554038,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSkillProficiency" }, { - "Command": "Update-MgBetaUserProfileWebAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWebAccount", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileWebAccount", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553753,22 +554072,22 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWebAccount" }, { - "Command": "Update-MgBetaUserProfileWebsite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPersonWebsite", + "Method": "PATCH", + "Command": "Update-MgBetaUserProfileWebsite", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553787,124 +554106,124 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.People", "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "ApiReferenceLink": null, - "Module": "Beta.People", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPersonWebsite" }, { - "Command": "Update-MgBetaUserScopedRoleMemberOf", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", + "Command": "Update-MgBetaUserScopedRoleMemberOf", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Identity.DirectoryManagement", "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Beta.Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Update-MgBetaUserSecurity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurity1", + "Method": "PATCH", + "Command": "Update-MgBetaUserSecurity", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurity1" }, { - "Command": "Update-MgBetaUserSecurityInformationProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtection", + "Method": "PATCH", + "Command": "Update-MgBetaUserSecurityInformationProtection", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityInformationProtection" }, { - "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Method": "PATCH", + "Command": "Update-MgBetaUserSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection/labelPolicySettings", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting" }, { - "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "PATCH", + "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Method": "PATCH", + "Command": "Update-MgBetaUserSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Security", "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", "ApiReferenceLink": null, - "Module": "Beta.Security", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel" }, { - "Command": "Update-MgBetaUserSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -553923,73 +554242,73 @@ "IsLeastPrivilege": false } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserSettings" }, { - "Command": "Update-MgBetaUserSettingContactMergeSuggestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingContactMergeSuggestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContactMergeSuggestions" }, { - "Command": "Update-MgBetaUserSettingItemInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingItemInsight", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserInsightsSettings" }, { - "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingRegionalAndLanguageSetting", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings" }, { - "Command": "Update-MgBetaUserSettingShiftPreference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShiftPreferences", + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingShiftPreference", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -554008,141 +554327,141 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-beta", - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShiftPreferences" }, { - "Command": "Update-MgBetaUserSettingStorage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserStorage", + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingStorage", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserStorage" }, { - "Command": "Update-MgBetaUserSettingStorageQuota", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingStorageQuota", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedStorageQuota" }, { - "Command": "Update-MgBetaUserSettingStorageQuotaService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingStorageQuotaService", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" }, { - "Command": "Update-MgBetaUserSettingWindows", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingWindows", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsSetting" }, { - "Command": "Update-MgBetaUserSettingWindowsInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "PATCH", + "Command": "Update-MgBetaUserSettingWindowsInstance", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsSettingInstance" }, { - "Command": "Update-MgBetaUserTeamwork", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserTeamwork", + "Method": "PATCH", + "Command": "Update-MgBetaUserTeamwork", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserTeamwork" }, { - "Command": "Update-MgBetaUserTeamworkAssociatedTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "PATCH", + "Command": "Update-MgBetaUserTeamworkAssociatedTeam", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Teams", "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Beta.Teams", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" }, { - "Command": "Update-MgBetaUserTodoList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoList", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -554161,39 +554480,39 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "Command": "Update-MgBetaUserTodoListExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserTodoListTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTask", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -554212,39 +554531,39 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTodoTask" }, { - "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTaskAttachmentSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttachmentSession" }, { - "Command": "Update-MgBetaUserTodoListTaskChecklistItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTaskChecklistItem", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -554263,39 +554582,39 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChecklistItem" }, { - "Command": "Update-MgBetaUserTodoListTaskExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTaskExtension", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaUserTodoListTaskLinkedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "PATCH", + "Command": "Update-MgBetaUserTodoListTaskLinkedResource", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -554314,804 +554633,804 @@ "IsLeastPrivilege": true } ], + "Module": "Beta.Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "Module": "Beta.Users", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "Command": "Update-MgBetaVirtualEvent", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEvent", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEvent" }, { - "Command": "Update-MgBetaVirtualEventPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Update-MgBetaVirtualEventSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Update-MgBetaVirtualEventSessionByJoinWebUrl", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Update-MgBetaVirtualEventTownhall", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventTownhall", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "Command": "Update-MgBetaVirtualEventTownhallPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventTownhallPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Update-MgBetaVirtualEventTownhallSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventTownhallSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventTownhallSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Update-MgBetaVirtualEventWebinar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinar", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "Command": "Update-MgBetaVirtualEventWebinarPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarPresenter", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-beta", - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Update-MgBetaVirtualEventWebinarRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarRegistration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Update-MgBetaVirtualEventWebinarRegistrationByEmail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarRegistrationByEmail", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Update-MgBetaVirtualEventWebinarRegistrationByUserId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarRegistrationByUserId", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfiguration", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration" }, { - "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarRegistrationConfigurationQuestion", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" }, { - "Command": "Update-MgBetaVirtualEventWebinarSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSession", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", + "Command": "Update-MgBetaVirtualEventWebinarSessionByJoinWebUrl", + "ApiVersion": "beta", + "CommandAlias": null, "Permissions": [], + "Module": "Beta.Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions(joinWebUrl='{joinWebUrl}')", "ApiReferenceLink": null, - "Module": "Beta.Bookings", - "CommandAlias": null, - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Update-MgBetaWindowsUpdatesDeployment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesDeployment", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuDeployment", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deployment-update?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuDeployment", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment" }, { - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudience", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuDeploymentAudience", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudience?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuDeploymentAudience", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContent", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContent", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContent", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" }, { - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuDeploymentAudienceApplicableContentMatchedDevice", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" }, { - "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaWindowsUpdatesDeploymentAudienceById", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuDeploymentAudienceGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuDeploymentAudienceGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaWindowsUpdatesPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicy", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicy", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-updatepolicy-update?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuPolicy", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy" }, { - "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudience", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyAudience", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuPolicyAudience", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience" }, { - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContent", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContent", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContent", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContent" }, { - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceApplicableContentMatchedDevice", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/applicableContent/{applicableContent-catalogEntryId}/matchedDevices/{applicableContentDeviceMatch-deviceId}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuPolicyAudienceApplicableContentMatchedDevice", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesApplicableContentDeviceMatch" }, { - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceById", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyAudienceGraphBPreId", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-deploymentaudience-updateaudiencebyid?view=graph-rest-beta", - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuPolicyAudienceGraphBPreId", - "ApiVersion": "beta", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyAudienceExclusion", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuPolicyAudienceExclusion", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyAudienceMember", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuPolicyAudienceMember", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuPolicyComplianceChange", "Permissions": [], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-contentapproval-update?view=graph-rest-beta", "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuPolicyComplianceChange", - "ApiVersion": "beta", - "Method": "PATCH" + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "ApiReferenceLink": "https://learn.microsoft.com/graph/api/windowsupdates-compliancechange-update?view=graph-rest-beta", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange" }, { - "Command": "Update-MgBetaWindowsUpdatesProduct", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesProduct", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProduct", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProduct", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuProduct", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesProduct" }, { - "Command": "Update-MgBetaWindowsUpdatesProductEdition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesEdition", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductEdition", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductEdition", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/editions/{edition-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuProductEdition", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesEdition" }, { - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssue", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductKnownIssue", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuProductKnownIssue", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesKnownIssue" }, { - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueOriginatingKnowledgeBaseArticle", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/originatingKnowledgeBaseArticle", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuProductKnownIssueOriginatingKnowledgeBaseArticle", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" }, { - "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductKnownIssueResolvingKnowledgeBaseArticle", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/knownIssues/{knownIssue-id}/resolvingKnowledgeBaseArticle", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuProductKnownIssueResolvingKnowledgeBaseArticle", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" }, { - "Command": "Update-MgBetaWindowsUpdatesProductRevision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductRevision", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductRevision", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuProductRevision", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesProductRevision" }, { - "Command": "Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductRevisionCatalogEntry", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductRevisionCatalogEntry", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/catalogEntry", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuProductRevisionCatalogEntry", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry" }, { - "Command": "Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesProductRevisionKnowledgeBaseArticle", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuProductRevisionKnowledgeBaseArticle", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/products/{product-id}/revisions/{productRevision-id}/knowledgeBaseArticle", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuProductRevisionKnowledgeBaseArticle", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesKnowledgeBaseArticle" }, { - "Command": "Update-MgBetaWindowsUpdatesResourceConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesResourceConnection", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuResourceConnection", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuResourceConnection", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection" }, { - "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBetaWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta", + "CommandAlias": "Update-MgBetaWuUpdatableAsset", "Permissions": [], + "Module": "Beta.WindowsUpdates", "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", "ApiReferenceLink": null, - "Module": "Beta.WindowsUpdates", - "CommandAlias": "Update-MgBetaWuUpdatableAsset", - "ApiVersion": "beta", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBookingBusiness", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBookingBusiness", + "Method": "PATCH", + "Command": "Update-MgBookingBusiness", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -555130,22 +555449,22 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingbusiness-update?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingBusiness" }, { - "Command": "Update-MgBookingBusinessAppointment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "PATCH", + "Command": "Update-MgBookingBusinessAppointment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -555180,39 +555499,39 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingappointment-update?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "Update-MgBookingBusinessCalendarView", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBookingAppointment", + "Method": "PATCH", + "Command": "Update-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingAppointment" }, { - "Command": "Update-MgBookingBusinessCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBookingBusinessCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -555247,22 +555566,22 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomer-update?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBookingBusinessCustomQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Method": "PATCH", + "Command": "Update-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "BookingsAppointment.ReadWrite.All", @@ -555289,22 +555608,22 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingcustomquestion-update?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingCustomQuestion" }, { - "Command": "Update-MgBookingBusinessService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBookingService", + "Method": "PATCH", + "Command": "Update-MgBookingBusinessService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -555323,22 +555642,22 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingservice-update?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingService" }, { - "Command": "Update-MgBookingBusinessStaffMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Bookings.ReadWrite.All", @@ -555357,39 +555676,39 @@ "IsLeastPrivilege": false } ], + "Module": "Bookings", "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/bookingstaffmember-update?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgBookingCurrency", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBookingCurrency", + "Method": "PATCH", + "Command": "Update-MgBookingCurrency", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBookingCurrency" }, { - "Command": "Update-MgChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "PATCH", + "Command": "Update-MgChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -555416,22 +555735,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Update-MgChatInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForChat", @@ -555522,56 +555841,56 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgChatLastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "PATCH", + "Command": "Update-MgChatLastMessagePreview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageInfo" }, { - "Command": "Update-MgChatMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgChatMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Chat.ReadWrite", @@ -555606,90 +555925,90 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgChatMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgChatMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgChatMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgChatPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", + "Command": "Update-MgChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Update-MgChatPinnedMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "PATCH", + "Command": "Update-MgChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "Update-MgChatTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForChat", @@ -555732,22 +556051,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-patch-tabs?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgCommunicationCallAudioRoutingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Method": "PATCH", + "Command": "Update-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.JoinGroupCall.All", @@ -555766,73 +556085,73 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/audioroutinggroup-update?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAudioRoutingGroup" }, { - "Command": "Update-MgCommunicationCallContentSharingSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgCommunicationCallOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCommsOperation", + "Method": "PATCH", + "Command": "Update-MgCommunicationCallOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCommsOperation" }, { - "Command": "Update-MgCommunicationCallParticipant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphParticipant", + "Method": "PATCH", + "Command": "Update-MgCommunicationCallParticipant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/participants/{participant-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphParticipant" }, { - "Command": "Update-MgCommunicationCallRecordingStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", + "Method": "POST", + "Command": "Update-MgCommunicationCallRecordingStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calls.AccessMedia.All", @@ -555851,241 +556170,241 @@ "IsLeastPrivilege": false } ], + "Module": "CloudCommunications", "Uri": "/communications/calls/{call-id}/updateRecordingStatus", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/call-updaterecordingstatus?view=graph-rest-1.0", - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation" }, { - "Command": "Update-MgCommunicationCallRecordOrganizerV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecordsOrganizer", + "Method": "PATCH", + "Command": "Update-MgCommunicationCallRecordOrganizerV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/organizer_v2", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallRecordsOrganizer" }, { - "Command": "Update-MgCommunicationCallRecordParticipantV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecordsParticipant", + "Method": "PATCH", + "Command": "Update-MgCommunicationCallRecordParticipantV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/participants_v2/{participant-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallRecordsParticipant" }, { - "Command": "Update-MgCommunicationCallRecordSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecordsSession", + "Method": "PATCH", + "Command": "Update-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallRecordsSession" }, { - "Command": "Update-MgCommunicationOnlineMeeting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Update-MgCommunicationOnlineMeetingRecording", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingRecording", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Update-MgCommunicationOnlineMeetingTranscript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PATCH", + "Command": "Update-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Update-MgCommunicationPresence", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "PATCH", + "Command": "Update-MgCommunicationPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/communications/presences/{presence-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "Update-MgCompliance", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphCompliance", + "Method": "PATCH", + "Command": "Update-MgCompliance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/compliance", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCompliance" }, { - "Command": "Update-MgContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOrgContact", + "Method": "PATCH", + "Command": "Update-MgContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contacts/{orgContact-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOrgContact" }, { - "Command": "Update-MgContract", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContract", + "Method": "PATCH", + "Command": "Update-MgContract", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/contracts/{contract-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContract" }, { - "Command": "Update-MgDataPolicyOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Method": "PATCH", + "Command": "Update-MgDataPolicyOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDataPolicyOperation" }, { - "Command": "Update-MgDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH", + "Command": "Update-MgDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.AccessAsUser.All", @@ -556112,20 +556431,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Update-MgDeviceAppManagement", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagement", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgt", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556144,39 +556463,39 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-partnerintegration-deviceappmanagement-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgt", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceAppManagement" }, { - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtection", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection" }, { - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556195,22 +556514,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556229,22 +556548,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556263,22 +556582,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtection", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556297,22 +556616,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection" }, { - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556331,22 +556650,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556365,39 +556684,39 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIosManagedAppProtection", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtection", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtection", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtection", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIosManagedAppProtection" }, { - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556416,22 +556735,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556450,22 +556769,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556484,90 +556803,90 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Update-MgDeviceAppManagementManagedAppPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppPolicy", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppPolicy", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Update-MgDeviceAppManagementManagedAppRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppRegistration", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistration", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistration", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppRegistration" }, { - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicy" }, { - "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppOperation", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppRegistrationOperation", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556586,158 +556905,158 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppRegistrationOperation", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppOperation" }, { - "Command": "Update-MgDeviceAppManagementManagedAppStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppStatus", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedAppStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedAppStatus", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtManagedAppStatus", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppStatus" }, { - "Command": "Update-MgDeviceAppManagementManagedEBook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedEBook", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBook", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBook", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebook-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBook", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedEBook" }, { - "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedEBookAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-iosvppebookassignment-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedEBookAssignment" }, { - "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookDeviceState", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-deviceinstallstate-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookDeviceState", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEBookInstallSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookInstallSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookInstallSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-ebookinstallsummary-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookInstallSummary", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEBookInstallSummary" }, { - "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserInstallStateSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-books-userinstallstatesummary-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummary", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserInstallStateSummary" }, { - "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceInstallState", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceInstallState" }, { - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy" }, { - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556756,22 +557075,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556790,22 +557109,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMdmWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -556824,1042 +557143,1042 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Update-MgDeviceAppManagementMobileApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileApp", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-ioslobapp-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileApp" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsAndroidStoreAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/androidStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsAndroidStoreAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsiOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsiOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsIoStoreAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosStoreApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoStoreAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsIoVppAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/iosVppApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsIoVppAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersion", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSDmgAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSDmgApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSDmgAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMacOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/macOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMacOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedAndroidLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedAndroidLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedAndroidLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagediOSLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedIOSLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagediOSLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsManagedMobileLobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsManagedMobileLobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsMicrosoftStoreForBusinessAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/microsoftStoreForBusinessApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsMicrosoftStoreGraphFPreBusinessAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappassignment-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersion", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWin32LobAppContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/win32LobApp/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWin32LobAppContentVersionFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersion", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsAppXContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowAppXContentVersionFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersion", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsMobileMsiContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsMobileMSI/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowMobileMsiContentVersionFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXCommittedContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/committedContainedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXCommittedContainedApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContent", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersion", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersion", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContent" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionContainedApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/containedApps/{mobileContainedApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionContainedApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppContentFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsUniversalAppXContentVersionFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsUniversalAppX/contentVersions/{mobileAppContent-id}/files/{mobileAppContentFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowUniversalAppXContentVersionFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppContentFile" }, { - "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppAsWindowsWebAppAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/windowsWebApp/assignments/{mobileAppAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppAsWindowWebAppAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppCategory", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppCategory", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppCategory", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-mobileappcategory-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppCategory", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppCategory" }, { - "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfiguration", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-iosmobileappconfiguration-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfiguration", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration" }, { - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationassignment-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment" }, { - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicestatus-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatus", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus" }, { - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationdevicesummary-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary" }, { - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatus", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationuserstatus-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatus", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus" }, { - "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementMobileAppConfigurationUserStatusSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-apps-manageddevicemobileappconfigurationusersummary-update?view=graph-rest-1.0", - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary" }, { - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration" }, { - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedMobileApp", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -557878,22 +558197,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedMobileApp" }, { - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -557912,22 +558231,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -557946,22 +558265,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary" }, { - "Command": "Update-MgDeviceAppManagementVppToken", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVppToken", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementVppToken", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtVppToken", "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -557980,22 +558299,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtVppToken", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVppToken" }, { - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -558014,22 +558333,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy" }, { - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -558048,22 +558367,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/assignments/{targetedManagedAppPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyAssignment", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment" }, { - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyExemptAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -558082,22 +558401,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/exemptAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyExemptAppLockerFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile", + "Method": "PATCH", + "Command": "Update-MgDeviceAppManagementWindowsInformationProtectionPolicyProtectedAppLockerFile", + "ApiVersion": "v1.0", + "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -558116,54 +558435,54 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CorporateManagement", "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}/protectedAppLockerFiles/{windowsInformationProtectionAppLockerFile-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": "Update-MgDeviceAppMgtWindowInformationProtectionPolicyProtectedAppLockerFile", - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLockerFile" }, { - "Command": "Update-MgDeviceByDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDevice", + "Method": "PATCH", + "Command": "Update-MgDeviceByDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices(deviceId='{deviceId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/device-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDevice" }, { - "Command": "Update-MgDeviceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDeviceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/devices/{device-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDeviceManagement", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagement", + "Method": "PATCH", + "Command": "Update-MgDeviceManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -558206,20 +558525,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-devicemanagement-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagement" }, { - "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -558238,39 +558557,39 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/applePushNotificationCertificate", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applepushnotificationcertificate-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate" }, { - "Command": "Update-MgDeviceManagementAuditEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuditEvent", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-auditing-auditevent-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuditEvent" }, { - "Command": "Update-MgDeviceManagementComplianceManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -558289,20 +558608,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphComplianceManagementPartner" }, { - "Command": "Update-MgDeviceManagementConditionalAccessSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -558321,22 +558640,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/conditionalAccessSettings", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings" }, { - "Command": "Update-MgDeviceManagementDetectedApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDetectedApp", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -558355,22 +558674,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-detectedapp-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDetectedApp" }, { - "Command": "Update-MgDeviceManagementDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -558389,358 +558708,358 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-macoscompliancepolicy-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy" }, { - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicyassignment-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment" }, { - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicydevicestatesummary-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary" }, { - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedevicestatus-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus" }, { - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancedeviceoverview-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview" }, { - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancescheduledactionforrule-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule" }, { - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceactionitem-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem" }, { - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancepolicysettingstatesummary-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary" }, { - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecompliancesettingstate-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState" }, { - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuserstatus-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus" }, { - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-devicecomplianceuseroverview-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview" }, { - "Command": "Update-MgDeviceManagementDeviceConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfiguration", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-windowsupdateforbusinessconfiguration-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfiguration" }, { - "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationassignment-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment" }, { - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-settingstatedevicesummary-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary" }, { - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatesummary-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary" }, { - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus" }, { - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationdeviceoverview-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview" }, { - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuserstatus-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus" }, { - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-deviceconfigurationuseroverview-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview" }, { - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -558759,22 +559078,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration" }, { - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -558793,22 +559112,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment" }, { - "Command": "Update-MgDeviceManagementExchangeConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -558827,56 +559146,56 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector" }, { - "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementImportedWindowsAutopilotDeviceIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Enrollment", "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity" }, { - "Command": "Update-MgDeviceManagementIoUpdateStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementIoUpdateStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-deviceconfig-iosupdatedevicestatus-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus" }, { - "Command": "Update-MgDeviceManagementManagedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -558895,158 +559214,158 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Update-MgDeviceManagementManagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceManagementManagedDeviceWindowsDeviceAccount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsProtectionState" }, { - "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-mobileapptroubleshootingevent-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent" }, { - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -559065,22 +559384,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-applogcollectionrequest-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppLogCollectionRequest" }, { - "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -559099,56 +559418,56 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector" }, { - "Command": "Update-MgDeviceManagementNotificationMessageTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-notificationmessagetemplate-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNotificationMessageTemplate" }, { - "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-notification-localizednotificationmessage-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage" }, { - "Command": "Update-MgDeviceManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -559167,22 +559486,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementPartner" }, { - "Command": "Update-MgDeviceManagementRemoteAssistancePartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -559201,20 +559520,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-remoteassistance-remoteassistancepartner-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRemoteAssistancePartner" }, { - "Command": "Update-MgDeviceManagementReport", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559249,22 +559568,22 @@ "IsLeastPrivilege": false } ], + "Module": "Reports", "Uri": "/deviceManagement/reports", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-reporting-devicemanagementreports-update?view=graph-rest-1.0", - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementReports" }, { - "Command": "Update-MgDeviceManagementResourceOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceOperation", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -559283,22 +559602,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-resourceoperation-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphResourceOperation" }, { - "Command": "Update-MgDeviceManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -559317,22 +559636,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-deviceandappmanagementroleassignment-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment" }, { - "Command": "Update-MgDeviceManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -559351,22 +559670,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roledefinition-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRoleDefinition" }, { - "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -559385,107 +559704,107 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-rbac-roleassignment-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRoleAssignment" }, { - "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-tem-telecomexpensemanagementpartner-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner" }, { - "Command": "Update-MgDeviceManagementTermAndCondition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditions", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditions-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermsAndConditions" }, { - "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatus", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsacceptancestatus-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus" }, { - "Command": "Update-MgDeviceManagementTermAndConditionAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-companyterms-termsandconditionsassignment-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment" }, { - "Command": "Update-MgDeviceManagementTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559504,22 +559823,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559538,22 +559857,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559572,22 +559891,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559606,22 +559925,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559640,22 +559959,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559674,22 +559993,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559708,22 +560027,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559742,20 +560061,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559774,39 +560093,39 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559825,22 +560144,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559859,39 +560178,39 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559910,22 +560229,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559944,22 +560263,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -559978,22 +560297,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -560012,22 +560331,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -560046,22 +560365,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -560080,22 +560399,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -560114,20 +560433,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -560146,22 +560465,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsOverview", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -560180,20 +560499,20 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -560212,22 +560531,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -560246,22 +560565,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -560280,22 +560599,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice" }, { - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -560314,209 +560633,209 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance" }, { - "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcDeviceImage" }, { - "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcGalleryImage" }, { - "Command": "Update-MgDeviceManagementVirtualEndpointOnPremiseConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointOnPremiseConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpconpremisesconnection-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection" }, { - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcprovisioningpolicy-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy" }, { - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment" }, { - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/cloudpcusersetting-update?view=graph-rest-1.0", - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcUserSetting" }, { - "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Administration", "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", "ApiReferenceLink": null, - "Module": "DeviceManagement.Administration", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment" }, { - "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgDeviceManagementWindowsAutopilotDeviceIdentityDeviceProperty", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement.Actions", "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-enrollment-windowsautopilotdeviceidentity-updatedeviceproperties?view=graph-rest-1.0", - "Module": "DeviceManagement.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowsInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionapplearningsummary-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary" }, { - "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowsInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-wip-windowsinformationprotectionnetworklearningsummary-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary" }, { - "Command": "Update-MgDeviceManagementWindowsMalwareInformation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowsMalwareInformation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -560535,22 +560854,22 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-windowsmalwareinformation-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsMalwareInformation" }, { - "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", + "Method": "PATCH", + "Command": "Update-MgDeviceManagementWindowsMalwareInformationDeviceMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -560569,411 +560888,411 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement", "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-malwarestateforwindowsdevice-update?view=graph-rest-1.0", - "Module": "DeviceManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice" }, { - "Command": "Update-MgDirectory", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphDirectory", + "Method": "PATCH", + "Command": "Update-MgDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectory" }, { - "Command": "Update-MgDirectoryAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "PATCH", + "Command": "Update-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/administrativeunit-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Update-MgDirectoryAdministrativeUnitExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", + "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Update-MgDirectoryAttributeSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttributeSet", + "Method": "PATCH", + "Command": "Update-MgDirectoryAttributeSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/attributeSets/{attributeSet-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/attributeset-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttributeSet" }, { - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Method": "PATCH", + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customsecurityattributedefinition-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition" }, { - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAllowedValue", + "Method": "PATCH", + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/allowedvalue-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAllowedValue" }, { - "Command": "Update-MgDirectoryDeviceLocalCredential", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo", + "Method": "PATCH", + "Command": "Update-MgDirectoryDeviceLocalCredential", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/deviceLocalCredentials/{deviceLocalCredentialInfo-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceLocalCredentialInfo" }, { - "Command": "Update-MgDirectoryFederationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "PATCH", + "Command": "Update-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Update-MgDirectoryObject", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryObject", + "Method": "PATCH", + "Command": "Update-MgDirectoryObject", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "DirectoryObjects", "Uri": "/directoryObjects/{directoryObject-id}", "ApiReferenceLink": null, - "Module": "DirectoryObjects", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryObject" }, { - "Command": "Update-MgDirectoryOnPremiseSynchronization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Method": "PATCH", + "Command": "Update-MgDirectoryOnPremiseSynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onpremisesdirectorysynchronization-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization" }, { - "Command": "Update-MgDirectoryRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "PATCH", + "Command": "Update-MgDirectoryRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Update-MgDirectoryRoleByRoleTemplateId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryRole", + "Method": "PATCH", + "Command": "Update-MgDirectoryRoleByRoleTemplateId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles(roleTemplateId='{roleTemplateId}')", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryRole" }, { - "Command": "Update-MgDirectoryRoleScopedMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", + "Command": "Update-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Update-MgDirectoryRoleTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Method": "PATCH", + "Command": "Update-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate" }, { - "Command": "Update-MgDirectorySubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH", + "Command": "Update-MgDirectorySubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/subscriptions/{companySubscription-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "Update-MgDirectorySubscriptionByCommerceSubscriptionId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCompanySubscription", + "Method": "PATCH", + "Command": "Update-MgDirectorySubscriptionByCommerceSubscriptionId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/directory/subscriptions(commerceSubscriptionId='{commerceSubscriptionId}')", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCompanySubscription" }, { - "Command": "Update-MgDomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDomain", + "Method": "PATCH", + "Command": "Update-MgDomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/domain-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDomain" }, { - "Command": "Update-MgDomainFederationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Method": "PATCH", + "Command": "Update-MgDomainFederationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/internaldomainfederation-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInternalDomainFederation" }, { - "Command": "Update-MgDomainServiceConfigurationRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "PATCH", + "Command": "Update-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "Update-MgDomainVerificationDnsRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Method": "PATCH", + "Command": "Update-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDomainDnsRecord" }, { - "Command": "Update-MgDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH", + "Command": "Update-MgDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Update-MgDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", + "Command": "Update-MgDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -561000,226 +561319,226 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Update-MgDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgDriveItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgDriveItemListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveItemListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Files.ReadWrite", @@ -561246,719 +561565,719 @@ "IsLeastPrivilege": false } ], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgDriveItemRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/driveitem-setretentionlabel?view=graph-rest-1.0", - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Update-MgDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", + "Command": "Update-MgDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Update-MgDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", + "Command": "Update-MgDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", + "Command": "Update-MgDriveList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Update-MgDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveListLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", + "Command": "Update-MgDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Update-MgDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgDriveRootAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgDriveRootListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgDriveRootListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgDriveRootRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Update-MgDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", + "Command": "Update-MgDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Update-MgDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", + "Command": "Update-MgDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Update-MgEducationClass", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationClass", + "Method": "PATCH", + "Command": "Update-MgEducationClass", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationclass-update?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationClass" }, { - "Command": "Update-MgEducationClassAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -561977,39 +562296,39 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-update?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Update-MgEducationClassAssignmentCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationCategory", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationCategory" }, { - "Command": "Update-MgEducationClassAssignmentDefault", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -562028,39 +562347,39 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentdefaults-update?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults" }, { - "Command": "Update-MgEducationClassAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Update-MgEducationClassAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -562079,22 +562398,22 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignment-put-rubric?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Update-MgEducationClassAssignmentSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -562113,56 +562432,56 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationassignmentsettings-update?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentSettings" }, { - "Command": "Update-MgEducationClassAssignmentSettingGradingCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationGradingCategory", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSettingGradingCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignmentSettings/gradingCategories/{educationGradingCategory-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationgradingcategory-update?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationGradingCategory" }, { - "Command": "Update-MgEducationClassAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWrite", @@ -562181,56 +562500,56 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationoutcome-update?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Update-MgEducationClassAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgEducationClassModule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationModule", + "Method": "PATCH", + "Command": "Update-MgEducationClassModule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -562249,22 +562568,22 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmodule-update?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationModule" }, { - "Command": "Update-MgEducationClassModuleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationModuleResource", + "Method": "PATCH", + "Command": "Update-MgEducationClassModuleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduCurricula.ReadWrite", @@ -562283,156 +562602,156 @@ "IsLeastPrivilege": true } ], + "Module": "Education", "Uri": "/education/classes/{educationClass-id}/modules/{educationModule-id}/resources/{educationModuleResource-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationmoduleresource-update?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationModuleResource" }, { - "Command": "Update-MgEducationMe", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "PATCH", + "Command": "Update-MgEducationMe", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Update-MgEducationMeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Update-MgEducationMeAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Update-MgEducationMeAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Update-MgEducationMeAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Update-MgEducationMeAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgEducationMeRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", + "Command": "Update-MgEducationMeRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "EduAssignments.ReadWriteBasic", @@ -562451,334 +562770,331 @@ "IsLeastPrivilege": false } ], + "Module": "Education", "Uri": "/education/me/rubrics/{educationRubric-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationrubric-update?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Update-MgEducationMeUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgEducationMeUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/me/user/mailboxSettings", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgEducationRoot", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphEducationRoot", + "Method": "PATCH", + "Command": "Update-MgEducationRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationRoot" }, { - "Command": "Update-MgEducationSchool", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSchool", + "Method": "PATCH", + "Command": "Update-MgEducationSchool", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationschool-update?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSchool" }, { - "Command": "Update-MgEducationSchoolAdministrativeUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Method": "PATCH", + "Command": "Update-MgEducationSchoolAdministrativeUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAdministrativeUnit" }, { - "Command": "Update-MgEducationUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationUser", + "Method": "PATCH", + "Command": "Update-MgEducationUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/educationuser-update?view=graph-rest-1.0", - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationUser" }, { - "Command": "Update-MgEducationUserAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignment", + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignment" }, { - "Command": "Update-MgEducationUserAssignmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationAssignmentResource", + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationAssignmentResource" }, { - "Command": "Update-MgEducationUserAssignmentRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Update-MgEducationUserAssignmentSubmission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmission", + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmission" }, { - "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationOutcome", + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationOutcome" }, { - "Command": "Update-MgEducationUserAssignmentSubmissionResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Method": "PATCH", + "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationSubmissionResource" }, { - "Command": "Update-MgEducationUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgEducationUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgEducationUserRubric", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEducationRubric", + "Method": "PATCH", + "Command": "Update-MgEducationUserRubric", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Education", "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "ApiReferenceLink": null, - "Module": "Education", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEducationRubric" }, { - "Command": "Update-MgEntitlementManagementAccessPackage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackage", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackage-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackage" }, { - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/approvalstage-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy" }, { - "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" }, { - "Command": "Update-MgEntitlementManagementAssignment", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -562787,51 +563103,51 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignment-reprocess?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting" }, { - "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageQuestion", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageQuestion" }, { - "Command": "Update-MgEntitlementManagementAssignmentRequest", "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -562840,68 +563156,68 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequest-reprocess?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgEntitlementManagementCatalog", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackagecatalog-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/customWorkflowExtensions/{customCalloutExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accesspackageassignmentrequestworkflowextension-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "Update-MgEntitlementManagementCatalogResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementCatalogResourceRole", "Variants": [ "Update", "Update1", @@ -562916,17 +563232,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", "Variants": [ "Update", "Update1", @@ -562937,17 +563253,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", "Variants": [ "Update", "Update1", @@ -562958,17 +563274,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", "Variants": [ "Update", "Update1", @@ -562979,34 +563295,34 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementCatalogResourceScope", "Variants": [ "Update", "Update1", @@ -563021,17 +563337,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", "Variants": [ "Update", "Update1", @@ -563042,17 +563358,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", "Variants": [ "Update", "Update1", @@ -563063,17 +563379,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", "Variants": [ "Update", "Update1", @@ -563084,306 +563400,306 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementConnectedOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConnectedOrganization", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/connectedorganization-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConnectedOrganization" }, { - "Command": "Update-MgEntitlementManagementResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceEnvironment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment" }, { - "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceEnvironmentResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceEnvironments/{accessPackageResourceEnvironment-id}/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalog", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalog", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageCatalog" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomCalloutExtension", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogCustomWorkflowExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/customWorkflowExtensions/{customCalloutExtension-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomCalloutExtension" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", "Variants": [ "Update", "Update1", @@ -563398,17 +563714,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", "Variants": [ "Update", "Update1", @@ -563419,17 +563735,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", "Variants": [ "Update", "Update1", @@ -563440,17 +563756,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", "Variants": [ "Update", "Update1", @@ -563461,34 +563777,34 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceRoles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", "Variants": [ "Update", "Update1", @@ -563503,17 +563819,17 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", "Variants": [ "Update", "Update1", @@ -563524,17 +563840,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", "Variants": [ "Update", "Update1", @@ -563545,17 +563861,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", "Variants": [ "Update", "Update1", @@ -563566,564 +563882,567 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestCatalogResourceScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/catalog/resourceScopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementResourceRequestResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRequestResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRequests/{accessPackageResourceRequest-id}/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRoleScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope" }, { - "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/roles/{accessPackageResourceRole-id}/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/scope/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceRoleScopeRoleResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resourceRoleScopes/{accessPackageResourceRoleScope-id}/role/resource/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceScope" }, { - "Command": "Update-MgEntitlementManagementResourceScopeResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceScopeResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceScopeResourceRole", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResourceRole" }, { - "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessPackageResource", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementResourceScopeResourceRoleResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/resources/{accessPackageResource-id}/scopes/{accessPackageResourceScope-id}/resource/roles/{accessPackageResourceRole-id}/resource", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessPackageResource" }, { - "Command": "Update-MgEntitlementManagementSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Method": "PATCH", + "Command": "Update-MgEntitlementManagementSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/entitlementManagement/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/entitlementmanagementsettings-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEntitlementManagementSettings" }, { - "Command": "Update-MgExternal", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "PATCH", + "Command": "Update-MgExternal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "Command": "Update-MgExternalConnection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Method": "PATCH", + "Command": "Update-MgExternalConnection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -564142,22 +564461,22 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-update?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection" }, { - "Command": "Update-MgExternalConnectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Method": "PATCH", + "Command": "Update-MgExternalConnectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalItem.ReadWrite.OwnedBy", @@ -564176,73 +564495,73 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalgroup-update?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup" }, { - "Command": "Update-MgExternalConnectionGroupMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", + "Method": "PATCH", + "Command": "Update-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity" }, { - "Command": "Update-MgExternalConnectionItemActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", + "Method": "PATCH", + "Command": "Update-MgExternalConnectionItemActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity" }, { - "Command": "Update-MgExternalConnectionOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Method": "PATCH", + "Command": "Update-MgExternalConnectionOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation" }, { - "Command": "Update-MgExternalConnectionSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Method": "PATCH", + "Command": "Update-MgExternalConnectionSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ExternalConnection.ReadWrite.OwnedBy", @@ -564261,22 +564580,22 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/external/connections/{externalConnection-id}/schema", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/externalconnectors-externalconnection-patch-schema?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExternalConnectorsSchema" }, { - "Command": "Update-MgGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "PATCH", + "Command": "Update-MgGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group.ReadWrite.All", @@ -564295,56 +564614,56 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Update-MgGroupAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Update-MgGroupByUniqueName", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroup", + "Method": "PATCH", + "Command": "Update-MgGroupByUniqueName", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups(uniqueName='{uniqueName}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-upsert?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroup" }, { - "Command": "Update-MgGroupCalendarEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH", + "Command": "Update-MgGroupCalendarEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -564363,39 +564682,39 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar/events/{event-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-event?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Update-MgGroupCalendarPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "PATCH", + "Command": "Update-MgGroupCalendarPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "Update-MgGroupConversationThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "PATCH", + "Command": "Update-MgGroupConversationThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -564414,1008 +564733,1008 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "Update-MgGroupConversationThreadPostExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH", + "Command": "Update-MgGroupDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Update-MgGroupDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgGroupDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgGroupDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Update-MgGroupDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgGroupDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Update-MgGroupDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", + "Command": "Update-MgGroupDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", + "Command": "Update-MgGroupDriveList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Update-MgGroupDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgGroupDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgGroupDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgGroupDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgGroupDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgGroupDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgGroupDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgGroupDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Update-MgGroupDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgGroupDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgGroupDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Update-MgGroupDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgGroupDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Update-MgGroupDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", + "Command": "Update-MgGroupDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Update-MgGroupEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH", + "Command": "Update-MgGroupEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Calendars.ReadWrite", @@ -565434,66 +565753,63 @@ "IsLeastPrivilege": false } ], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Update-MgGroupEventExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEventExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupEventInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupLifecyclePolicy", "Variants": [ "Update", "Update1", @@ -565504,153 +565820,153 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Method": "PATCH", + "Command": "Update-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/grouplifecyclepolicy-update?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy" }, { - "Command": "Update-MgGroupOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", + "Command": "Update-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Update-MgGroupOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgGroupOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgGroupOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgGroupOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgGroupOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgGroupOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgGroupOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", + "Command": "Update-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Update-MgGroupPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", + "Command": "Update-MgGroupPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Update-MgGroupPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerGroup", + "Method": "PATCH", + "Command": "Update-MgGroupPlanner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/groups/{group-id}/planner", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerGroup" }, { - "Command": "Update-MgGroupPlannerPlanDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "PATCH", + "Command": "Update-MgGroupPlannerPlanDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerPlanDetails" }, { - "Command": "Update-MgGroupSetting", "Variants": [ "Update", "Update1", @@ -565661,7 +565977,10 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphGroupSetting", + "Method": "PATCH", + "Command": "Update-MgGroupSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Directory.ReadWrite.All", @@ -565680,1035 +565999,1032 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/settings/{groupSetting-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/groupsetting-update?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupSetting" }, { - "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGroupSettingTemplate", + "Method": "PATCH", + "Command": "Update-MgGroupSettingTemplateGroupSettingTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groupSettingTemplates/{groupSettingTemplate-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGroupSettingTemplate" }, { - "Command": "Update-MgGroupSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "PATCH", + "Command": "Update-MgGroupSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Update-MgGroupSiteAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgGroupSiteAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgGroupSiteAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgGroupSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "PATCH", + "Command": "Update-MgGroupSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Update-MgGroupSiteColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgGroupSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgGroupSiteContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgGroupSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgGroupSiteContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgGroupSiteContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupSiteCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupSiteGetByPathAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgGroupSiteGetByPathAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgGroupSiteGetByPathOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH", + "Command": "Update-MgGroupSiteGetByPathOnenote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenote" }, { - "Command": "Update-MgGroupSiteGetByPathTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", + "Command": "Update-MgGroupSiteGetByPathTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupSiteLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", + "Command": "Update-MgGroupSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Update-MgGroupSiteListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgGroupSiteListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgGroupSiteListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgGroupSiteListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupSiteListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupSiteListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupSiteListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupSiteListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgGroupSiteListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSiteListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupSiteListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgGroupSiteListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgGroupSiteListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgGroupSiteOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenote" }, { - "Command": "Update-MgGroupSiteOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Update-MgGroupSiteOnenoteNotebookSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionGroupSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteNotebookSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgGroupSiteOnenoteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteOperation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteOperation" }, { - "Command": "Update-MgGroupSiteOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgGroupSiteOnenoteResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteResource", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/resources/{onenoteResource-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteResource" }, { - "Command": "Update-MgGroupSiteOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgGroupSiteOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSectionGroupSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgGroupSiteOnenoteSectionPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOnenoteSectionPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgGroupSiteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgGroupSitePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "PATCH", + "Command": "Update-MgGroupSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayout", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayout", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCanvasLayout" }, { - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVerticalSection" }, { - "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupSitePageAsSitePageWebPart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupSitePageAsSitePageWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgGroupSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgGroupSitePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgGroupSitePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgGroupSiteTermStore", "Variants": [ "Update", "Update1", @@ -566719,17 +567035,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Update-MgGroupSiteTermStoreGroup", "Variants": [ "Update", "Update1", @@ -566740,17 +567056,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Update-MgGroupSiteTermStoreGroupSet", "Variants": [ "Update", "Update1", @@ -566761,17 +567077,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Update-MgGroupSiteTermStoreGroupSetChild", "Variants": [ "Update", "Update1", @@ -566790,17 +567106,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -566819,17 +567135,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", "Variants": [ "Update", "Update1", @@ -566840,17 +567156,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", "Variants": [ "Update", "Update1", @@ -566861,17 +567177,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", "Variants": [ "Update", "Update1", @@ -566882,17 +567198,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", "Variants": [ "Update", "Update1", @@ -566903,17 +567219,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -566924,17 +567240,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", "Variants": [ "Update", "Update1", @@ -566945,17 +567261,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgGroupSiteTermStoreSet", "Variants": [ "Update", "Update1", @@ -566966,17 +567282,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Update-MgGroupSiteTermStoreSetChild", "Variants": [ "Update", "Update1", @@ -566995,17 +567311,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgGroupSiteTermStoreSetChildRelation", "Variants": [ "Update", "Update1", @@ -567024,17 +567340,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgGroupSiteTermStoreSetParentGroup", "Variants": [ "Update", "Update1", @@ -567045,17 +567361,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", "Variants": [ "Update", "Update1", @@ -567066,17 +567382,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", "Variants": [ "Update", "Update1", @@ -567095,17 +567411,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -567124,17 +567440,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Update", "Update1", @@ -567145,17 +567461,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Update", "Update1", @@ -567166,17 +567482,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Update", "Update1", @@ -567187,17 +567503,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -567208,17 +567524,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Update", "Update1", @@ -567229,17 +567545,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgGroupSiteTermStoreSetRelation", "Variants": [ "Update", "Update1", @@ -567250,17 +567566,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgGroupSiteTermStoreSetTerm", "Variants": [ "Update", "Update1", @@ -567271,17 +567587,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgGroupSiteTermStoreSetTermChild", "Variants": [ "Update", "Update1", @@ -567292,17 +567608,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -567313,17 +567629,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgGroupSiteTermStoreSetTermRelation", "Variants": [ "Update", "Update1", @@ -567334,551 +567650,554 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgGroupTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Update-MgGroupTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgGroupTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgGroupTeamChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgGroupTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgGroupTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Update-MgGroupTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgGroupTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgGroupTeamMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgGroupTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgGroupTeamOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH", + "Command": "Update-MgGroupTeamOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Update-MgGroupTeamPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", + "Command": "Update-MgGroupTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Update-MgGroupTeamPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", + "Command": "Update-MgGroupTeamPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/photo", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Update-MgGroupTeamPrimaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Update-MgGroupTeamPrimaryChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgGroupTeamPrimaryChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Update-MgGroupTeamPrimaryChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "Update-MgGroupTeamScheduleOpenShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "Update-MgGroupTeamScheduleSchedulingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "Update-MgGroupTeamScheduleShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "Update-MgGroupTeamScheduleTimeOff", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Update-MgGroupTeamScheduleTimeOffReason", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "Update-MgGroupTeamScheduleTimeOffRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "PATCH", + "Command": "Update-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "Update-MgGroupTeamTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "PATCH", + "Command": "Update-MgGroupTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "Update-MgGroupTeamTagMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "PATCH", + "Command": "Update-MgGroupTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "Update-MgGroupThread", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationThread", + "Method": "PATCH", + "Command": "Update-MgGroupThread", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Group-Conversation.ReadWrite.All", @@ -567897,277 +568216,277 @@ "IsLeastPrivilege": false } ], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/group-update-thread?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationThread" }, { - "Command": "Update-MgGroupThreadPostExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupThreadPostExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/opentypeextension-update?view=graph-rest-1.0", - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgGroupThreadPostInReplyToExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Groups", "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Groups", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgIdentityApiConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", + "Command": "Update-MgIdentityApiConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityapiconnector-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Update-MgIdentityAuthenticationEventFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationEventsFlow", + "Method": "PATCH", + "Command": "Update-MgIdentityAuthenticationEventFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventsflow-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationEventsFlow" }, { - "Command": "Update-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityAuthenticationEventFlowAsExternalUserSelfServiceSignUpEventFlowIncludeApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgIdentityAuthenticationEventFlowIncludeApplication", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityAuthenticationEventFlowIncludeApplication", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgIdentityAuthenticationEventListener", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationEventListener", + "Method": "PATCH", + "Command": "Update-MgIdentityAuthenticationEventListener", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationeventlistener-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationEventListener" }, { - "Command": "Update-MgIdentityB2XUserFlow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow" }, { - "Command": "Update-MgIdentityB2XUserFlowLanguage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration" }, { - "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userflowlanguagepage-put?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowPostAttributeCollection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postAttributeCollection", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowPostFederationSignup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/apiConnectorConfiguration/postFederationSignup", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityApiConnector" }, { - "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", + "Method": "PATCH", + "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattributeassignment-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment" }, { - "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationcontextclassreference-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference" }, { - "Command": "Update-MgIdentityConditionalAccessNamedLocation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNamedLocation", + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -568186,22 +568505,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNamedLocation" }, { - "Command": "Update-MgIdentityConditionalAccessPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Method": "PATCH", + "Command": "Update-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -568228,772 +568547,769 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conditionalaccesspolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConditionalAccessPolicy" }, { - "Command": "Update-MgIdentityCustomAuthenticationExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", + "Method": "PATCH", + "Command": "Update-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/customauthenticationextension-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension" }, { - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstance-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewInstance" }, { - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewReviewer" }, { - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewStage", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewstage-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewStage" }, { - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/accessreviewinstancedecisionitem-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem" }, { - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGovernanceInsight", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecisionInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGovernanceInsight" }, { - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition" }, { - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance" }, { - "Command": "Update-MgIdentityGovernanceAppConsentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppConsentRequest", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppConsentRequest" }, { - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserConsentRequest", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserConsentRequest" }, { - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-workflow-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCreatedByMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-customtaskextension-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedByMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedByMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowInsight", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/insights", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowLastModifiedByMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitygovernance-lifecyclemanagementsettings-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionCreatedByMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/createdBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionLastModifiedByMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/lastModifiedBy/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityGovernanceTask" }, { - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowVersionTaskProcessingResultSubjectMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgIdentityGovernancePrivilegedAccess", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccess", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot" }, { - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup" }, { - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApproval", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApproval", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApproval" }, { - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphApprovalStage", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentApprovalStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentApprovals/{approval-id}/stages/{approvalStage-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphApprovalStage" }, { - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule" }, { - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance" }, { - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest" }, { - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule" }, { - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance" }, { - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest" }, { - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreement", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/agreement-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreement" }, { - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", "Variants": [ "Update", "Update1", @@ -569004,190 +569320,193 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementAcceptance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementAcceptance" }, { - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFile", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFile" }, { - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileLocalization", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFileLocalization" }, { - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAgreementFileVersion", + "Method": "PATCH", + "Command": "Update-MgIdentityGovernanceTermsOfUseAgreementFileVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/files/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAgreementFileVersion" }, { - "Command": "Update-MgIdentityProvider", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Method": "PATCH", + "Command": "Update-MgIdentityProvider", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/identityProviders/{identityProviderBase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityproviderbase-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityProviderBase" }, { - "Command": "Update-MgIdentityUserFlowAttribute", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Method": "PATCH", + "Command": "Update-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identityuserflowattribute-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute" }, { - "Command": "Update-MgInformationProtection", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphInformationProtection", + "Method": "PATCH", + "Command": "Update-MgInformationProtection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/informationProtection", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInformationProtection" }, { - "Command": "Update-MgInformationProtectionThreatAssessmentRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Method": "PATCH", + "Command": "Update-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThreatAssessmentRequest" }, { - "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThreatAssessmentResult", + "Method": "PATCH", + "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThreatAssessmentResult" }, { - "Command": "Update-MgInvitationInvitedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgInvitationInvitedUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/invitations/invitedUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgOauth2PermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Method": "PATCH", + "Command": "Update-MgOauth2PermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DelegatedPermissionGrant.ReadWrite.All", @@ -569206,22 +569525,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/oauth2permissiongrant-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant" }, { - "Command": "Update-MgOrganization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOrganization", + "Method": "PATCH", + "Command": "Update-MgOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -569248,22 +569567,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organization-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOrganization" }, { - "Command": "Update-MgOrganizationBranding", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Method": "PATCH", + "Command": "Update-MgOrganizationBranding", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -569282,22 +569601,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbranding-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOrganizationalBranding" }, { - "Command": "Update-MgOrganizationBrandingLocalization", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Method": "PATCH", + "Command": "Update-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OrganizationalBranding.ReadWrite.All", @@ -569316,88 +569635,88 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/organizationalbrandinglocalization-update?view=graph-rest-1.0", - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization" }, { - "Command": "Update-MgOrganizationExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgOrganizationExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/organization/{organization-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgPlace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlace", + "Method": "PATCH", + "Command": "Update-MgPlace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/{place-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/place-update?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlace" }, { - "Command": "Update-MgPlaceAsRoomListRoom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRoom", + "Method": "PATCH", + "Command": "Update-MgPlaceAsRoomListRoom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/places/{place-id}/roomList/rooms/{room-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRoom" }, { - "Command": "Update-MgPlanner", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPlanner", + "Method": "PATCH", + "Command": "Update-MgPlanner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Planner", "Uri": "/planner", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlanner" }, { - "Command": "Update-MgPlannerBucket", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerBucket", + "Method": "PATCH", + "Command": "Update-MgPlannerBucket", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -569424,22 +569743,22 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/buckets/{plannerBucket-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbucket-update?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerBucket" }, { - "Command": "Update-MgPlannerPlan", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlan", + "Method": "PATCH", + "Command": "Update-MgPlannerPlan", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -569466,22 +569785,22 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/plans/{plannerPlan-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplan-update?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerPlan" }, { - "Command": "Update-MgPlannerPlanDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Method": "PATCH", + "Command": "Update-MgPlannerPlanDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -569508,22 +569827,22 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/plans/{plannerPlan-id}/details", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerplandetails-update?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerPlanDetails" }, { - "Command": "Update-MgPlannerTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerTask", + "Method": "PATCH", + "Command": "Update-MgPlannerTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -569550,22 +569869,22 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertask-update?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerTask" }, { - "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Method": "PATCH", + "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -569592,22 +569911,22 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerassignedtotaskboardtaskformat-update?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat" }, { - "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Method": "PATCH", + "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -569634,22 +569953,22 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerbuckettaskboardtaskformat-update?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat" }, { - "Command": "Update-MgPlannerTaskDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Method": "PATCH", + "Command": "Update-MgPlannerTaskDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -569676,22 +569995,22 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}/details", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannertaskdetails-update?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerTaskDetails" }, { - "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Method": "PATCH", + "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite.All", @@ -569718,22 +570037,22 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/plannerprogresstaskboardtaskformat-update?view=graph-rest-1.0", - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat" }, { - "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -569752,37 +570071,37 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/activitybasedtimeoutpolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy" }, { - "Command": "Update-MgPolicyAdminConsentRequestPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/adminConsentRequestPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/adminconsentrequestpolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy" }, { - "Command": "Update-MgPolicyAppManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -569801,69 +570120,69 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/appmanagementpolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppManagementPolicy" }, { - "Command": "Update-MgPolicyAuthenticationFlowPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationFlowsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationflowspolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy" }, { - "Command": "Update-MgPolicyAuthenticationMethodPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationMethodPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationmethodspolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy" }, { - "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration" }, { - "Command": "Update-MgPolicyAuthenticationStrengthPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -569882,22 +570201,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy" }, { - "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", + "Method": "POST", + "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -569916,54 +570235,54 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authenticationstrengthpolicy-updateallowedcombinations?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult" }, { - "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Method": "PATCH", + "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration" }, { - "Command": "Update-MgPolicyAuthorizationPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyAuthorizationPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/authorizationPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/authorizationpolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthorizationPolicy" }, { - "Command": "Update-MgPolicyClaimMappingPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -569982,112 +570301,112 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/claimsmappingpolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphClaimsMappingPolicy" }, { - "Command": "Update-MgPolicyCrossTenantAccessPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy" }, { - "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/default", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationdefault-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault" }, { - "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner" }, { - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplate", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPolicyTemplate", + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPolicyTemplate" }, { - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate", + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationIdentitySynchronization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationidentitysyncpolicytemplate-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationIdentitySyncPolicyTemplate" }, { - "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate", + "Method": "PATCH", + "Command": "Update-MgPolicyCrossTenantAccessPolicyTemplateMultiTenantOrganizationPartnerConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationpartnerconfigurationtemplate-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationPartnerConfigurationTemplate" }, { - "Command": "Update-MgPolicyDefaultAppManagementPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -570106,39 +570425,39 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/defaultAppManagementPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tenantappmanagementpolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy" }, { - "Command": "Update-MgPolicyFeatureRolloutPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/featurerolloutpolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy" }, { - "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -570157,20 +570476,20 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/homerealmdiscoverypolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy" }, { - "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.All", @@ -570189,124 +570508,124 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/identitysecuritydefaultsenforcementpolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy" }, { - "Command": "Update-MgPolicyPermissionGrantPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/permissiongrantpolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionGrantPolicy" }, { - "Command": "Update-MgPolicyPermissionGrantPolicyExclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "PATCH", + "Command": "Update-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "Update-MgPolicyPermissionGrantPolicyInclude", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Method": "PATCH", + "Command": "Update-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet" }, { - "Command": "Update-MgPolicyRoleManagementPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy" }, { - "Command": "Update-MgPolicyRoleManagementPolicyAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment" }, { - "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "Update-MgPolicyRoleManagementPolicyRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Method": "PATCH", + "Command": "Update-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagementPolicy.ReadWrite.Directory", @@ -570325,22 +570644,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedrolemanagementpolicyrule-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule" }, { - "Command": "Update-MgPolicyTokenIssuancePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -570359,22 +570678,22 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenissuancepolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTokenIssuancePolicy" }, { - "Command": "Update-MgPolicyTokenLifetimePolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Method": "PATCH", + "Command": "Update-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Policy.Read.ApplicationConfiguration", @@ -570393,71 +570712,71 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/tokenlifetimepolicy-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTokenLifetimePolicy" }, { - "Command": "Update-MgPrint", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPrint", + "Method": "PATCH", + "Command": "Update-MgPrint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrint" }, { - "Command": "Update-MgPrintConnector", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintConnector", + "Method": "PATCH", + "Command": "Update-MgPrintConnector", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/connectors/{printConnector-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printconnector-update?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintConnector" }, { - "Command": "Update-MgPrintOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintOperation", + "Method": "PATCH", + "Command": "Update-MgPrintOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/operations/{printOperation-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintOperation" }, { - "Command": "Update-MgPrintPrinter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrinter", + "Method": "PATCH", + "Command": "Update-MgPrintPrinter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Printer.ReadWrite.All", @@ -570476,22 +570795,22 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printer-update?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrinter" }, { - "Command": "Update-MgPrintPrinterJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH", + "Command": "Update-MgPrintPrinterJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "PrintJob.ReadWriteBasic.All", @@ -570518,518 +570837,518 @@ "IsLeastPrivilege": false } ], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printjob-update?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Update-MgPrintPrinterJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH", + "Command": "Update-MgPrintPrinterJobDocument", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Update-MgPrintPrinterJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", + "Command": "Update-MgPrintPrinterJobTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Update-MgPrintPrinterTaskTrigger", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Method": "PATCH", + "Command": "Update-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintTaskTrigger" }, { - "Command": "Update-MgPrintService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintService", + "Method": "PATCH", + "Command": "Update-MgPrintService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/services/{printService-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintService" }, { - "Command": "Update-MgPrintServiceEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Method": "PATCH", + "Command": "Update-MgPrintServiceEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintServiceEndpoint" }, { - "Command": "Update-MgPrintShare", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrinterShare", + "Method": "PATCH", + "Command": "Update-MgPrintShare", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printershare-update?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrinterShare" }, { - "Command": "Update-MgPrintShareAllowedUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgPrintShareAllowedUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgPrintShareJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintJob", + "Method": "PATCH", + "Command": "Update-MgPrintShareJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintJob" }, { - "Command": "Update-MgPrintShareJobDocument", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintDocument", + "Method": "PATCH", + "Command": "Update-MgPrintShareJobDocument", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/documents/{printDocument-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintDocument" }, { - "Command": "Update-MgPrintShareJobTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", + "Command": "Update-MgPrintShareJobTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/shares/{printerShare-id}/jobs/{printJob-id}/tasks/{printTask-id}", "ApiReferenceLink": null, - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Update-MgPrintTaskDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTaskDefinition", + "Method": "PATCH", + "Command": "Update-MgPrintTaskDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/print-update-taskdefinition?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintTaskDefinition" }, { - "Command": "Update-MgPrintTaskDefinitionTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPrintTask", + "Method": "PATCH", + "Command": "Update-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CloudPrint", "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/printtaskdefinition-update-task?view=graph-rest-1.0", - "Module": "Devices.CloudPrint", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPrintTask" }, { - "Command": "Update-MgPrivacySubjectRightsRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "PATCH", + "Command": "Update-MgPrivacySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subjectrightsrequest-update?view=graph-rest-1.0", - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "Update-MgPrivacySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgPrivacySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgPrivacySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgPrivacySubjectRightsRequestNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "PATCH", + "Command": "Update-MgPrivacySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Compliance", "Uri": "/privacy/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Module": "Compliance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Method": "PATCH", + "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserRegistrationDetails" }, { - "Command": "Update-MgReportPartnerBilling", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBilling", + "Method": "PATCH", + "Command": "Update-MgReportPartnerBilling", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnersBilling" }, { - "Command": "Update-MgReportPartnerBillingManifest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingManifest", + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingManifest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/manifests/{manifest-id}", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnersBillingManifest" }, { - "Command": "Update-MgReportPartnerBillingOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingOperation", + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/operations/{operation-id}", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnersBillingOperation" }, { - "Command": "Update-MgReportPartnerBillingReconciliation", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingReconciliation", + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingReconciliation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/reconciliation", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnersBillingReconciliation" }, { - "Command": "Update-MgReportPartnerBillingReconciliationBilled", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingReconciliationBilled", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/reconciliation/billed", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgReportPartnerBillingUsage", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage", + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingUsage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/usage", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPartnersBillingAzureUsage" }, { - "Command": "Update-MgReportPartnerBillingUsageBilled", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingUsageBilled", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/usage/billed", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgReportPartnerBillingUsageUnbilled", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgReportPartnerBillingUsageUnbilled", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Reports", "Uri": "/reports/partners/billing/usage/unbilled", "ApiReferenceLink": null, - "Module": "Reports", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgRiskDetection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskDetection", + "Method": "PATCH", + "Command": "Update-MgRiskDetection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskDetections/{riskDetection-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRiskDetection" }, { - "Command": "Update-MgRiskyServicePrincipal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Method": "PATCH", + "Command": "Update-MgRiskyServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRiskyServicePrincipal" }, { - "Command": "Update-MgRiskyServicePrincipalHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Method": "PATCH", + "Command": "Update-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem" }, { - "Command": "Update-MgRiskyUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskyUser", + "Method": "PATCH", + "Command": "Update-MgRiskyUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRiskyUser" }, { - "Command": "Update-MgRiskyUserHistory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Method": "PATCH", + "Command": "Update-MgRiskyUserHistory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem" }, { - "Command": "Update-MgRoleManagement", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphRoleManagement", + "Method": "PATCH", + "Command": "Update-MgRoleManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -571048,156 +571367,156 @@ "IsLeastPrivilege": false } ], + "Module": "DeviceManagement.Enrollment", "Uri": "/roleManagement", "ApiReferenceLink": null, - "Module": "DeviceManagement.Enrollment", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRoleManagement" }, { - "Command": "Update-MgRoleManagementDirectory", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "Command": "Update-MgRoleManagementDirectoryResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Update-MgRoleManagementDirectoryRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Update-MgRoleManagementDirectoryRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "RoleManagement.ReadWrite.Directory", @@ -571216,309 +571535,309 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/unifiedroledefinition-update?view=graph-rest-1.0", - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Update-MgRoleManagementEntitlementManagement", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphRbacApplication", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagement", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRbacApplication" }, { - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace" }, { - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction" }, { - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment" }, { - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppScope", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppScope" }, { - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule" }, { - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance" }, { - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest" }, { - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition" }, { - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule" }, { - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance" }, { - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Method": "PATCH", + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Governance", "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Governance", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest" }, { - "Command": "Update-MgSchemaExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchemaExtension", + "Method": "PATCH", + "Command": "Update-MgSchemaExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.All", @@ -571537,22 +571856,22 @@ "IsLeastPrivilege": false } ], + "Module": "SchemaExtensions", "Uri": "/schemaExtensions/{schemaExtension-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schemaextension-update?view=graph-rest-1.0", - "Module": "SchemaExtensions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSchemaExtension" }, { - "Command": "Update-MgSearchAcronym", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSearchAcronym", + "Method": "PATCH", + "Command": "Update-MgSearchAcronym", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -571571,22 +571890,22 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/acronyms/{acronym-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-acronym-update?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSearchAcronym" }, { - "Command": "Update-MgSearchBookmark", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSearchBookmark", + "Method": "PATCH", + "Command": "Update-MgSearchBookmark", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "SearchConfiguration.Read.All", @@ -571605,290 +571924,290 @@ "IsLeastPrivilege": false } ], + "Module": "Search", "Uri": "/search/bookmarks/{bookmark-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-bookmark-update?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSearchBookmark" }, { - "Command": "Update-MgSearchEntity", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSearchEntity", + "Method": "PATCH", + "Command": "Update-MgSearchEntity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/search", "ApiReferenceLink": null, - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSearchEntity" }, { - "Command": "Update-MgSearchQna", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSearchQna", + "Method": "PATCH", + "Command": "Update-MgSearchQna", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Search", "Uri": "/search/qnas/{qna-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/search-qna-update?view=graph-rest-1.0", - "Module": "Search", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSearchQna" }, { - "Command": "Update-MgSecurityAlert", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAlert", + "Method": "PATCH", + "Command": "Update-MgSecurityAlert", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/alerts/{alert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/alert-update?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAlert" }, { - "Command": "Update-MgSecurityAlertV2", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAlert", + "Method": "PATCH", + "Command": "Update-MgSecurityAlertV2", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/alerts_v2/{alert-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-alert-update?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityAlert" }, { - "Command": "Update-MgSecurityAttackSimulationAutomation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSimulationAutomation", + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSimulationAutomation" }, { - "Command": "Update-MgSecurityAttackSimulationAutomationRun", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSimulationAutomationRun" }, { - "Command": "Update-MgSecurityAttackSimulationEndUserNotification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEndUserNotification", + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationEndUserNotification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEndUserNotification" }, { - "Command": "Update-MgSecurityAttackSimulationEndUserNotificationDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEndUserNotificationDetail", + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationEndUserNotificationDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/endUserNotifications/{endUserNotification-id}/details/{endUserNotificationDetail-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEndUserNotificationDetail" }, { - "Command": "Update-MgSecurityAttackSimulationLandingPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLandingPage", + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationLandingPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLandingPage" }, { - "Command": "Update-MgSecurityAttackSimulationLandingPageDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLandingPageDetail", + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationLandingPageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/landingPages/{landingPage-id}/details/{landingPageDetail-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLandingPageDetail" }, { - "Command": "Update-MgSecurityAttackSimulationLoginPage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLoginPage", + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationLoginPage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/loginPages/{loginPage-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLoginPage" }, { - "Command": "Update-MgSecurityAttackSimulationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttackSimulationOperation" }, { - "Command": "Update-MgSecurityAttackSimulationPayload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPayload", + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationPayload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/payloads/{payload-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPayload" }, { - "Command": "Update-MgSecurityAttackSimulationTraining", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTraining", + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationTraining", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/trainings/{training-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTraining" }, { - "Command": "Update-MgSecurityAttackSimulationTrainingLanguageDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrainingLanguageDetail", + "Method": "PATCH", + "Command": "Update-MgSecurityAttackSimulationTrainingLanguageDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/attackSimulation/trainings/{training-id}/languageDetails/{trainingLanguageDetail-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTrainingLanguageDetail" }, { - "Command": "Update-MgSecurityCase", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCasesRoot", + "Method": "PATCH", + "Command": "Update-MgSecurityCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityCasesRoot" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCase", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -571907,37 +572226,37 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycase-update?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -571956,88 +572275,88 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycustodian-updateindex?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySiteSource" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityUserSource", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityUserSource" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", "Variants": [ "Update", "UpdateViaIdentity" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -572056,56 +572375,56 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverynoncustodialdatasource-updateindex?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityCaseOperation" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -572124,22 +572443,22 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewsetquery-update?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -572158,56 +572477,56 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverysearch-update?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDataSource", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityDataSource" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoverycasesettings-update?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings" }, { - "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Method": "PATCH", + "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "eDiscovery.Read.All", @@ -572226,828 +572545,828 @@ "IsLeastPrivilege": false } ], + "Module": "Security", "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-ediscoveryreviewtag-update?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag" }, { - "Command": "Update-MgSecurityIdentity", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIdentityContainer", + "Method": "PATCH", + "Command": "Update-MgSecurityIdentity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/identities", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityIdentityContainer" }, { - "Command": "Update-MgSecurityIdentityHealthIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHealthIssue", + "Method": "PATCH", + "Command": "Update-MgSecurityIdentityHealthIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/identities/healthIssues/{healthIssue-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHealthIssue" }, { - "Command": "Update-MgSecurityIncident", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIncident", + "Method": "PATCH", + "Command": "Update-MgSecurityIncident", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/incidents/{incident-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-incident-update?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityIncident" }, { - "Command": "Update-MgSecurityLabel", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", + "Method": "PATCH", + "Command": "Update-MgSecurityLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityLabelsRoot" }, { - "Command": "Update-MgSecurityLabelAuthority", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate", + "Method": "PATCH", + "Command": "Update-MgSecurityLabelAuthority", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/authorities/{authorityTemplate-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityAuthorityTemplate" }, { - "Command": "Update-MgSecurityLabelCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCategoryTemplate", + "Method": "PATCH", + "Command": "Update-MgSecurityLabelCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/categories/{categoryTemplate-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityCategoryTemplate" }, { - "Command": "Update-MgSecurityLabelCategorySubcategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate", + "Method": "PATCH", + "Command": "Update-MgSecurityLabelCategorySubcategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/categories/{categoryTemplate-id}/subcategories/{subcategoryTemplate-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySubcategoryTemplate" }, { - "Command": "Update-MgSecurityLabelCitation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityCitationTemplate", + "Method": "PATCH", + "Command": "Update-MgSecurityLabelCitation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/citations/{citationTemplate-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityCitationTemplate" }, { - "Command": "Update-MgSecurityLabelDepartment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate", + "Method": "PATCH", + "Command": "Update-MgSecurityLabelDepartment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/departments/{departmentTemplate-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityDepartmentTemplate" }, { - "Command": "Update-MgSecurityLabelFilePlanReference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate", + "Method": "PATCH", + "Command": "Update-MgSecurityLabelFilePlanReference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/filePlanReferences/{filePlanReferenceTemplate-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityFilePlanReferenceTemplate" }, { - "Command": "Update-MgSecurityLabelRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgSecurityLabelRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/security-retentionlabel-update?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityRetentionLabel" }, { - "Command": "Update-MgSecurityLabelRetentionLabelDescriptor", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor", + "Method": "PATCH", + "Command": "Update-MgSecurityLabelRetentionLabelDescriptor", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/descriptors", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityFilePlanDescriptor" }, { - "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", + "Method": "PATCH", + "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-stageNumber}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage" }, { - "Command": "Update-MgSecuritySecureScore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecureScore", + "Method": "PATCH", + "Command": "Update-MgSecuritySecureScore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/secureScores/{secureScore-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecureScore" }, { - "Command": "Update-MgSecuritySecureScoreControlProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Method": "PATCH", + "Command": "Update-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/securescorecontrolprofile-update?view=graph-rest-1.0", - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecureScoreControlProfile" }, { - "Command": "Update-MgSecuritySubjectRightsRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Method": "PATCH", + "Command": "Update-MgSecuritySubjectRightsRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubjectRightsRequest" }, { - "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgSecuritySubjectRightsRequestNote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAuthoredNote", + "Method": "PATCH", + "Command": "Update-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAuthoredNote" }, { - "Command": "Update-MgSecurityThreatIntelligence", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence" }, { - "Command": "Update-MgSecurityThreatIntelligenceArticle", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityArticle", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articles/{article-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityArticle" }, { - "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityArticleIndicator" }, { - "Command": "Update-MgSecurityThreatIntelligenceHost", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHost", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHost", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHost" }, { - "Command": "Update-MgSecurityThreatIntelligenceHostComponent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostComponent", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostComponent" }, { - "Command": "Update-MgSecurityThreatIntelligenceHostCookie", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostCookie", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostCookie", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostCookie" }, { - "Command": "Update-MgSecurityThreatIntelligenceHostPair", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostPair", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostPair", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPairs/{hostPair-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostPair" }, { - "Command": "Update-MgSecurityThreatIntelligenceHostPort", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostPort", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostPort", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostPorts/{hostPort-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostPort" }, { - "Command": "Update-MgSecurityThreatIntelligenceHostReputation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostReputation", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostReputation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostReputation" }, { - "Command": "Update-MgSecurityThreatIntelligenceHostSslCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostSslCertificate", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostSslCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostSslCertificates/{hostSslCertificate-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostSslCertificate" }, { - "Command": "Update-MgSecurityThreatIntelligenceHostTracker", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityHostTracker", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityHostTracker" }, { - "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile" }, { - "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord" }, { - "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator" }, { - "Command": "Update-MgSecurityThreatIntelligenceSslCertificate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySslCertificate", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceSslCertificate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/sslCertificates/{sslCertificate-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySslCertificate" }, { - "Command": "Update-MgSecurityThreatIntelligenceSubdomain", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecuritySubdomain", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceSubdomain", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/subdomains/{subdomain-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecuritySubdomain" }, { - "Command": "Update-MgSecurityThreatIntelligenceVulnerability", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityVulnerability", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityVulnerability" }, { - "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent" }, { - "Command": "Update-MgSecurityThreatIntelligenceWhoisHistoryRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceWhoisHistoryRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisHistoryRecords/{whoisHistoryRecord-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityWhoisHistoryRecord" }, { - "Command": "Update-MgSecurityThreatIntelligenceWhoisRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityWhoisRecord", + "Method": "PATCH", + "Command": "Update-MgSecurityThreatIntelligenceWhoisRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/threatIntelligence/whoisRecords/{whoisRecord-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityWhoisRecord" }, { - "Command": "Update-MgSecurityTrigger", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", + "Method": "PATCH", + "Command": "Update-MgSecurityTrigger", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/triggers", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityTriggersRoot" }, { - "Command": "Update-MgSecurityTriggerRetentionEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Method": "PATCH", + "Command": "Update-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityRetentionEvent" }, { - "Command": "Update-MgSecurityTriggerType", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", + "Method": "PATCH", + "Command": "Update-MgSecurityTriggerType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/triggerTypes", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot" }, { - "Command": "Update-MgSecurityTriggerTypeRetentionEventType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Method": "PATCH", + "Command": "Update-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Security", "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "ApiReferenceLink": null, - "Module": "Security", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSecurityRetentionEventType" }, { - "Command": "Update-MgServiceAnnouncementHealthOverview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceHealth", + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceHealth" }, { - "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "Update-MgServiceAnnouncementIssue", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceHealthIssue", + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceHealthIssue" }, { - "Command": "Update-MgServiceAnnouncementMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceUpdateMessage", + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceUpdateMessage" }, { - "Command": "Update-MgServiceAnnouncementMessageAttachment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", + "Method": "PATCH", + "Command": "Update-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.ServiceAnnouncement", "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", "ApiReferenceLink": null, - "Module": "Devices.ServiceAnnouncement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment" }, { - "Command": "Update-MgServicePrincipal", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "PATCH", + "Command": "Update-MgServicePrincipal", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application.ReadWrite.OwnedBy", @@ -573074,107 +573393,107 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Update-MgServicePrincipalAppRoleAssignedTo", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Update-MgServicePrincipalAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Update-MgServicePrincipalByAppId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipal", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalByAppId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals(appId='{appId}')", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/serviceprincipal-upsert?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServicePrincipal" }, { - "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification" }, { - "Command": "Update-MgServicePrincipalEndpoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEndpoint", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEndpoint" }, { - "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -573201,22 +573520,22 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/remotedesktopsecurityconfiguration-update?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRemoteDesktopSecurityConfiguration" }, { - "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTargetDeviceGroup", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalRemoteDesktopSecurityConfigurationTargetDeviceGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Application-RemoteDesktopConfig.ReadWrite.All", @@ -573251,287 +573570,284 @@ "IsLeastPrivilege": false } ], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/remoteDesktopSecurityConfiguration/targetDeviceGroups/{targetDeviceGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/targetdevicegroup-update?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTargetDeviceGroup" }, { - "Command": "Update-MgServicePrincipalRiskDetection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection" }, { - "Command": "Update-MgServicePrincipalSynchronizationJob", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationJob", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationJob", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationJob" }, { - "Command": "Update-MgServicePrincipalSynchronizationJobBulkUpload", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationJobBulkUpload", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/bulkUpload", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgServicePrincipalSynchronizationJobSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationJobSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/synchronization-synchronizationschema-update?view=graph-rest-1.0", - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Update-MgServicePrincipalSynchronizationTemplate", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationTemplate", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationTemplate" }, { - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSynchronizationSchema" }, { - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Method": "PATCH", + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDirectoryDefinition" }, { - "Command": "Update-MgShareCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgShareCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgShareLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgShareLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgShareList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", + "Command": "Update-MgShareList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Update-MgShareListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgShareListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgShareListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgShareListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgShareListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgShareListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgShareListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgShareListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgShareListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgShareListItem", "Variants": [ "Update", "Update1", @@ -573542,17 +573858,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgShareListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "Update1", @@ -573563,17 +573879,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgShareListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgShareListItemDocumentSetVersion", "Variants": [ "Update", "Update1", @@ -573584,17 +573900,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgShareListItemDocumentSetVersionField", "Variants": [ "Update", "Update1", @@ -573605,17 +573921,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgShareListItemField", "Variants": [ "Update", "Update1", @@ -573626,17 +573942,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "Update1", @@ -573647,17 +573963,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgShareListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgShareListItemVersion", "Variants": [ "Update", "Update1", @@ -573668,17 +573984,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgShareListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgShareListItemVersionField", "Variants": [ "Update", "Update1", @@ -573689,177 +574005,180 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgShareListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgShareListLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgShareListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgShareListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgShareListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgShareListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgSharePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgSharePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}/permission", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgShareSharedDriveItemSharedDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedDriveItem", + "Method": "PATCH", + "Command": "Update-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/shares/{sharedDriveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedDriveItem" }, { - "Command": "Update-MgSite", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSite", + "Method": "PATCH", + "Command": "Update-MgSite", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSite" }, { - "Command": "Update-MgSiteAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgSiteAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgSiteAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgSiteAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgSiteAnalyticItemActivityStatActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivity", + "Method": "PATCH", + "Command": "Update-MgSiteAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities/{itemActivity-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivity" }, { - "Command": "Update-MgSiteColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgSiteColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -573878,22 +574197,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgSiteContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgSiteContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -573912,22 +574231,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/contenttype-update?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgSiteContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgSiteContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -573946,107 +574265,107 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/columndefinition-update?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgSiteContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgSiteGetByPathAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgSiteGetByPathAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/analytics", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgSiteGetByPathOnenote", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenote", + "Method": "PATCH", + "Command": "Update-MgSiteGetByPathOnenote", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/getByPath(path='{path}')/onenote", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenote" }, { - "Command": "Update-MgSiteGetByPathTermStore", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", + "Command": "Update-MgSiteGetByPathTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/getByPath(path='{path}')/termStore", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Update-MgSiteList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", + "Command": "Update-MgSiteList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Update-MgSiteListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgSiteListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -574065,22 +574384,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgSiteListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgSiteListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -574099,22 +574418,22 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgSiteListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Sites.Manage.All", @@ -574133,627 +574452,624 @@ "IsLeastPrivilege": false } ], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgSiteListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgSiteListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgSiteListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgSiteListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgSiteListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgSiteListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgSiteListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgSiteListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgSiteListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/listitem-update?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgSiteListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgSiteListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgSiteListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgSiteListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSiteListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgSiteListLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgSiteListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgSiteListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgSiteListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgSiteListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgSiteOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", + "Command": "Update-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgSiteOnenoteNotebookSectionGroupSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgSiteOnenoteNotebookSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgSiteOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgSiteOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgSiteOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgSiteOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgSiteOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgSiteOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgSiteOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", + "Command": "Update-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgSiteOnenoteSectionGroupSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgSiteOnenoteSectionPageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgSiteOnenoteSectionPageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgSiteOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgSiteOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgSitePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphBaseSitePage", + "Method": "PATCH", + "Command": "Update-MgSitePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBaseSitePage" }, { - "Command": "Update-MgSitePageAsSitePageCanvaLayout", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCanvasLayout", + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCanvaLayout", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCanvasLayout" }, { - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSection", + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphHorizontalSection" }, { - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphHorizontalSectionColumn" }, { - "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVerticalSection", + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVerticalSection" }, { - "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/canvasLayout/verticalSection/webparts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgSitePageAsSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgSitePageAsSitePageWebPart", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgSitePageAsSitePageWebPart", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/sitePage/webParts/{webPart-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgSitePageCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgSitePageCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgSitePageLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgSitePageLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/pages/{baseSitePage-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgSitePermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgSitePermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/permissions/{permission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/site-update-permission?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgSiteTermStore", "Variants": [ "Update", "Update1", @@ -574764,17 +575080,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStore", + "Method": "PATCH", + "Command": "Update-MgSiteTermStore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-store-update?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStore" }, { - "Command": "Update-MgSiteTermStoreGroup", "Variants": [ "Update", "Update1", @@ -574785,17 +575101,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Update-MgSiteTermStoreGroupSet", "Variants": [ "Update", "Update1", @@ -574806,17 +575122,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Update-MgSiteTermStoreGroupSetChild", "Variants": [ "Update", "Update1", @@ -574835,17 +575151,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgSiteTermStoreGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -574864,17 +575180,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgSiteTermStoreGroupSetParentGroup", "Variants": [ "Update", "Update1", @@ -574885,17 +575201,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Update-MgSiteTermStoreGroupSetRelation", "Variants": [ "Update", "Update1", @@ -574906,17 +575222,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgSiteTermStoreGroupSetTerm", "Variants": [ "Update", "Update1", @@ -574927,17 +575243,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgSiteTermStoreGroupSetTermChild", "Variants": [ "Update", "Update1", @@ -574948,17 +575264,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -574969,17 +575285,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgSiteTermStoreGroupSetTermRelation", "Variants": [ "Update", "Update1", @@ -574990,17 +575306,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgSiteTermStoreSet", "Variants": [ "Update", "Update1", @@ -575011,17 +575327,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-set-update?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Update-MgSiteTermStoreSetChild", "Variants": [ "Update", "Update1", @@ -575040,17 +575356,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgSiteTermStoreSetChildRelation", "Variants": [ "Update", "Update1", @@ -575069,17 +575385,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgSiteTermStoreSetParentGroup", "Variants": [ "Update", "Update1", @@ -575090,17 +575406,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreGroup", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreGroup" }, { - "Command": "Update-MgSiteTermStoreSetParentGroupSet", "Variants": [ "Update", "Update1", @@ -575111,17 +575427,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreSet", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreSet" }, { - "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", "Variants": [ "Update", "Update1", @@ -575140,17 +575456,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", "Variants": [ "Update", "Update1", @@ -575169,17 +575485,17 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", "Variants": [ "Update", "Update1", @@ -575190,17 +575506,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", "Variants": [ "Update", "Update1", @@ -575211,17 +575527,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", "Variants": [ "Update", "Update1", @@ -575232,17 +575548,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -575253,17 +575569,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", "Variants": [ "Update", "Update1", @@ -575274,17 +575590,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgSiteTermStoreSetRelation", "Variants": [ "Update", "Update1", @@ -575295,17 +575611,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgSiteTermStoreSetTerm", "Variants": [ "Update", "Update1", @@ -575316,17 +575632,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/termstore-term-update?view=graph-rest-1.0", - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgSiteTermStoreSetTermChild", "Variants": [ "Update", "Update1", @@ -575337,17 +575653,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreTerm", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreTerm" }, { - "Command": "Update-MgSiteTermStoreSetTermChildRelation", "Variants": [ "Update", "Update1", @@ -575358,17 +575674,17 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgSiteTermStoreSetTermRelation", "Variants": [ "Update", "Update1", @@ -575379,413 +575695,416 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphTermStoreRelation", + "Method": "PATCH", + "Command": "Update-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Sites", "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", "ApiReferenceLink": null, - "Module": "Sites", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTermStoreRelation" }, { - "Command": "Update-MgSolutionBackupRestore", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphBackupRestoreRoot", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestore", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphBackupRestoreRoot" }, { - "Command": "Update-MgSolutionBackupRestoreDriveInclusionRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveProtectionRule", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreDriveInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/driveInclusionRules/{driveProtectionRule-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveProtectionRule" }, { - "Command": "Update-MgSolutionBackupRestoreDriveProtectionUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveProtectionUnit", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreDriveProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/driveProtectionUnits/{driveProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveProtectionUnit" }, { - "Command": "Update-MgSolutionBackupRestoreExchangeProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExchangeProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreExchangeProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeProtectionPolicies/{exchangeProtectionPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangeprotectionpolicy-update?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExchangeProtectionPolicy" }, { - "Command": "Update-MgSolutionBackupRestoreExchangeRestoreSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphExchangeRestoreSession", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreExchangeRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/exchangerestoresession-update?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphExchangeRestoreSession" }, { - "Command": "Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreExchangeRestoreSessionGranularMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/granularMailboxRestoreArtifacts/{granularMailboxRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphGranularMailboxRestoreArtifact" }, { - "Command": "Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxRestoreArtifact", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreExchangeRestoreSessionMailboxRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/exchangeRestoreSessions/{exchangeRestoreSession-id}/mailboxRestoreArtifacts/{mailboxRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxRestoreArtifact" }, { - "Command": "Update-MgSolutionBackupRestoreMailboxInclusionRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxProtectionRule", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreMailboxInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/mailboxInclusionRules/{mailboxProtectionRule-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxProtectionRule" }, { - "Command": "Update-MgSolutionBackupRestoreMailboxProtectionUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxProtectionUnit", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreMailboxProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/mailboxProtectionUnits/{mailboxProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxProtectionUnit" }, { - "Command": "Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreOneDriveForBusinessProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessProtectionPolicies/{oneDriveForBusinessProtectionPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessprotectionpolicy-update?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOneDriveForBusinessProtectionPolicy" }, { - "Command": "Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/onedriveforbusinessrestoresession-update?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOneDriveForBusinessRestoreSession" }, { - "Command": "Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveRestoreArtifact", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreOneDriveForBusinessRestoreSessionDriveRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/oneDriveForBusinessRestoreSessions/{oneDriveForBusinessRestoreSession-id}/driveRestoreArtifacts/{driveRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveRestoreArtifact" }, { - "Command": "Update-MgSolutionBackupRestorePoint", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRestorePoint", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestorePoint", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restorePoints/{restorePoint-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRestorePoint" }, { - "Command": "Update-MgSolutionBackupRestoreProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProtectionPolicyBase", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/protectionPolicies/{protectionPolicyBase-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProtectionPolicyBase" }, { - "Command": "Update-MgSolutionBackupRestoreServiceApp", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceApp", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreServiceApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/serviceApps/{serviceApp-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceApp" }, { - "Command": "Update-MgSolutionBackupRestoreSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRestoreSessionBase", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/restoreSessions/{restoreSessionBase-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRestoreSessionBase" }, { - "Command": "Update-MgSolutionBackupRestoreSharePointProtectionPolicy", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharePointProtectionPolicy", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreSharePointProtectionPolicy", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointProtectionPolicies/{sharePointProtectionPolicy-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/sharepointprotectionpolicy-update?view=graph-rest-1.0", - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharePointProtectionPolicy" }, { - "Command": "Update-MgSolutionBackupRestoreSharePointRestoreSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharePointRestoreSession", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreSharePointRestoreSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharePointRestoreSession" }, { - "Command": "Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSiteRestoreArtifact", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreSharePointRestoreSessionSiteRestoreArtifact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/sharePointRestoreSessions/{sharePointRestoreSession-id}/siteRestoreArtifacts/{siteRestoreArtifact-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSiteRestoreArtifact" }, { - "Command": "Update-MgSolutionBackupRestoreSiteInclusionRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSiteProtectionRule", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreSiteInclusionRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/siteInclusionRules/{siteProtectionRule-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSiteProtectionRule" }, { - "Command": "Update-MgSolutionBackupRestoreSiteProtectionUnit", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSiteProtectionUnit", + "Method": "PATCH", + "Command": "Update-MgSolutionBackupRestoreSiteProtectionUnit", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "BackupRestore", "Uri": "/solutions/backupRestore/siteProtectionUnits/{siteProtectionUnit-id}", "ApiReferenceLink": null, - "Module": "BackupRestore", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSiteProtectionUnit" }, { - "Command": "Update-MgSubscribedSku", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscribedSku", + "Method": "PATCH", + "Command": "Update-MgSubscribedSku", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/subscribedSkus/{subscribedSku-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscribedSku" }, { - "Command": "Update-MgSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "ChangeNotifications", "Uri": "/subscriptions/{subscription-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/subscription-update?view=graph-rest-1.0", - "Module": "ChangeNotifications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeam", + "Method": "PATCH", + "Command": "Update-MgTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamSettings.ReadWrite.Group", @@ -575820,22 +576139,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeam" }, { - "Command": "Update-MgTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", + "Command": "Update-MgTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelSettings.ReadWrite.Group", @@ -575870,22 +576189,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Update-MgTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -575920,90 +576239,90 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/conversationmember-update?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chatmessage-update?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", + "Command": "Update-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Update-MgTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsTab.ReadWriteSelfForTeam", @@ -576070,22 +576389,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/channel-patch-tabs?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgTeamInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgTeamInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamsAppInstallation.ReadWriteSelfForTeam", @@ -576184,22 +576503,22 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgTeamMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgTeamMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "ChannelMember.ReadWrite.All", @@ -576234,345 +576553,345 @@ "IsLeastPrivilege": false } ], + "Module": "Teams", "Uri": "/teams/{team-id}/members/{conversationMember-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/team-update-members?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgTeamOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", + "Method": "PATCH", + "Command": "Update-MgTeamOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAsyncOperation" }, { - "Command": "Update-MgTeamPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", + "Command": "Update-MgTeamPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Update-MgTeamPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", + "Command": "Update-MgTeamPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/photo", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/profilephoto-update?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Update-MgTeamPrimaryChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Update-MgTeamPrimaryChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgTeamPrimaryChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgTeamPrimaryChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Update-MgTeamPrimaryChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgTeamScheduleOfferShiftRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOfferShiftRequest", + "Method": "PATCH", + "Command": "Update-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOfferShiftRequest" }, { - "Command": "Update-MgTeamScheduleOpenShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShift", + "Method": "PATCH", + "Command": "Update-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/openshift-update?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOpenShift" }, { - "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", + "Method": "PATCH", + "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest" }, { - "Command": "Update-MgTeamScheduleSchedulingGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSchedulingGroup", + "Method": "PATCH", + "Command": "Update-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/schedulinggroup-put?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSchedulingGroup" }, { - "Command": "Update-MgTeamScheduleShift", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShift", + "Method": "PATCH", + "Command": "Update-MgTeamScheduleShift", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shift-put?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShift" }, { - "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", + "Method": "PATCH", + "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest" }, { - "Command": "Update-MgTeamScheduleTimeOff", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOff", + "Method": "PATCH", + "Command": "Update-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoff-put?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeOff" }, { - "Command": "Update-MgTeamScheduleTimeOffReason", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffReason", + "Method": "PATCH", + "Command": "Update-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/timeoffreason-put?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeOffReason" }, { - "Command": "Update-MgTeamScheduleTimeOffRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTimeOffRequest", + "Method": "PATCH", + "Command": "Update-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTimeOffRequest" }, { - "Command": "Update-MgTeamTag", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTag", + "Method": "PATCH", + "Command": "Update-MgTeamTag", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "TeamworkTag.ReadWrite", @@ -576591,405 +576910,405 @@ "IsLeastPrivilege": true } ], + "Module": "Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamworktag-update?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkTag" }, { - "Command": "Update-MgTeamTagMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamworkTagMember", + "Method": "PATCH", + "Command": "Update-MgTeamTagMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamworkTagMember" }, { - "Command": "Update-MgTeamwork", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphTeamwork", + "Method": "PATCH", + "Command": "Update-MgTeamwork", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamwork" }, { - "Command": "Update-MgTeamworkDeletedChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedChats/{deletedChat-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgTeamworkDeletedTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeletedTeam", + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeletedTeam" }, { - "Command": "Update-MgTeamworkDeletedTeamChannel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChannel", + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChannel" }, { - "Command": "Update-MgTeamworkDeletedTeamChannelMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgTeamworkDeletedTeamChannelMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo" }, { - "Command": "Update-MgTeamworkDeletedTeamChannelTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgTeamworkTeamAppSetting", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Method": "PATCH", + "Command": "Update-MgTeamworkTeamAppSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/teamsAppSettings", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/teamsappsettings-update?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsAppSettings" }, { - "Command": "Update-MgTeamworkWorkforceIntegration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Method": "PATCH", + "Command": "Update-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/workforceintegration-update?view=graph-rest-1.0", - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWorkforceIntegration" }, { - "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminCustomer", + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminCustomer", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedAdminCustomer" }, { - "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail", + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminCustomerServiceManagementDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminCustomers/{delegatedAdminCustomer-id}/serviceManagementDetails/{delegatedAdminServiceManagementDetail-id}", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedAdminServiceManagementDetail" }, { - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationship", + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationship", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminrelationship-update?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationship" }, { - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment", + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipAccessAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/accessAssignments/{delegatedAdminAccessAssignment-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/delegatedadminaccessassignment-update?view=graph-rest-1.0", - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedAdminAccessAssignment" }, { - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation", + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/operations/{delegatedAdminRelationshipOperation-id}", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipOperation" }, { - "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest", + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipDelegatedAdminRelationshipRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.Partner", "Uri": "/tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationship-id}/requests/{delegatedAdminRelationshipRequest-id}", "ApiReferenceLink": null, - "Module": "Identity.Partner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDelegatedAdminRelationshipRequest" }, { - "Command": "Update-MgTenantRelationshipMultiTenantOrganization", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganization", + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipMultiTenantOrganization", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMultiTenantOrganization" }, { - "Command": "Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest", "Variants": [ "Update", "UpdateExpanded" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord", + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipMultiTenantOrganizationJoinRequest", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/joinRequest", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/multitenantorganizationjoinrequestrecord-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationJoinRequestRecord" }, { - "Command": "Update-MgTenantRelationshipMultiTenantOrganizationTenant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember", + "Method": "PATCH", + "Command": "Update-MgTenantRelationshipMultiTenantOrganizationTenant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/tenantRelationships/multiTenantOrganization/tenants/{multiTenantOrganizationMember-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMultiTenantOrganizationMember" }, { - "Command": "Update-MgUser", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUser", + "Method": "PATCH", + "Command": "Update-MgUser", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "DeviceManagementApps.ReadWrite.All", @@ -577064,73 +577383,73 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-update?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUser" }, { - "Command": "Update-MgUserActivity", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserActivity", + "Method": "PATCH", + "Command": "Update-MgUserActivity", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserActivity" }, { - "Command": "Update-MgUserActivityHistoryItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphActivityHistoryItem", + "Method": "PATCH", + "Command": "Update-MgUserActivityHistoryItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CrossDeviceExperiences", "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", "ApiReferenceLink": null, - "Module": "CrossDeviceExperiences", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphActivityHistoryItem" }, { - "Command": "Update-MgUserAppRoleAssignment", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Method": "PATCH", + "Command": "Update-MgUserAppRoleAssignment", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Applications", "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", "ApiReferenceLink": null, - "Module": "Applications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAppRoleAssignment" }, { - "Command": "Update-MgUserAuthenticationEmailMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Method": "PATCH", + "Command": "Update-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -577149,56 +577468,56 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/emailauthenticationmethod-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod" }, { - "Command": "Update-MgUserAuthenticationMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserAuthenticationMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserAuthenticationOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgUserAuthenticationOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLongRunningOperation" }, { - "Command": "Update-MgUserAuthenticationPhoneMethod", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Method": "PATCH", + "Command": "Update-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -577217,32 +577536,29 @@ "IsLeastPrivilege": false } ], + "Module": "Identity.SignIns", "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/phoneauthenticationmethod-update?view=graph-rest-1.0", - "Module": "Identity.SignIns", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod" }, { - "Command": "Update-MgUserCalendarGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCalendarGroup", + "Method": "PATCH", + "Command": "Update-MgUserCalendarGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCalendarGroup" }, { - "Command": "Update-MgUserCalendarPermission", "Variants": [ "Update", "Update1", @@ -577253,1962 +577569,1965 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "OutputType": "IMicrosoftGraphCalendarPermission", + "Method": "PATCH", + "Command": "Update-MgUserCalendarPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/calendarpermission-update?view=graph-rest-1.0", - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCalendarPermission" }, { - "Command": "Update-MgUserChat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChat", + "Method": "PATCH", + "Command": "Update-MgUserChat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChat" }, { - "Command": "Update-MgUserChatInstalledApp", "Variants": [ "Upgrade", "UpgradeExpanded", "UpgradeViaIdentity", "UpgradeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgUserChatInstalledApp", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/chat-teamsappinstallation-upgrade?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgUserChatLastMessagePreview", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageInfo", + "Method": "PATCH", + "Command": "Update-MgUserChatLastMessagePreview", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageInfo" }, { - "Command": "Update-MgUserChatMember", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphConversationMember", + "Method": "PATCH", + "Command": "Update-MgUserChatMember", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphConversationMember" }, { - "Command": "Update-MgUserChatMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgUserChatMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgUserChatMessageHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgUserChatMessageReply", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessage", + "Method": "PATCH", + "Command": "Update-MgUserChatMessageReply", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessage" }, { - "Command": "Update-MgUserChatMessageReplyHostedContent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Method": "PATCH", + "Command": "Update-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChatMessageHostedContent" }, { - "Command": "Update-MgUserChatPermissionGrant", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Method": "PATCH", + "Command": "Update-MgUserChatPermissionGrant", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant" }, { - "Command": "Update-MgUserChatPinnedMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Method": "PATCH", + "Command": "Update-MgUserChatPinnedMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo" }, { - "Command": "Update-MgUserChatTab", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTeamsTab", + "Method": "PATCH", + "Command": "Update-MgUserChatTab", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTeamsTab" }, { - "Command": "Update-MgUserContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH", + "Command": "Update-MgUserContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Update-MgUserContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserContactFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "PATCH", + "Command": "Update-MgUserContactFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Update-MgUserContactFolderChildFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContactFolder", + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContactFolder" }, { - "Command": "Update-MgUserContactFolderChildFolderContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Update-MgUserContactFolderChildFolderContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserContactFolderChildFolderContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", + "Command": "Update-MgUserContactFolderChildFolderContactPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Update-MgUserContactFolderContact", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContact", + "Method": "PATCH", + "Command": "Update-MgUserContactFolderContact", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContact" }, { - "Command": "Update-MgUserContactFolderContactExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserContactFolderContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", + "Command": "Update-MgUserContactFolderContactPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Update-MgUserContactPhoto", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphProfilePhoto", + "Method": "PATCH", + "Command": "Update-MgUserContactPhoto", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "PersonalContacts", "Uri": "/users/{user-id}/contacts/{contact-id}/photo", "ApiReferenceLink": null, - "Module": "PersonalContacts", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphProfilePhoto" }, { - "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", + "Method": "PATCH", + "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent" }, { - "Command": "Update-MgUserDrive", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDrive", + "Method": "PATCH", + "Command": "Update-MgUserDrive", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDrive" }, { - "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", + "Command": "Update-MgUserDriveItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Update-MgUserDriveItemAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveItemListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserDriveItemListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveItemListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgUserDriveItemListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveItemListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserDriveItemPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgUserDriveItemRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Update-MgUserDriveItemSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgUserDriveItemThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Update-MgUserDriveItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", + "Command": "Update-MgUserDriveItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphList", + "Method": "PATCH", + "Command": "Update-MgUserDriveList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphList" }, { - "Command": "Update-MgUserDriveListColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgUserDriveListColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgUserDriveListContentType", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphContentType", + "Method": "PATCH", + "Command": "Update-MgUserDriveListContentType", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphContentType" }, { - "Command": "Update-MgUserDriveListContentTypeColumn", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnDefinition", + "Method": "PATCH", + "Command": "Update-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnDefinition" }, { - "Command": "Update-MgUserDriveListContentTypeColumnLink", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphColumnLink", + "Method": "PATCH", + "Command": "Update-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphColumnLink" }, { - "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveListCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgUserDriveListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgUserDriveListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserDriveListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgUserDriveListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveListLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveListOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Method": "PATCH", + "Command": "Update-MgUserDriveListOperation", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphRichLongRunningOperation" }, { - "Command": "Update-MgUserDriveListSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgUserDriveListSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgUserDriveRoot", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItem", + "Method": "PATCH", + "Command": "Update-MgUserDriveRoot", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItem" }, { - "Command": "Update-MgUserDriveRootAnalytic", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemAnalytics", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootAnalytic", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemAnalytics" }, { - "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemActivityStat", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemActivityStat" }, { - "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveRootListItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItem", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItem" }, { - "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemCreatedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createdByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDocumentSetVersion" }, { - "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemDocumentSetVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserDriveRootListItemField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemLastModifiedByUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/lastModifiedByUser/mailboxSettings", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserDriveRootListItemVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphListItemVersion", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphListItemVersion" }, { - "Command": "Update-MgUserDriveRootListItemVersionField", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserDriveRootListItemVersionField", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserDriveRootPermission", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPermission", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootPermission", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPermission" }, { - "Command": "Update-MgUserDriveRootRetentionLabel", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemRetentionLabel", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootRetentionLabel", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/retentionLabel", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemRetentionLabel" }, { - "Command": "Update-MgUserDriveRootSubscription", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSubscription", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootSubscription", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSubscription" }, { - "Command": "Update-MgUserDriveRootThumbnail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphThumbnailSet", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphThumbnailSet" }, { - "Command": "Update-MgUserDriveRootVersion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDriveItemVersion", + "Method": "PATCH", + "Command": "Update-MgUserDriveRootVersion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Files", "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", "ApiReferenceLink": null, - "Module": "Files", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDriveItemVersion" }, { - "Command": "Update-MgUserEvent", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphEvent", + "Method": "PATCH", + "Command": "Update-MgUserEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphEvent" }, { - "Command": "Update-MgUserEventExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserEventExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserEventInstanceExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserEventInstanceExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Calendar", "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Calendar", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserInferenceClassification", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInferenceClassification", + "Method": "PATCH", + "Command": "Update-MgUserInferenceClassification", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/inferenceClassification", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInferenceClassification" }, { - "Command": "Update-MgUserInferenceClassificationOverride", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Method": "PATCH", + "Command": "Update-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphInferenceClassificationOverride" }, { - "Command": "Update-MgUserInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphItemInsights", + "Method": "PATCH", + "Command": "Update-MgUserInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphItemInsights" }, { - "Command": "Update-MgUserInsightShared", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSharedInsight", + "Method": "PATCH", + "Command": "Update-MgUserInsightShared", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSharedInsight" }, { - "Command": "Update-MgUserInsightTrending", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTrending", + "Method": "PATCH", + "Command": "Update-MgUserInsightTrending", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/trending/{trending-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTrending" }, { - "Command": "Update-MgUserInsightUsed", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUsedInsight", + "Method": "PATCH", + "Command": "Update-MgUserInsightUsed", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUsedInsight" }, { - "Command": "Update-MgUserLicenseDetail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLicenseDetails", + "Method": "PATCH", + "Command": "Update-MgUserLicenseDetail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLicenseDetails" }, { - "Command": "Update-MgUserMailboxSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailboxSettings", + "Method": "PATCH", + "Command": "Update-MgUserMailboxSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/mailboxSettings", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailboxSettings" }, { - "Command": "Update-MgUserMailFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "PATCH", + "Command": "Update-MgUserMailFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Update-MgUserMailFolderChildFolder", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMailFolder", + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMailFolder" }, { - "Command": "Update-MgUserMailFolderChildFolderMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Update-MgUserMailFolderChildFolderMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserMailFolderChildFolderMessageRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "PATCH", + "Command": "Update-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "Update-MgUserMailFolderMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Update-MgUserMailFolderMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserMailFolderMessageRule", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessageRule", + "Method": "PATCH", + "Command": "Update-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMessageRule" }, { - "Command": "Update-MgUserManagedDevice", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphManagedDevice", + "Method": "PATCH", + "Command": "Update-MgUserManagedDevice", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphManagedDevice" }, { - "Command": "Update-MgUserManagedDeviceCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCategory", + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCategory" }, { - "Command": "Update-MgUserManagedDeviceCompliancePolicyState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState" }, { - "Command": "Update-MgUserManagedDeviceConfigurationState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceConfigurationState", + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceConfigurationState" }, { - "Command": "Update-MgUserManagedDeviceLogCollectionResponse", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse" }, { - "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgUserManagedDeviceWindowsDeviceAccount", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/intune-devices-manageddevice-updatewindowsdeviceaccount?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgUserManagedDeviceWindowsProtectionState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsProtectionState", + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceWindowsProtectionState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsProtectionState" }, { - "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", + "Method": "PATCH", + "Command": "Update-MgUserManagedDeviceWindowsProtectionStateDetectedMalwareState", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Devices.CorporateManagement", "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "ApiReferenceLink": null, - "Module": "Devices.CorporateManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState" }, { - "Command": "Update-MgUserMessage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMessage", + "Method": "PATCH", + "Command": "Update-MgUserMessage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMessage" }, { - "Command": "Update-MgUserMessageExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserMessageExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Mail", "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Mail", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserOnenoteNotebook", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphNotebook", + "Method": "PATCH", + "Command": "Update-MgUserOnenoteNotebook", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphNotebook" }, { - "Command": "Update-MgUserOnenotePage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenotePage", + "Method": "PATCH", + "Command": "Update-MgUserOnenotePage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenotePage" }, { - "Command": "Update-MgUserOnenotePageContent", "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgUserOnenotePageContent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", "ApiReferenceLink": null, - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgUserOnenoteSection", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnenoteSection", + "Method": "PATCH", + "Command": "Update-MgUserOnenoteSection", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnenoteSection" }, { - "Command": "Update-MgUserOnenoteSectionGroup", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphSectionGroup", + "Method": "PATCH", + "Command": "Update-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Notes", "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "ApiReferenceLink": null, - "Module": "Notes", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphSectionGroup" }, { - "Command": "Update-MgUserOnlineMeeting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOnlineMeeting", + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeeting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "OnlineMeetings.ReadWrite", @@ -579227,124 +579546,124 @@ "IsLeastPrivilege": true } ], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOnlineMeeting" }, { - "Command": "Update-MgUserOnlineMeetingAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Update-MgUserOnlineMeetingRecording", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallRecording", + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingRecording", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recordings/{callRecording-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallRecording" }, { - "Command": "Update-MgUserOnlineMeetingTranscript", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphCallTranscript", + "Method": "PATCH", + "Command": "Update-MgUserOnlineMeetingTranscript", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphCallTranscript" }, { - "Command": "Update-MgUserOutlookMasterCategory", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphOutlookCategory", + "Method": "PATCH", + "Command": "Update-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphOutlookCategory" }, { - "Command": "Update-MgUserPassword", "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "OutputType": null, + "Method": "POST", + "Command": "Update-MgUserPassword", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users.Actions", "Uri": "/users/{user-id}/changePassword", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/user-changepassword?view=graph-rest-1.0", - "Module": "Users.Actions", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "POST" + "OutputType": null }, { - "Command": "Update-MgUserPlanner", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPlannerUser", + "Method": "PATCH", + "Command": "Update-MgUserPlanner", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -579363,56 +579682,56 @@ "IsLeastPrivilege": false } ], + "Module": "Planner", "Uri": "/users/{user-id}/planner", "ApiReferenceLink": null, - "Module": "Planner", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPlannerUser" }, { - "Command": "Update-MgUserPresence", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphPresence", + "Method": "PATCH", + "Command": "Update-MgUserPresence", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "CloudCommunications", "Uri": "/users/{user-id}/presence", "ApiReferenceLink": null, - "Module": "CloudCommunications", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphPresence" }, { - "Command": "Update-MgUserScopedRoleMemberOf", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Method": "PATCH", + "Command": "Update-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Identity.DirectoryManagement", "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", "ApiReferenceLink": null, - "Module": "Identity.DirectoryManagement", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphScopedRoleMembership" }, { - "Command": "Update-MgUserSetting", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserSettings", + "Method": "PATCH", + "Command": "Update-MgUserSetting", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite", @@ -579431,39 +579750,39 @@ "IsLeastPrivilege": false } ], + "Module": "Users", "Uri": "/users/{user-id}/settings", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserSettings" }, { - "Command": "Update-MgUserSettingItemInsight", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserInsightsSettings", + "Method": "PATCH", + "Command": "Update-MgUserSettingItemInsight", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/itemInsights", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/userinsightssettings-update?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserInsightsSettings" }, { - "Command": "Update-MgUserSettingShiftPreference", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphShiftPreferences", + "Method": "PATCH", + "Command": "Update-MgUserSettingShiftPreference", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "User.ReadWrite.All", @@ -579482,141 +579801,141 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/settings/shiftPreferences", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/shiftpreferences-put?view=graph-rest-1.0", - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphShiftPreferences" }, { - "Command": "Update-MgUserSettingStorage", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserStorage", + "Method": "PATCH", + "Command": "Update-MgUserSettingStorage", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/storage", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserStorage" }, { - "Command": "Update-MgUserSettingStorageQuota", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUnifiedStorageQuota", + "Method": "PATCH", + "Command": "Update-MgUserSettingStorageQuota", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/storage/quota", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUnifiedStorageQuota" }, { - "Command": "Update-MgUserSettingStorageQuotaService", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown", + "Method": "PATCH", + "Command": "Update-MgUserSettingStorageQuotaService", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/storage/quota/services/{serviceStorageQuotaBreakdown-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphServiceStorageQuotaBreakdown" }, { - "Command": "Update-MgUserSettingWindows", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsSetting", + "Method": "PATCH", + "Command": "Update-MgUserSettingWindows", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsSetting" }, { - "Command": "Update-MgUserSettingWindowsInstance", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphWindowsSettingInstance", + "Method": "PATCH", + "Command": "Update-MgUserSettingWindowsInstance", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/settings/windows/{windowsSetting-id}/instances/{windowsSettingInstance-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphWindowsSettingInstance" }, { - "Command": "Update-MgUserTeamwork", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphUserTeamwork", + "Method": "PATCH", + "Command": "Update-MgUserTeamwork", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphUserTeamwork" }, { - "Command": "Update-MgUserTeamworkAssociatedTeam", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Method": "PATCH", + "Command": "Update-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Teams", "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", "ApiReferenceLink": null, - "Module": "Teams", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAssociatedTeamInfo" }, { - "Command": "Update-MgUserTodoList", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTodoTaskList", + "Method": "PATCH", + "Command": "Update-MgUserTodoList", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -579635,39 +579954,39 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTodoTaskList" }, { - "Command": "Update-MgUserTodoListExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserTodoListExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserTodoListTask", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphTodoTask", + "Method": "PATCH", + "Command": "Update-MgUserTodoListTask", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -579686,39 +580005,39 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphTodoTask" }, { - "Command": "Update-MgUserTodoListTaskAttachmentSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttachmentSession", + "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskAttachmentSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttachmentSession" }, { - "Command": "Update-MgUserTodoListTaskChecklistItem", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphChecklistItem", + "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -579737,39 +580056,39 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphChecklistItem" }, { - "Command": "Update-MgUserTodoListTaskExtension", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": null, + "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskExtension", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": null }, { - "Command": "Update-MgUserTodoListTaskLinkedResource", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphLinkedResource", + "Method": "PATCH", + "Command": "Update-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [ { "Name": "Tasks.ReadWrite", @@ -579788,351 +580107,349 @@ "IsLeastPrivilege": true } ], + "Module": "Users", "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "ApiReferenceLink": null, - "Module": "Users", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphLinkedResource" }, { - "Command": "Update-MgVirtualEvent", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEvent", + "Method": "PATCH", + "Command": "Update-MgVirtualEvent", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEvent" }, { - "Command": "Update-MgVirtualEventPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "PATCH", + "Command": "Update-MgVirtualEventPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Update-MgVirtualEventSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", + "Command": "Update-MgVirtualEventSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Update-MgVirtualEventSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", + "Command": "Update-MgVirtualEventSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Update-MgVirtualEventSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", + "Command": "Update-MgVirtualEventSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/events/{virtualEvent-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Update-MgVirtualEventTownhall", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventTownhall", + "Method": "PATCH", + "Command": "Update-MgVirtualEventTownhall", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventtownhall-update?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventTownhall" }, { - "Command": "Update-MgVirtualEventTownhallPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "PATCH", + "Command": "Update-MgVirtualEventTownhallPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Update-MgVirtualEventTownhallSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", + "Command": "Update-MgVirtualEventTownhallSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Update-MgVirtualEventTownhallSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", + "Command": "Update-MgVirtualEventTownhallSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", + "Command": "Update-MgVirtualEventTownhallSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/townhalls/{virtualEventTownhall-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttendanceRecord" }, { - "Command": "Update-MgVirtualEventWebinar", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinar", + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinar", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventwebinar-update?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventWebinar" }, { - "Command": "Update-MgVirtualEventWebinarPresenter", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventPresenter", + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarPresenter", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/presenters/{virtualEventPresenter-id}", "ApiReferenceLink": "https://learn.microsoft.com/graph/api/virtualeventpresenter-update?view=graph-rest-1.0", - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventPresenter" }, { - "Command": "Update-MgVirtualEventWebinarRegistration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarRegistration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations/{virtualEventRegistration-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Update-MgVirtualEventWebinarRegistrationByEmail", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarRegistrationByEmail", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(email='{email}')", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Update-MgVirtualEventWebinarRegistrationByUserId", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistration", + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarRegistrationByUserId", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrations(userId='{userId}')", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventRegistration" }, { - "Command": "Update-MgVirtualEventWebinarRegistrationConfiguration", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration", + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarRegistrationConfiguration", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventWebinarRegistrationConfiguration" }, { - "Command": "Update-MgVirtualEventWebinarRegistrationConfigurationQuestion", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase", + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarRegistrationConfigurationQuestion", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/registrationConfiguration/questions/{virtualEventRegistrationQuestionBase-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventRegistrationQuestionBase" }, { - "Command": "Update-MgVirtualEventWebinarSession", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphVirtualEventSession", + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarSession", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphVirtualEventSession" }, { - "Command": "Update-MgVirtualEventWebinarSessionAttendanceReport", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarSessionAttendanceReport", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphMeetingAttendanceReport" }, { - "Command": "Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "OutputType": "IMicrosoftGraphAttendanceRecord", + "Method": "PATCH", + "Command": "Update-MgVirtualEventWebinarSessionAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0", + "CommandAlias": null, "Permissions": [], + "Module": "Bookings", "Uri": "/solutions/virtualEvents/webinars/{virtualEventWebinar-id}/sessions/{virtualEventSession-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", "ApiReferenceLink": null, - "Module": "Bookings", - "CommandAlias": null, - "ApiVersion": "v1.0", - "Method": "PATCH" + "OutputType": "IMicrosoftGraphAttendanceRecord" } ]